Proxyclaw Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Proxyclaw Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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](https://github.com/Iploop/proxyclaw-mcp-py) | |
|---|---|---|
| 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](https://iploop.io/signup.html) — 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]
npm install -g proxyclaw-mcp-server
# Run directly
IPLOOP_API_KEY=your_key proxyclaw-mcp-serverOr with Docker:
docker run -e IPLOOP_API_KEY=your_key proxyclaw/mcp-serverUpgrade anytime at iploop.io.
Built with ⚡ by IPLoop
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.