HomeSearch & Research › DataSinking

DataSinking

Full-text Asian financial reports (China, Korea, Japan, Taiwan) as clean Markdown for RAG agents.

Python Remote
★ 17 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.datasink.ing/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http datasinking https://api.datasink.ing/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "datasinking": {
      "url": "https://api.datasink.ing/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Your DataSinking API key as a Bearer token — the literal string "Bearer " followed by your 32-character key: "Bearer <your-key>". Get a free key at https://datasink.ing.

Package (pypi 0.2.10)

uvx datasinking

Or add to your MCP client config:

{
  "mcpServers": {
    "datasinking": {
      "command": "uvx",
      "args": [
        "datasinking"
      ],
      "env": {
        "DATASINK_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • DATASINK_API_KEY required secret — Your DataSinking API key. Free key at https://datasink.ing

Package (npm 0.2.10)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "datasinking": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "DATASINK_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • DATASINK_API_KEY required secret — Your DataSinking API key. Free key at https://datasink.ing

Related servers

Data from the Official MCP Registry