Skip to content
Grok

thinchain for Grok

io.github.snipmcp/thinchain

MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.

client:Grok transport:stdio runtime:pypi

Install thinchain in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "thinchain": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "thinchain"
      ]
    }
  }
}

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

thinchain in other clients