Home › Search & Research › DataSinking
DataSinking
Full-text Asian financial reports (China, Korea, Japan, Taiwan) as clean Markdown for RAG agents.
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>"
}
}
}
}
Authorizationrequired 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_KEYrequired secret — Your DataSinking API key. Free key at https://datasink.ing
Package (npm 0.2.10)
npx -y datasinking-mcp@0.2.10
Or add to your MCP client config:
{
"mcpServers": {
"datasinking": {
"command": "npx",
"args": [
"-y",
"datasinking-mcp@0.2.10"
],
"env": {
"DATASINK_API_KEY": "<YOUR_VALUE>"
}
}
}
}
DATASINK_API_KEYrequired secret — Your DataSinking API key. Free key at https://datasink.ing
Related servers
Sui Knowledge Base (kapa.ai)
Semantic search across Sui documentation and knowledge sources, powered by kapa.ai
wigolo
Local-first web intelligence MCP server for AI coding agents
Zotero MCP
Search, read, annotate, and add to your Zotero research library, local or web.
exa-mcp-server
Connect AI agents to Exa for web search, content fetching, and multi-step research.
arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
Data from the Official MCP Registry