Odel
bitbooth docs

bitbooth docs

Local
@drock91MITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bitbooth/mcp-fetchv1.0.3

Run

npx -y @bitbooth/mcp-fetch

MCP client config

{
  "mcpServers": {
    "bitbooth-docs": {
      "command": "npx",
      "args": [
        "-y",
        "@bitbooth/mcp-fetch"
      ]
    }
  }
}