53 AI agent tools: OSINT, intelligence feeds, DeFi, security, scraping. x402 micropayments.
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.
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.
Everything the assistant can do here goes through one of these:
web_scrape — Scrape any URL — proxy rotation, content extraction, markdown outputweb_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 stickyproxy_status — Check service availability and pricinglist_countries — List 190+ available proxy exit countriesYou 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.
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.
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.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"apollo": {
"command": "npx",
"args": ["@apollo_ai/mcp-proxy"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| APOLLO_API_KEY | Credential the server authenticates with. | Yes |
| APOLLO_API_URL | Endpoint or connection string the server talks to. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.