Argus Retrieval✓
io.github.Khamel83/argus · v1.5.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Khamel83/argus",
"description": "Multi-provider search broker for AI agents: 14 providers, 12-step extraction, retrieval workflows.",
"title": "Argus Retrieval",
"repository": {
"url": "https://github.com/Khamel83/argus",
"source": "github"
},
"version": "1.5.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "argus-search",
"version": "1.5.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}