ProxyClaw MCP Server — MCP tools for residential proxy fetching, browser rendering, and structured web extraction
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"proxyclaw-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# ProxyClaw MCP Server (Python) Model Context Protocol server for [ProxyClaw](https://proxyclaw.ai). 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](https://github.com/Iploop/proxyclaw-mcp)** | |---|---|---| | **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 ```bash # 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`: ```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 Chromiu…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.