MCP Server
MCP
web-retrieval-mcp
MCP web search + tiered web fetch for AI agents (Exa, Firecrawl), SSRF-guarded, cross-platform.
Install
uvx web-retrieval-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "web-retrieval-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Exa API key (free tier at https://exa.ai)",
"isRequired": true,
"isSecret": true,
"name": "EXA_API_KEY"
},
{
"description": "Firecrawl API key (free tier at https://firecrawl.dev)",
"isRequired": true,
"isSecret": true,
"name": "FIRECRAWL_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment