fetcher.cloud
MCP server that gives AI agents web capabilities such as rendering pages, extracting content, resolving links, and inspecting domains, with per-call USDC payments via x402.
README
fetcher.cloud — the web capability layer for AI agents
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.
Why it exists
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.
How agents use it
- Discover —
GET /capabilitiesreturns every capability with category, pricing, examples, and schemas. Or connect the MCP server at/mcp. - Call — a normal
GETrequest. The first unpaid call past the free tier returns402 Payment Requiredwith machine-readable terms. - Pay — the agent's wallet pays a fraction of a cent in USDC on Base and retries. No human in the loop.
Works with Conway Automaton, Claude, OpenAI Agents, Google ADK, any MCP client, or any agent that can make an HTTP request.
The capabilities
| 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
Machine-readable surfaces
/ (manifest) · /capabilities · /pricing.json · /openapi.json · /mcp ·
/.well-known/ai-plugin.json · llms.txt
Repository layout
worker/ # the Cloudflare Worker (API, payments, MCP) → see worker/README.md
website/ # the landing page (Cloudflare Pages)
test-client/ # a script that pays an endpoint on Base mainnet
conway-skill/ # ready-to-submit Conway Automaton skill
Deploy
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.
License
MIT — see LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.