Skip to content
Cursor

BitBooth Seller Routes for Cursor

io.github.drock91/bitbooth-routes

Create private x402 seller routes, set prices, and route payouts directly to your wallets.

client:Cursor transport:stdio runtime:npm

Install BitBooth Seller Routes 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-routes": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bitbooth/mcp-routes"
      ],
      "env": {
        "BITBOOTH_API_KEY": "<BITBOOTH_API_KEY>",
        "BITBOOTH_BASE_URL": "<BITBOOTH_BASE_URL>"
      }
    }
  }
}

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

BitBooth Seller Routes in other clients