Skip to content
Grok

orchard data mcp for Grok

io.github.letom1176-spec/orchard-data-mcp

Pay-per-call market data for AI agents via x402 (USDC on Base): regime, track record, catalysts.

client:Grok transport:stdio runtime:npm

Install orchard data mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "orchard-data-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "orchard-data-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>"
      }
    }
  }
}

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

orchard data mcp in other clients