Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Residential proxy MCP server. 175M+ IPs in 195+ countries with anti-bot bypass.

README.md

🌐 ProxyClaw MCP Server

Model Context Protocol (MCP) server for ProxyClaw by IPLoop.

Route web requests through 175M+ residential IPs across 195+ countries — directly from Claude Desktop, Cursor, Zed, or any MCP-compatible client.

The only residential proxy network with an MCP server. Your AI can now browse from real homes, not datacenters.

---

✨ What You Get

  • 195+ countries — Route requests through real residential IPs
  • Anti-bot bypass — Cloudflare, DataDome, PerimeterX can't tell the difference
  • Zero config — One environment variable, four powerful tools
  • Sticky sessions — Same IP across multiple requests
  • City & ISP targeting — Pinpoint precision when you need it

⚡ Node.js vs Python — Which One?

We ship two MCP servers. Choose based on what you need:

| | This repo (Node.js) | Python version | |---|---|---| | What it does | Proxy routing + fetch | Full anti-bot + headless render + structured extraction | | Best for | Simple fetches, geo-targeting | Scraping protected sites (Amazon, eBay, LinkedIn), JS-rendered pages | | Anti-detection | Chrome fingerprint headers | TLS JA3 spoofing + Playwright anti-detection | | Install | npx proxyclaw-mcp-server | uvx proxyclaw-mcp-server[all] | | Tools | 4 (fetch, check_ip, list_countries, rotate) | 6 (+ stealth fetch, render, scrape, extract) |

→ Use Node.js if you just need to route requests through residential IPs.

→ Use Python if you're scraping hard targets (Cloudflare, SPAs, React sites) or need structured data extraction from 60+ supported sites.

Both use the same proxy network — just different levels of power.

---

🚀 Install (30 seconds)

1. Get Your Free API Key

Sign up at iploop.io/signup — 0.5 GB free, no credit card.

2. Add to Claude Desktop

Open ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "proxyclaw": {
      "command": "npx",
      "args": ["-y", "proxyclaw-mcp-server"],
      "env": {
        "IPLOOP_API_KEY": "your_api_key_here"
      }
    }
  }
}

Restart Claude Desktop. Done.

3. Verify

Ask Claude:

"Check my exit IP through the proxy"

Claude will call proxy_check_ip and show you the residential IP you're routing through.

---

🛠️ Available Tools

proxy_fetch

Fetch any URL through a residential proxy.

{
  "url": "https://example.com",
  "country": "US",
  "city": "newyork",
  "session": "my-session-id",
  "timeout": 30
}

Use when: Scraping geo-restricted sites, checking prices by region, bypassing bot detection.

proxy_check_ip

Check which IP and country you're exiting from.

{
  "country": "DE"
}

Use when: Verifying your proxy location before scraping.

proxy_list_countries

List all 195+ available countries.

{}

Use when: You need to know the exact 2-letter code for Madagascar.

proxy_rotate

Force a new IP rotation.

{
  "country": "GB"
}

Use when: Your current IP got rate-limited and you need a fresh one.

---

💬 Example Conversations

You: "Check what Amazon.com shows from a US IP" Claude: [calls proxy_fetch with country=US, returns HTML]

You: "Now check the same page from Japan" Claude: [calls proxy_fetch with country=JP, returns different pricing/content]

You: "List all countries where I can route through" Claude: [calls proxy_list_countries, returns 195+ countries]

You: "My current IP is blocked. Rotate to a new UK IP" Claude: [calls proxy_rotate with country=GB, confirms new IP]

---

🔒 Security

  • API key is passed via environment variable — never hardcoded
  • All traffic to target sites is TLS-encrypted
  • Proxy auth is plaintext to our proxy gateway only (same as any HTTP proxy)
  • No data is logged or stored by the MCP server

---

📦 Advanced: Local Install

npm install -g proxyclaw-mcp-server

# Run directly
IPLOOP_API_KEY=your_key proxyclaw-mcp-server

Or with Docker:

docker run -e IPLOOP_API_KEY=your_key proxyclaw/mcp-server

---

🆓 Free Tier

  • 0.5 GB bandwidth included
  • All 195+ countries available
  • No credit card required

Upgrade anytime at iploop.io.

---

🔗 Links

---

Built with ⚡ by IPLoop

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.