Web intelligence for AI agents.

Fetch any URL and get clean, token-budgeted, cached Markdown. Auto-routes JS-heavy pages and PDFs. One MCP tool, every URL type, fraction of a cent per call.

500 free fetches. No credit card.

Try it

After signup we email your key. Then:

curl -X POST https://api.agentfetch.dev/fetch \
  -H "Content-Type: application/json" \
  -H "X-AgentFetch-Key: af_xxx" \
  -d '{"url": "https://example.com",
       "max_tokens": 2000}'

Or use it as an MCP tool

Add to Claude Desktop / Claude Code:

{
  "mcpServers": {
    "agentfetch": {
      "command": "python",
      "args": ["-m", "agentfetch.mcp.server"],
      "env": {"AGENTFETCH_KEY": "af_xxx"}
    }
  }
}

Why agents prefer AgentFetch

Token estimation

Call estimate_tokens before fetching. Avoid blowing your context window on a page that turns out to be 50K tokens.

Smart caching

6-hour cache by default. Repeat fetches are ~$0.0001 instead of $0.005.

Auto-routing

Trafilatura for simple HTML, Jina for the rest, FireCrawl for JS, pypdf for PDFs. You don't pick.

Per-call billing

No subscription required. From $0.001 per fetch. Top up in $10 increments.

Pricing

Free

$0

500 fetches/month. No credit card.

Credit packs

$10 / $80 / $600

10K / 100K / 1M credits. Never expire.

Subscriptions

From $29/mo

20K/100K/500K standard fetches included.