Labsco
Iploop logo

ProxyClaw MCP Server

β˜… 1

from Iploop

Residential proxy MCP server for AI agents to fetch, render, scrape, and verify web content through ProxyClaw/IPLoop proxies.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedPaid serviceNeeds API keys

🌐 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 doesProxy routing + fetchFull anti-bot + headless render + structured extraction
Best forSimple fetches, geo-targetingScraping protected sites (Amazon, eBay, LinkedIn), JS-rendered pages
Anti-detectionChrome fingerprint headersTLS JA3 spoofing + Playwright anti-detection
Installnpx proxyclaw-mcp-serveruvx proxyclaw-mcp-server[all]
Tools4 (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.


πŸ› οΈ Available Tools

proxy_fetch

Fetch any URL through a residential proxy.

Copy & paste β€” that's it
{
  "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.

Copy & paste β€” that's it
{
  "country": "DE"
}

Use when: Verifying your proxy location before scraping.

proxy_list_countries

List all 195+ available countries.

Copy & paste β€” that's it
{}

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

proxy_rotate

Force a new IP rotation.

Copy & paste β€” that's it
{
  "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

πŸ†“ 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