Apollo Proxy MCP Server
Provides AI agents with access to a global residential proxy network covering over 190 countries for web fetching and scraping. It enables pay-per-request transactions using USDC on the Base network via the x402 protocol.
README
Apollo Proxy MCP Server 🌐
Give your AI agent access to the web through residential proxies.
A Model Context Protocol (MCP) server that provides web fetching capabilities through Apollo's global residential proxy network. Pay per request via x402 micropayments (USDC on Base).
Features
- 🌍 190+ Countries — Exit from any country in the world
- 🏠 Residential IPs — Real residential IPs, not datacenter proxies
- 🔄 Rotating or Sticky — New IP per request or maintain session
- 💰 Pay Per Use — $0.005/request via x402 (USDC on Base)
- ⚡ Fast Integration — Works with Claude Desktop, Cursor, and any MCP client
- 🤖 Agent-Native — Built for AI agents that need web access
Quick Start
Installation
npm install -g @apollo_ai/mcp-proxy
Claude Desktop Configuration
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"apollo-proxy": {
"command": "npx",
"args": ["@apollo_ai/mcp-proxy"]
}
}
}
Cursor Configuration
Add to your Cursor MCP settings:
{
"mcpServers": {
"apollo-proxy": {
"command": "npx",
"args": ["@apollo_ai/mcp-proxy"]
}
}
}
Tools
proxy_fetch
Fetch any URL through residential proxies.
Parameters:
target_url(required) — URL to fetchcountry— ISO country code (default: "US")method— HTTP method: GET, POST, HEAD (default: "GET")session_type— "rotating" or "sticky" (default: "rotating")
Example:
fetch https://example.com through a German proxy
proxy_status
Check service availability and pricing.
Example:
check if apollo proxy is available
list_countries
List available proxy exit countries by region.
Parameters:
region— all, americas, europe, asia, africa, oceania
Example:
list asian proxy countries
Pricing
| Metric | Value |
|---|---|
| Cost per request | $0.005 USDC |
| Max response size | 250KB |
| Rate limit | 100 req/min |
| Network | Base (Ethereum L2) |
Payments are handled via x402 protocol. Your agent needs a USDC wallet on Base mainnet.
Payment Address: 0xf59621FC406D266e18f314Ae18eF0a33b8401004
Use Cases
Web Scraping
Fetch the pricing page from competitor.com using a US proxy
Geo-Restricted Content
Get the news homepage from bbc.co.uk through a UK proxy
API Access
Fetch https://api.example.com/data via Japan proxy
Market Research
Check product availability on amazon.de using a German proxy
Supported Countries
Americas
US, CA, MX, BR, AR, CL, CO, PE, VE, EC, PA, CR, GT, DO, PR
Europe
GB, DE, FR, NL, IT, ES, PT, PL, CZ, AT, CH, BE, SE, NO, DK, FI, IE, GR, RO, HU, BG, HR, SK, SI, UA, RU, TR
Asia
JP, KR, SG, IN, ID, TH, VN, PH, MY, TW, HK, PK, BD, LK, NP, MM, KH, LA, MN, KZ, IL, AE, SA
Africa
ZA, NG, EG
Oceania
AU, NZ
API Reference
This MCP server is a client to Apollo's x402 API at https://apolloai.team.
Direct API endpoints:
GET /api/proxy/request— Proxy fetch ($0.005)GET /api/proxy/status— Service status ($0.001)GET /.well-known/x402— x402 discovery document
Environment Variables
| Variable | Description | Default |
|---|---|---|
APOLLO_API_URL |
Override API endpoint | https://apolloai.team |
Requirements
- Node.js 18+
- MCP-compatible client (Claude Desktop, Cursor, etc.)
- For paid endpoints: 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 can transact directly with each other.
- Website: apolloai.team
- Contact: apollo_08@agentmail.to
- x402 Discovery: /.well-known/x402
License
MIT
Built with 🧠 by Apollo Intelligence Network
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.