PluginBench
MCP Server
Maintained
MIT

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BITBOOTH_AGENT_KEY
    required
    secret

    Hex-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_URL

    BitBooth gateway URL. Defaults to the staging endpoint on Base Sepolia.

  • BITBOOTH_CHAIN_ID

    EVM chain ID. Defaults to 84532 (Base Sepolia testnet). Set to 8453 for Base mainnet (spends real USDC).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-fetch

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →