io.github.bnmbnmai/apollo-proxy

编码与调试

by bnmbnmai

集成 26 个 AI 工具,覆盖 DeFi、OSINT、crypto、intel feeds、search 和 proxy,并支持 x402 micropayments。

什么是 io.github.bnmbnmai/apollo-proxy

集成 26 个 AI 工具,覆盖 DeFi、OSINT、crypto、intel feeds、search 和 proxy,并支持 x402 micropayments。

README

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.

npm version License: MIT x402scan MCP

Quick Start

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

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:

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

Cursor / Windsurf / Any MCP Client

json
{
  "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. Set APOLLO_API_KEY env var to override.

To use a specific key:

json
{
  "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

bash
npm install -g @apollo_ai/mcp-proxy

All 40 Tools

🔍 Search & Scraping

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

📊 Intelligence Feeds

ToolDescriptionCost
agent_intelAgent economy opportunities — grants, bounties, hackathons, market gaps$0.05
sentimentReal-time social sentiment (crypto, DeFi, AI, tech) via Grok$0.02
pain_pointsNLP-clustered pain points from Quora, G2, Reddit, Upwork → SaaS ideas$0.08
agentic_trendsAgentic economy signals — funding, adoption, multi-agent trends$0.05
keyword_opportunitiesKeyword flywheel — seed → variants → opportunity mapping$0.05
micro_saasValidated micro-SaaS ideas with market sizing and competition analysis$0.10
web3_hackathonsLive hackathon tracker — ETHGlobal, DoraHacks, Devpost, Devfolio$0.05
github_trendingGitHub repos ranked by star velocity, AI-categorized$0.05
producthuntDaily Product Hunt launches with AI categorization$0.05
weekly_digestConsolidated weekly intelligence report with cross-feed synthesis$0.25
stackexchangeStackOverflow Q&A search — answers, scores, tags$0.02

💰 Crypto & DeFi

ToolDescriptionCost
crypto_pricesLive cryptocurrency prices from CoinGecko — any token$0.01
crypto_trendingTrending cryptocurrencies with price changes and market cap$0.02
defi_yieldsTop DeFi yields across 18K+ pools — filter by chain, TVL, stablecoin$0.03
defi_protocolsDeFi protocol TVL rankings — 7000+ protocols, category filtering$0.02

📈 Economic Data

ToolDescriptionCost
economic_indicatorsFederal Reserve (FRED) data — GDP, CPI, unemployment, rates, 800K+ series$0.03
country_metricsWorld Bank development indicators — 260+ countries, GDP, population, literacy$0.02
fx_ratesLive FX rates for 30+ currencies from ECB data$0.005

🔒 OSINT & Security

ToolDescriptionCost
ip_intelMulti-source IP intelligence — geo, ports, vulns, threats (4 sources)$0.03
domain_intelDomain intelligence — DNS, SSL certs, geo, threat analysis$0.03
ip_geoIP geolocation + ASN — country, city, coordinates, organization$0.01
malware_feedURLhaus threat feed — 20K+ active malware URLs from abuse.ch$0.02
ip_reputationIP abuse scoring via AbuseIPDB — confidence score, reports, categories$0.03
malware_url_checkVirusTotal URL scanning — malware detection across 70+ engines$0.05
breach_checkEmail breach check via HaveIBeenPwned (Troy Hunt)$0.05
geocodeForward + reverse geocoding via OpenStreetMap/Nominatim$0.01

⛓️ Ethereum / Etherscan

ToolDescriptionCost
eth_balanceEthereum wallet balance via Etherscan$0.03
eth_transactionsEthereum transaction history via Etherscan$0.03
eth_gasLive Ethereum gas prices via Etherscan$0.02

🌤️ Weather & ML

ToolDescriptionCost
weatherCurrent weather + 7-day forecast from Open-Meteo$0.01
ml_analyzeText sentiment, entity extraction, or summarization via HuggingFace$0.01–$0.02

📦 Bundles (Save 33-50%)

ToolIncludesCost
opportunity_bundleKeywords + pain points + micro-SaaS ideas$0.15
agentic_insights_bundleTrends + pain points + agent intel$0.12
builder_intel_bundleGitHub trending + Product Hunt + agent intel$0.10

Usage Examples

Find market opportunities

code
Search for pain points in "billing automation" and suggest micro-SaaS ideas

Research competitors

code
Scrape https://competitor.com/pricing through a US proxy and extract the content

Track trending repos

code
Show me GitHub trending repos in the AI agents category

Real-time social intelligence

code
Search X/Twitter for discussions about "MCP protocol" in the last week

Web search with site filters

code
Search for "x402 micropayments" on Reddit and Hacker News

Get weekly intelligence

code
Give me the weekly intelligence digest — what opportunities should I focus on?

Check crypto markets

code
What are the trending cryptocurrencies right now? Show prices and market caps.

How Payment Works

All paid tools use the x402 protocol — an open standard for machine-to-machine micropayments.

  1. Your agent makes a request
  2. Server returns 402 Payment Required with payment details
  3. Agent's wallet sends USDC on Base to complete the payment
  4. Server delivers the response

No API keys. No subscriptions. No accounts. Just a USDC wallet on Base mainnet.

Payment wallet: 0xf59621FC406D266e18f314Ae18eF0a33b8401004

📖 Getting Started Guide — Step-by-step instructions for Python, TypeScript, Go, and MCP. Make your first paid request in under 5 minutes.

Note: x402 payment handling depends on your MCP client. Clients like x402scan Composer handle payments automatically. For Claude Desktop, you'll need an x402-compatible wallet integration.

Environment Variables

VariableDescriptionDefault
APOLLO_API_URLOverride API endpointhttps://apolloai.team

Data Freshness

All intelligence feeds are pre-computed by Apollo's multi-agent system and refreshed every 2-6 hours:

  • Scrape daemon runs autonomously — DDG, HN, Reddit, GitHub via residential proxies
  • NLP pipeline — keyword expansion, pain point clustering, opportunity scoring
  • Zero LLM cost per request — all data pre-computed from real sources
  • X/Twitter search — real-time via Grok (not cached)

OpenAPI Specification

Full OpenAPI 3.1 spec for all 40 endpoints: openapi.json

Import into Postman, Insomnia, or any API client to explore and test all endpoints interactively.

Ecosystem

Apollo is listed across the x402 ecosystem:

API Reference

This MCP server wraps Apollo's x402 API at https://apolloai.team. You can also call the API directly:

bash
# Discovery document (lists all endpoints)
curl https://apolloai.team/.well-known/x402

# Any endpoint returns 402 with payment info + preview data
curl https://apolloai.team/api/pain-points

# OpenAPI spec
curl https://apolloai.team/openapi.json

# Free landing page
curl https://apolloai.team/

Direct API endpoints: apolloai.team | Getting Started: Guide | Marketplace: x402scan

Requirements

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

About Apollo

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.

License

MIT


Built by Apollo Intelligence Network 🏛️

常见问题

io.github.bnmbnmai/apollo-proxy 是什么?

集成 26 个 AI 工具,覆盖 DeFi、OSINT、crypto、intel feeds、search 和 proxy,并支持 x402 micropayments。

相关 Skills

网页构建器

by anthropics

Universal
热门

面向复杂 claude.ai HTML artifact 开发,快速初始化 React + Tailwind CSS + shadcn/ui 项目并打包为单文件 HTML,适合需要状态管理、路由或多组件交互的页面。

在 claude.ai 里做复杂网页 Artifact 很省心,多组件、状态和路由都能顺手搭起来,React、Tailwind 与 shadcn/ui 组合效率高、成品也更精致。

编码与调试
未扫描123.0k

前端设计

by anthropics

Universal
热门

面向组件、页面、海报和 Web 应用开发,按鲜明视觉方向生成可直接落地的前端代码与高质感 UI,适合做 landing page、Dashboard 或美化现有界面,避开千篇一律的 AI 审美。

想把页面做得既能上线又有设计感,就用前端设计:组件到整站都能产出,难得的是能避开千篇一律的 AI 味。

编码与调试
未扫描123.0k

网页应用测试

by anthropics

Universal
热门

用 Playwright 为本地 Web 应用编写自动化测试,支持启动开发服务器、校验前端交互、排查 UI 异常、抓取截图与浏览器日志,适合调试动态页面和回归验证。

借助 Playwright 一站式验证本地 Web 应用前端功能,调 UI 时还能同步查看日志和截图,定位问题更快。

编码与调试
未扫描123.0k

相关 MCP Server

GitHub

编辑精选

by GitHub

热门

GitHub 是 MCP 官方参考服务器,让 Claude 直接读写你的代码仓库和 Issues。

这个参考服务器解决了开发者想让 AI 安全访问 GitHub 数据的问题,适合需要自动化代码审查或 Issue 管理的团队。但注意它只是参考实现,生产环境得自己加固安全。

编码与调试
84.2k

by Context7

热门

Context7 是实时拉取最新文档和代码示例的智能助手,让你告别过时资料。

它能解决开发者查找文档时信息滞后的问题,特别适合快速上手新库或跟进更新。不过,依赖外部源可能导致偶尔的数据延迟,建议结合官方文档使用。

编码与调试
53.3k

by tldraw

热门

tldraw 是让 AI 助手直接在无限画布上绘图和协作的 MCP 服务器。

这解决了 AI 只能输出文本、无法视觉化协作的痛点——想象让 Claude 帮你画流程图或白板讨论。最适合需要快速原型设计或头脑风暴的开发者。不过,目前它只是个基础连接器,你得自己搭建画布应用才能发挥全部潜力。

编码与调试
46.4k

评论