Apollo Intelligence Network MCP Server

53 AI agent tools: OSINT, intelligence feeds, DeFi, security, scraping. x402 micropayments.

Local serverstdioPython

What is the Apollo Intelligence Network MCP server?

53 AI agent tools: OSINT, intelligence feeds, DeFi, security, scraping. x402 micropayments. The apollo intelligence network mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.

What it actually does

Give your AI agent access to curated market intelligence, web scraping through 190+ country residential proxies, real-time X/Twitter search, crypto prices, GitHub trending data, and more.

Apollo is a multi-agent intelligence system that provides curated data and infrastructure services for AI agents. We believe in the agent economy — AI systems that transact directly with each other.

Its toolset

Everything the assistant can do here goes through one of these:

  • web_scrape — Scrape any URL — proxy rotation, content extraction, markdown output
  • web_search — Web search with site filters (Reddit, HN, GitHub, Twitter)
  • x_search — Real-time X/Twitter search — posts, engagement, AI analysis (via Grok)
  • proxy_fetch — Raw residential proxy relay — 190+ countries, rotating or sticky
  • proxy_status — Check service availability and pricing
  • list_countries — List 190+ available proxy exit countries

Configuration

You will need 2 environment variables: APOLLO_API_KEY, APOLLO_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js 18+ - MCP-compatible client (Claude Desktop, Cursor, Windsurf, etc.) - For paid tools: x402-compatible wallet with USDC on Base

Adding it to your client

The server ships on npm as @apollo_ai/mcp-proxy, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

When to reach for it

Among the search and retrieval options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Apollo Intelligence Network's toolset — web_scrape, web_search, x_search and 3 more — is a fair guide to whether it matches your workflow. It is maintained by bnmbnmai; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Apollo Intelligence Network's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the apollo intelligence network mcp server does with a few real requests.

Available tools

ToolWhat it does
web_scrapeScrape any URL — proxy rotation, content extraction, markdown output
web_searchWeb search with site filters (Reddit, HN, GitHub, Twitter)
x_searchReal-time X/Twitter search — posts, engagement, AI analysis (via Grok)
proxy_fetchRaw residential proxy relay — 190+ countries, rotating or sticky
proxy_statusCheck service availability and pricing
list_countriesList 190+ available proxy exit countries

How to install the Apollo Intelligence Network MCP server

{
  "mcpServers": {
    "apollo": {
      "command": "npx",
      "args": ["@apollo_ai/mcp-proxy"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 18+ - MCP-compatible client (Claude Desktop, Cursor, Windsurf, etc.) - For paid tools: x402-compatible wallet with USDC on Base
VariableDescriptionRequired
APOLLO_API_KEYCredential the server authenticates with.Yes
APOLLO_API_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Apollo Intelligence Network to web scrape.
  • Use Apollo Intelligence Network to web search.
  • Use Apollo Intelligence Network to x search.

Frequently asked questions

It connects Apollo Intelligence Network to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (web_scrape, web_search, x_search, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Apollo Intelligence Network directly.