← Back to Plugins
MCP Server MCP

io.github.bch1212/agentfetch

github By github 👁 1 views ▲ 0 votes

Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.

Homepage Verified source GitHub

Install

uvx agentfetch-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "agentfetch-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Jina Reader API key. Free tier ~1M tokens/mo at jina.ai/reader.",
          "isSecret": true,
          "name": "JINA_API_KEY"
        },
        {
          "description": "FireCrawl API key for JS pages. 500 free credits at firecrawl.dev. Optional.",
          "isSecret": true,
          "name": "FIRECRAWL_API_KEY"
        },
        {
          "description": "Redis connection URL for response caching. Optional.",
          "name": "REDIS_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...