io.github.Drock91/bitbooth-fetch MCP Server
io.github.Drock91/bitbooth-fetch
What is the io.github.Drock91/bitbooth-fetch MCP server?
Pay-per-fetch via x402. Agent pays 0.005 USDC, gets clean markdown for any URL. No API keys.
How to install io.github.Drock91/bitbooth-fetch
Copy-paste configuration for popular MCP clients.
BITBOOTH_AGENT_KEYrequiredsecretHex-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_URLBitBooth gateway URL. Defaults to the staging endpoint on Base Sepolia.
BITBOOTH_CHAIN_IDEVM chain ID. Defaults to 84532 (Base Sepolia testnet). Set to 8453 for Base mainnet (spends real USDC).
{
"mcpServers": {
"bitbooth-fetch": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-fetch"
],
"env": {
"BITBOOTH_AGENT_KEY": "<YOUR_BITBOOTH_AGENT_KEY>",
"BITBOOTH_API_URL": "<YOUR_BITBOOTH_API_URL>",
"BITBOOTH_CHAIN_ID": "<YOUR_BITBOOTH_CHAIN_ID>"
}
}
}
}{
"mcpServers": {
"bitbooth-fetch": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-fetch"
],
"env": {
"BITBOOTH_AGENT_KEY": "<YOUR_BITBOOTH_AGENT_KEY>",
"BITBOOTH_API_URL": "<YOUR_BITBOOTH_API_URL>",
"BITBOOTH_CHAIN_ID": "<YOUR_BITBOOTH_CHAIN_ID>"
}
}
}
}{
"mcpServers": {
"bitbooth-fetch": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-fetch"
],
"env": {
"BITBOOTH_AGENT_KEY": "<YOUR_BITBOOTH_AGENT_KEY>",
"BITBOOTH_API_URL": "<YOUR_BITBOOTH_API_URL>",
"BITBOOTH_CHAIN_ID": "<YOUR_BITBOOTH_CHAIN_ID>"
}
}
}
}{
"servers": {
"bitbooth-fetch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-fetch"
],
"env": {
"BITBOOTH_AGENT_KEY": "<YOUR_BITBOOTH_AGENT_KEY>",
"BITBOOTH_API_URL": "<YOUR_BITBOOTH_API_URL>",
"BITBOOTH_CHAIN_ID": "<YOUR_BITBOOTH_CHAIN_ID>"
}
}
}
}claude mcp add bitbooth-fetch --env BITBOOTH_AGENT_KEY=<YOUR_BITBOOTH_AGENT_KEY> --env BITBOOTH_API_URL=<YOUR_BITBOOTH_API_URL> --env BITBOOTH_CHAIN_ID=<YOUR_BITBOOTH_CHAIN_ID> -- npx -y @bitbooth/mcp-fetchRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.