Residential proxy MCP server. 175M+ IPs in 195+ countries with anti-bot bypass.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-furhworld-proxyclaw": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Residential proxy MCP server. 175M+ IPs in 195+ countries with anti-bot bypass.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for io.github.Furhworld/proxyclaw and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
Sign up at iploop.io/signup — 0.5 GB free, no credit card.
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.
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.
proxy_fetchFetch 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_ipCheck which IP and country you're exiting from.
{
"country": "DE"
}
Use when: Verifying your proxy location before scraping.
proxy_list_countriesList all 195+ available countries.
{}
Use when: You need to know the exact 2-letter code for Madagascar.
proxy_rotateForce a new IP rotation.
{
"country": "GB"
}
Use when: Your current IP got rate-limited and you need a fresh one.
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]