HomeSearch & Research › Argus Retrieval

Argus Retrieval

Multi-provider search broker for AI agents: 14 providers, 12-step extraction, retrieval workflows.

Python Local
★ 5 stars Last pushed 2026-09-23 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.6.4)

uvx argus-search

Or add to your MCP client config:

{
  "mcpServers": {
    "argus": {
      "command": "uvx",
      "args": [
        "argus-search"
      ],
      "env": {
        "ARGUS_WOLFRAM_API_KEY": "<YOUR_VALUE>",
        "ARGUS_BRAVE_API_KEY": "<YOUR_VALUE>",
        "ARGUS_TAVILY_API_KEY": "<YOUR_VALUE>",
        "ARGUS_EXA_API_KEY": "<YOUR_VALUE>",
        "ARGUS_SERPER_API_KEY": "<YOUR_VALUE>",
        "ARGUS_LINKUP_API_KEY": "<YOUR_VALUE>",
        "ARGUS_SEARXNG_BASE_URL": "<YOUR_VALUE>",
        "ARGUS_DATA_ROOT": "<YOUR_VALUE>"
      }
    }
  }
}
  • ARGUS_WOLFRAM_API_KEY secret — WolframAlpha App ID (2,000 free computed-answer queries/month)
  • ARGUS_BRAVE_API_KEY secret — Brave Search API key (2,000 free queries/month)
  • ARGUS_TAVILY_API_KEY secret — Tavily API key (1,000 free queries/month)
  • ARGUS_EXA_API_KEY secret — Exa API key (1,000 free queries/month)
  • ARGUS_SERPER_API_KEY secret — Serper API key (2,500 one-time free queries)
  • ARGUS_LINKUP_API_KEY secret — Linkup API key (1,000 free queries/month)
  • ARGUS_SEARXNG_BASE_URL — SearXNG instance URL (self-hosted, aggregates 70+ engines)
  • ARGUS_DATA_ROOT — Optional override for the writable Argus runtime corpus root

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry