Fetchgate
Agent-facing storefront and web-reader API on Cloudflare Workers. Pay-per-call URL-to-Markdown/metadata extraction plus a digital-goods storefront (x402 facilitator/service registry, MCP server registry snapshot, prompt-injection test corpus, LLM eval harness) sold via x402 USDC payments on Base, ending in a signed download URL. No account or API key required.
How to connect
https://fetchgate.dev/mcp
tools/list returns the expected tools before relying on them in production.Tools
(4)-
read_urlFetch a URL server-side and return its main content as clean Markdown, with scripts/styles/nav/ads/boilerplate stripped out. Wraps GET /v1/read. Free tier: 30 calls/day per caller; priced at $0.002/call via x402 once that's exhausted (see get_purchase_info for how the x402 flow works). Only http:// and https:// URLs are accepted; private/internal-network hosts are rejected.
-
get_metadataFetch a URL server-side and return structured metadata: title, description, canonical URL, OpenGraph/Twitter card fields, favicon URL, language, and published/modified timestamps when present. Wraps GET /v1/meta. Same free tier as read_url; priced at $0.001/call via x402 once exhausted.
-
list_productsList Fetchgate's digital-goods catalog: id, name, description, priceUsd, currency, file format, size, sha256, and a walletless humanUrl checkout link for each product for sale. Wraps GET /v1/products. Free, no rate limit, no payment required just to browse.
-
get_purchase_infoLook up a product by id (from list_products) and explain exactly how to buy it: its price, and the x402 purchase flow step by step (the 402 challenge shape, the PAYMENT-SIGNATURE header, and the signed download URL you get back on success). Does not take payment itself — informational only, mirroring the pre-payment leg of GET /v1/buy/:id.