Back to directory
bch1212/agentfetch-mcp

bch1212/agentfetch-mcp

@bch1212

MCP server for fetching web URLs with token estimation, caching, and intelligent routing. Built for AI agents.

web-fetchtoken-estimationcachingweb-scrapingai-agenturl-fetchingsearchcontext

Installation & Configuration

{
  "mcpServers": {
    "agentfetch": {
      "command": "python",
      "args": [
        "-m",
        "agentfetch.mcp.server"
      ],
      "env": {
        "JINA_API_KEY": "jina_xxx",
        "FIRECRAWL_API_KEY": "fc-xxx"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/25
Updated
2026/6/26