Loading MCP server directory, please wait...
Pay-per-fetch via x402. Agent pays 0.005 USDC, gets clean markdown for any URL. No API keys.
npx @getmcp/cli add io.github.Drock91/bitbooth-fetchRequires Node.js 18+. Community-contributed server. Review source before installing.
BITBOOTH_AGENT_KEYHex-encoded private key for the agent wallet that pays USDC. Testnet by default (Base Sepolia) — set BITBOOTH_CHAIN_ID=8453 to use Base mainnet.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Drock91/bitbooth-fetch": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-fetch"
],
"env": {
"BITBOOTH_AGENT_KEY": "",
"BITBOOTH_API_URL": "",
"BITBOOTH_CHAIN_ID": ""
}
}
}
}