Skip to content
Grok

DataSinking for Grok

io.github.heubme2020/datasinking

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

client:Grok transport:streamable-http runtime:pypi

Install DataSinking in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "datasinking": {
      "type": "http",
      "url": "https://api.datasink.ing/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

DataSinking in other clients