PluginBench
MCP Server
Active
MIT

io.github.bch1212/agentfetch MCP Server

io.github.bch1212/agentfetch

What is the io.github.bch1212/agentfetch MCP server?

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

How to install io.github.bch1212/agentfetch

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • JINA_API_KEY
    secret

    Jina Reader API key. Free tier ~1M tokens/mo at jina.ai/reader.

  • FIRECRAWL_API_KEY
    secret

    FireCrawl API key for JS pages. 500 free credits at firecrawl.dev. Optional.

  • REDIS_URL

    Redis connection URL for response caching. Optional.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentfetch": {
      "command": "uvx",
      "args": [
        "agentfetch-mcp"
      ],
      "env": {
        "JINA_API_KEY": "<YOUR_JINA_API_KEY>",
        "FIRECRAWL_API_KEY": "<YOUR_FIRECRAWL_API_KEY>",
        "REDIS_URL": "<YOUR_REDIS_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentfetch": {
      "command": "uvx",
      "args": [
        "agentfetch-mcp"
      ],
      "env": {
        "JINA_API_KEY": "<YOUR_JINA_API_KEY>",
        "FIRECRAWL_API_KEY": "<YOUR_FIRECRAWL_API_KEY>",
        "REDIS_URL": "<YOUR_REDIS_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentfetch": {
      "command": "uvx",
      "args": [
        "agentfetch-mcp"
      ],
      "env": {
        "JINA_API_KEY": "<YOUR_JINA_API_KEY>",
        "FIRECRAWL_API_KEY": "<YOUR_FIRECRAWL_API_KEY>",
        "REDIS_URL": "<YOUR_REDIS_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentfetch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentfetch-mcp"
      ],
      "env": {
        "JINA_API_KEY": "<YOUR_JINA_API_KEY>",
        "FIRECRAWL_API_KEY": "<YOUR_FIRECRAWL_API_KEY>",
        "REDIS_URL": "<YOUR_REDIS_URL>"
      }
    }
  }
}
Claude Code
claude mcp add agentfetch --env JINA_API_KEY=<YOUR_JINA_API_KEY> --env FIRECRAWL_API_KEY=<YOUR_FIRECRAWL_API_KEY> --env REDIS_URL=<YOUR_REDIS_URL> -- uvx agentfetch-mcp

Related MCP servers

Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.

1
Python
View repository →

Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.

1
Python
MIT
View repository →

Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

0
TypeScript
MIT
View repository →

Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.

0
Python
MIT
View repository →

Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.

0
Python
MIT
View repository →

Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.

0
Python
MIT
View repository →