ProxyClaw MCP Server — MCP tools for residential proxy fetching, browser rendering, and structured web extraction
Project description
ProxyClaw MCP Server (Python)
Model Context Protocol server for ProxyClaw. It gives AI agents controlled residential-proxy web access, optional browser rendering, and structured extraction workflows for legitimate testing, research, and automation use cases.
⚡ Python vs Node.js — Which One?
We ship two MCP servers. Choose based on what you need:
| This repo (Python) | Node.js version | |
|---|---|---|
| What it does | Browser rendering + structured extraction | Proxy routing + fetch |
| Best for | JS-rendered pages and structured extraction workflows | Simple fetches, geo-targeting |
| Networking | Optional TLS-compatible client libraries + Playwright rendering | Standard proxy-backed fetch |
| Install | uvx proxyclaw-mcp-server[all] |
npx proxyclaw-mcp-server |
| Tools | 6 (+ stealth fetch, render, scrape, extract) | 4 (fetch, check_ip, list_countries, rotate) |
→ Use Python if you need JavaScript rendering or structured data extraction from supported sites.
→ Use Node.js if you just need to route requests through residential IPs.
Both use the same proxy network — just different levels of power.
Install
# Core proxy workflow
pip install proxyclaw-mcp-server
# Optional compatible HTTP clients
pip install proxyclaw-mcp-server[stealth]
# With browser rendering
pip install proxyclaw-mcp-server[all]
# Or via uv (Claude Desktop recommended)
uv tool install proxyclaw-mcp-server[all]
Claude Desktop Config
Add to claude_desktop_config.json:
{
"mcpServers": {
"proxyclaw": {
"command": "uvx",
"args": ["proxyclaw-mcp-server[all]"],
"env": {
"IPLOOP_API_KEY": "your-api-key"
}
}
}
}
Tools
| Tool | What it does |
|---|---|
proxy_fetch_stealth |
Fetch URL through ProxyClaw with optional compatible HTTP clients + retry |
proxy_render |
Headless Chromium render for JavaScript apps and dynamic pages |
proxy_scrape |
Smart cascade: direct → stealth → render → search fallback |
proxy_extract |
Structured data from 60+ sites (eBay, Amazon, LinkedIn, Google, Nasdaq, etc.) |
proxy_check_ip |
Verify exit IP and geo-location |
proxy_list_countries |
List 195+ available countries |
Quick Start
Get your API key at iploop.io/signup.
Then ask Claude:
"Fetch https://example.com through a German IP with stealth headers"
"Render https://spa-site.com and extract the product title"
"Scrape eBay search results for 'laptop' and return structured data"
Features
- Residential proxy network — 175M+ real IPs across 195+ countries
- Compatible HTTP clients — optional curl_cffi / tls_client integrations for more browser-like request behavior
- Headless rendering — Playwright rendering for JavaScript-heavy pages
- Structured extraction — 60+ site-specific parsers (eBay, Amazon, LinkedIn, Twitter, Nasdaq, etc.)
- Smart cascade — tries direct fetch first, escalates to stealth → render → search fallback
- Sticky sessions — keep same IP across requests
- Cookie persistence — cookies saved between requests
- Auto-retry with rotation — configurable retry behavior for transient proxy/network failures
Security & Trust
- Source code: https://github.com/Iploop/proxyclaw-mcp-py
- Security page: https://proxyclaw.ai/security.html
- The package is a thin MCP adapter around the public
iploop-sdk; it does not include install hooks, shell execution, credential exfiltration, crypto mining, or obfuscated payloads. - Runtime credential access is limited to
IPLOOP_API_KEY, used only to authenticate proxy/API requests.
Links
- Website: proxyclaw.ai
- Security: proxyclaw.ai/security.html
- Dashboard: iploop.io/dashboard
- Python MCP source: Iploop/proxyclaw-mcp-py
- Python SDK: iploop on PyPI
- Node.js SDK: iploop on npm
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file proxyclaw_mcp_server-1.0.1.tar.gz.
File metadata
- Download URL: proxyclaw_mcp_server-1.0.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1180d6bb2fcd5a3f1dc24384d9657838b7636bc2c8627a9067de534a047343a7
|
|
| MD5 |
4fe71fcf72fd4fce89919340f1569d68
|
|
| BLAKE2b-256 |
1f0ab8eeef67a3ac96cd17c7466a4d6c67ac0c581d36efdb044af3219e7004a2
|
File details
Details for the file proxyclaw_mcp_server-1.0.1-py3-none-any.whl.
File metadata
- Download URL: proxyclaw_mcp_server-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f81959df26997aee37ad9fd0f648880de403bd0d8c3e67db427c4c388c561f3
|
|
| MD5 |
815ff36e93a5448214c02fbe7d5dea83
|
|
| BLAKE2b-256 |
d60f5e165a9cc3d6563c443f874247009bbab7667a7fbc7c772265f90fc54b3d
|