bitbooth-fetch
About
Pay-per-fetch via x402. Agent pays 0.005 USDC, gets clean markdown for any URL. No API keys.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BITBOOTH_AGENT_KEY BITBOOTH_API_URL BITBOOTH_CHAIN_IDClaude Code
claude mcp add --env BITBOOTH_AGENT_KEY= --env BITBOOTH_API_URL= --env BITBOOTH_CHAIN_ID= bitbooth-fetch -- npx @bitbooth/mcp-fetch
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"bitbooth-fetch","command":"npx","args":["@bitbooth/mcp-fetch"],"env":{"BITBOOTH_AGENT_KEY":"","BITBOOTH_API_URL":"","BITBOOTH_CHAIN_ID":""}}'
JSON
{
"mcpServers": {
"bitbooth-fetch": {
"command": "npx",
"args": [
"@bitbooth/mcp-fetch"
],
"env": {
"BITBOOTH_AGENT_KEY": "",
"BITBOOTH_API_URL": "",
"BITBOOTH_CHAIN_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.