MCP Server
MCP
io.github.bch1212/agentfetch
Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.
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
By
Comments
Sign in to leave a comment