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).
Run
npx -y @bitbooth/mcp-fetch
MCP client config
{
"mcpServers": {
"bitbooth-docs": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-fetch"
]
}
}
}