Data Sinking MCP Server

Full-text financial reports across Asia, as clean Markdown. DataSinking serves full-text financial reports - annual, semi-annual and quarterly - from China, Korea and Japan as clean Markdown, ready for LLM reading and RAG. Query by FMP-style symbol (600519.SS, 005930.KS, 7203.T) or filter by exchange, report period, or section - pull just the MD&A / risk section instead of the whole report.

People who work with a share, asian and finance and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 16 · #25 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Data Sinking

Claude Code

claude mcp add heubme2020-datasinking -- uvx datasinking

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "heubme2020-datasinking": {
      "command": "uvx",
      "args": [
        "datasinking"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-26 - young repo, little track record yet

license MIT - declared in the repository

pypi package datasinking - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.heubme2020 is GitHub-verified and matches the repo owner

03 · Who maintains Data Sinking

DataSinking is maintained by heubme2020. It's the only MCP server we track from this author; the repo dates to Aug 2026.

04 · Facts

category
finance - ranked #25 of 318 actively-maintained finance servers as of 2026-09-18.
registry
io.github.heubme2020/datasinking (active, first published 2026-09-03 · 2 versions)
packages
pypi:datasinking

05 · Data Sinking FAQ

What is Data Sinking?

Full-text financial reports across Asia, as clean Markdown. DataSinking serves full-text financial reports - annual, semi-annual and quarterly - from China, Korea and Japan as clean Markdown, ready for LLM reading and RAG. Query by FMP-style symbol (600519.SS, 005930.KS, 7203.T) or filter by exchange, report period, or section - pull just the MD&A / risk section instead of the whole report.

Is Data Sinking still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14. We re-verify nightly.

How do I install Data Sinking?

Run `uvx datasinking`. You can also paste the ready-made client config above.

Does Data Sinking run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Data Sinking