Bitbooth Fetch is a Model Context Protocol (MCP) server: Pay-per-fetch via x402. Agent pays 0.005 USDC, gets clean markdown for any URL. No API keys. In practice that means any MCP-compatible AI assistant can call Bitbooth Fetch's tools directly — the model decides when to use them in a conversation or agent run.
It runs locally: the npm package @bitbooth/mcp-fetch speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need BITBOOTH_AGENT_KEY. The current release is v1.0.3, published under the MIT license, with source at Drock91/bitbooth-docs on GitHub.
Bitbooth Fetch is listed under AI & Agents on mcp.site and works with any MCP client — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed and the rest of the ecosystem — using the install snippets below. If you maintain Bitbooth Fetch for Drock91, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — @bitbooth/mcp-fetch · MCP over stdio
▸Credentials — Requires BITBOOTH_AGENT_KEY
▸Open source — MIT license · Drock91/bitbooth-docs