40 tools for AI agents: intelligence feeds, economic data, DeFi, and more.
Apollo Intelligence MCP Server 🏛️
40 tools for AI agents: intelligence feeds, economic data, DeFi, real-time search, crypto, OSINT, weather, ML/NLP, proxy infrastructure — all via x402 micropayments.
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.
🚀 Zero-config: just install and go. The server auto-provisions a free API key with $0.10 balance on first run — no signup, no wallet, no configuration needed.
🆓 Free trial: 5 requests/day per IP on top of your auto-provisioned balance.
🔑 Bring your own key: Set APOLLO_API_KEY env var to use a specific key (overrides auto-provisioning).
💎 x402 (crypto): Pay per request with USDC on Base — fully automatic via x402 protocol.
Quick Start
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"apollo": {
"command": "npx",
"args": ["@apollo_ai/mcp-proxy"]
}
}
}
That's it! The server auto-provisions a free API key on first run. To use your own key instead:
{
"mcpServers": {
"apollo": {
"command": "npx",
"args": ["@apollo_ai/mcp-proxy"],
"env": {
"APOLLO_API_KEY": "ak_YOUR_KEY_HERE"
}
}
}
}
Cursor / Windsurf / Any MCP Client
{
"mcpServers": {
"apollo": {
"command": "npx",
"args": ["@apollo_ai/mcp-proxy"]
}
}
}
Note: No env vars needed. The server auto-provisions a free API key (
$0.10 balance) on first run and caches it in~/.apollo-mcp/key.json. SetAPOLLO_API_KEYenv var to override.
To use a specific key:
{
"mcpServers": {
"apollo": {
"command": "npx",
"args": ["@apollo_ai/mcp-proxy"],
"env": {
"APOLLO_API_KEY": "ak_YOUR_KEY_HERE"
}
}
}
}
Tip: Without
APOLLO_API_KEY, the server auto-provisions a free key on first run. You also get 5 free requests/day per IP on top of the provisioned balance.
Install Globally
npm install -g @apollo_ai/mcp-proxy
All 40 Tools
🔍 Search & Scraping
| Tool | Description | Cost |
|---|---|---|
web_scrape |
Scrape any URL — proxy rotation, content extraction, markdown output | $0.02 |
web_search |
Web search with site filters (Reddit, HN, GitHub, Twitter) | $0.01 |
x_search |
Real-time X/Twitter search — posts, engagement, AI analysis (via Grok) | $0.75 |
proxy_fetch |
Raw residential proxy relay — 190+ countries, rotating or sticky | $0.01 |
proxy_status |
Check service availability and pricing | Free |
list_countries |
List 190+ available proxy exit countries | Free |
📊 Intelligence Feeds
| Tool | Description | Cost |
|---|---|---|
agent_intel |
Agent economy opportunities — grants, bounties, hackathons, market gaps | $0.05 |
sentiment |
Real-time social sentiment (crypto, DeFi, AI, tech) via Grok | $0.02 |
pain_points |
NLP-clustered pain points from Quora, G2, Reddit, Upwork → SaaS ideas | $0.08 |
agentic_trends |
Agentic economy signals — funding, adoption, multi-agent trends | $0.05 |
keyword_opportunities |
Keyword flywheel — seed → variants → opportunity mapping | $0.05 |
micro_saas |
Validated micro-SaaS ideas with market sizing and competition analysis | $0.10 |
web3_hackathons |
Live hackathon tracker — ETHGlobal, DoraHacks, Devpost, Devfolio | $0.05 |
github_trending |
GitHub repos ranked by star velocity, AI-categorized | $0.05 |
producthunt |
Daily Product Hunt launches with AI categorization | $0.05 |
weekly_digest |
Consolidated weekly intelligence report with cross-feed synthesis | $0.25 |
stackexchange |
StackOverflow Q&A search — answers, scores, tags | $0.02 |
💰 Crypto & DeFi
| Tool | Description | Cost |
|---|---|---|
crypto_prices |
Live cryptocurrency prices from CoinGecko — any token | $0.01 |
crypto_trending |
Trending cryptocurrencies with price changes and market cap | $0.02 |
defi_yields |
Top DeFi yields across 18K+ pools — filter by chain, TVL, stablecoin | $0.03 |
defi_protocols |
DeFi protocol TVL rankings — 7000+ protocols, category filtering | $0.02 |
📈 Economic Data
| Tool | Description | Cost |
|---|---|---|
economic_indicators |
Federal Reserve (FRED) data — GDP, CPI, unemployment, rates, 800K+ series | $0.03 |
| `cou |
Tools (7)
web_scrapeScrape any URL with proxy rotation, content extraction, and markdown output.web_searchWeb search with site filters for Reddit, HN, GitHub, and Twitter.x_searchReal-time X/Twitter search for posts, engagement, and AI analysis.proxy_fetchRaw residential proxy relay with 190+ countries, rotating or sticky.agent_intelFind agent economy opportunities like grants, bounties, and hackathons.crypto_pricesGet live cryptocurrency prices from CoinGecko for any token.economic_indicatorsAccess Federal Reserve (FRED) data including GDP, CPI, and unemployment.Environment Variables
APOLLO_API_KEYAPI key for service access; overrides auto-provisioned free key.Configuration
{"mcpServers": {"apollo": {"command": "npx", "args": ["@apollo_ai/mcp-proxy"]}}}