🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@apollo_ai/mcp-proxy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo_ai/mcp-proxy

MCP server for Apollo Intelligence Network — 19 endpoints: intelligence feeds, real-time search, proxy infrastructure. x402 micropayments (USDC on Base).

Source
npmnpm
Version
4.1.0
Version published
Weekly downloads
47
-46.59%
Maintainers
1
Weekly downloads
 
Created
Source

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).

npm version License: MIT

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 fetch
  • country — 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

MetricValue
Cost per request$0.005 USDC
Max response size250KB
Rate limit100 req/min
NetworkBase (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

VariableDescriptionDefault
APOLLO_API_URLOverride API endpointhttps://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.

License

MIT

Built with 🧠 by Apollo Intelligence Network

Keywords

mcp

FAQs

Package last updated on 09 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts