Skip to content
Cursor

BitBooth Agent Tools for Cursor

io.github.drock91/bitbooth-fetch

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

client:Cursor transport:stdio runtime:npm

Install BitBooth Agent Tools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BitBooth Agent Tools in other clients