MCP Server
MCP
Argus Retrieval
Multi-provider search broker for AI agents: 14 providers, 12-step extraction, retrieval workflows.
Install
uvx argus-search
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "argus-search",
"version": "1.6.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "WolframAlpha App ID (2,000 free computed-answer queries/month)",
"isSecret": true,
"name": "ARGUS_WOLFRAM_API_KEY"
},
{
"description": "Brave Search API key (2,000 free queries/month)",
"isSecret": true,
"name": "ARGUS_BRAVE_API_KEY"
},
{
"description": "Tavily API key (1,000 free queries/month)",
"isSecret": true,
"name": "ARGUS_TAVILY_API_KEY"
},
{
"description": "Exa API key (1,000 free queries/month)",
"isSecret": true,
"name": "ARGUS_EXA_API_KEY"
},
{
"description": "Serper API key (2,500 one-time free queries)",
"isSecret": true,
"name": "ARGUS_SERPER_API_KEY"
},
{
"description": "Linkup API key (1,000 free queries/month)",
"isSecret": true,
"name": "ARGUS_LINKUP_API_KEY"
},
{
"description": "SearXNG instance URL (self-hosted, aggregates 70+ engines)",
"name": "ARGUS_SEARXNG_BASE_URL"
},
{
"description": "Optional override for the writable Argus runtime corpus root",
"name": "ARGUS_DATA_ROOT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment