The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Fetcher listing page.
One MCP server and API that gives an autonomous AI agent the public web. Render and screenshot pages, extract clean content, resolve links, parse feeds, and inspect domains, DNS, SSL, and WHOIS — 18 capabilities, paid per-call in USDC via x402, with a free daily tier.
Whenever an agent needs something from the internet, it uses fetcher.
LLMs are brilliant at reasoning and blind at retrieval. The moment real-world data needs a browser, a payment, or a login, an agent stalls. fetcher is the specialist capability layer it calls — a single interface for everything an agent can't do alone, billed the only way that works for software: per call, in stablecoins, with no account or API key.
GET /capabilities returns every capability with category,
pricing, examples, and schemas. Or connect the MCP server at /mcp.GET request. The first unpaid call past the free tier
returns 402 Payment Required with machine-readable terms.Works with Conway Automaton, Claude, OpenAI Agents, Google ADK, any MCP client, or any agent that can make an HTTP request.
| Category | Capabilities |
|---|---|
| Browser & rendering | render, screenshot |
| Content & extraction | extract, unfurl, feed, oembed, pdf-text, diff |
| Web intelligence | resolve, headers, robots, favicon |
| Domain & DNS | domain, domain/enriched, whois, dns, ssl |
| Utility | qr |
Full catalog with pricing and examples: https://api.fetcher.cloud/capabilities
/ (manifest) · /capabilities · /pricing.json · /openapi.json · /mcp ·
/.well-known/ai-plugin.json · llms.txt
See worker/README.md and DEPLOY.md for step-by-step deployment
(Cloudflare Workers + Pages). Payments require Coinbase CDP facilitator keys
set as Worker secrets.
MIT — see LICENSE.