Skip to content
Grok

BitBooth Agent Tools for Grok

io.github.drock91/bitbooth-fetch

Discover BitBooth APIs for free, then buy capped x402 fetch, PageDelta, and wallet checks.

client:Grok transport:stdio runtime:npm

Install BitBooth Agent Tools 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": {
    "bitbooth-fetch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bitbooth/mcp-fetch"
      ],
      "env": {
        "BITBOOTH_AGENT_KEY": "<BITBOOTH_AGENT_KEY>",
        "BITBOOTH_API_URL": "<BITBOOTH_API_URL>",
        "BITBOOTH_CHAIN_ID": "<BITBOOTH_CHAIN_ID>",
        "BITBOOTH_PAYMENT_RAIL": "<BITBOOTH_PAYMENT_RAIL>",
        "BITBOOTH_XRPL_SEED": "<BITBOOTH_XRPL_SEED>",
        "BITBOOTH_MAX_PER_CALL_USD": "<BITBOOTH_MAX_PER_CALL_USD>",
        "BITBOOTH_DAILY_LIMIT_USD": "<BITBOOTH_DAILY_LIMIT_USD>"
      }
    }
  }
}

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

BitBooth Agent Tools in other clients