← Index

io.github.Drock91/bitbooth-fetch

io.github.Drock91/bitbooth-fetch·v1.0.2·Other
Quality Score
85
/100

Pay-per-fetch via x402. Agent pays 0.005 USDC, gets clean markdown for any URL. No API keys.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bitbooth-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@bitbooth/mcp-fetch"
      ],
      "env": {
        "BITBOOTH_AGENT_KEY": "<your-bitbooth_agent_key>",
        "BITBOOTH_API_URL": "<bitbooth_api_url>",
        "BITBOOTH_CHAIN_ID": "<bitbooth_chain_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bitbooth-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@bitbooth/mcp-fetch"
      ],
      "env": {
        "BITBOOTH_AGENT_KEY": "<your-bitbooth_agent_key>",
        "BITBOOTH_API_URL": "<bitbooth_api_url>",
        "BITBOOTH_CHAIN_ID": "<bitbooth_chain_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @bitbooth/mcp-fetch
§02  Environment variables
BITBOOTH_AGENT_KEY
requiredsecret

Hex-encoded private key for the agent wallet that pays USDC. Testnet by default (Base Sepolia) — set BITBOOTH_CHAIN_ID=8453 to use Base mainnet.

BITBOOTH_API_URL

BitBooth gateway URL. Defaults to the staging endpoint on Base Sepolia.

BITBOOTH_CHAIN_ID

EVM chain ID. Defaults to 84532 (Base Sepolia testnet). Set to 8453 for Base mainnet (spends real USDC).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other