MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQChangelog

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace ยฉ 2026. All rights reserved.

Back to Browse

Proxyclaw MCP Server

by Iploop
Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Residential proxy MCP server. 175M+ IPs in 195+ countries with anti-bot bypass.

About

Residential proxy MCP server. 175M+ IPs in 195+ countries with anti-bot bypass.

Security Report

5.2
Moderate5.2Moderate Risk

ProxyClaw MCP Server is a well-structured proxy routing tool with appropriate authentication via environment variables and reasonable input validation. The server properly redacts API keys from error messages and validates URLs and country codes. The main concern is the use of `spawn()` to execute external `curl` commands, which is a standard pattern but requires careful input sanitization. The codebase handles this reasonably well with regex-based URL validation and allowlist-based country code validation, though the approach of building auth strings dynamically introduces minor complexity. Overall, this is a legitimate developer tool with permissions and functionality appropriately aligned with its stated purpose. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

5 files analyzed ยท 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your ProxyClaw API key from iploop.ioRequired

Environment variable: IPLOOP_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-furhworld-proxyclaw": {
      "env": {
        "IPLOOP_API_KEY": "your-iploop-api-key-here"
      },
      "args": [
        "-y",
        "proxyclaw-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

๐ŸŒ 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.


๐Ÿš€ Install (30 seconds)

1. Get Your Free API Key

Sign up at iploop.io/signup โ€” 0.5 GB free, no credit card.

2. Add to Claude Desktop

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.

3. Verify

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.


๐Ÿ› ๏ธ Available Tools

proxy_fetch

Fetch 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_ip

Check which IP and country you're exiting from.

{
  "country": "DE"
}

Use when: Verifying your proxy location before scraping.

proxy_list_countries

List all 195+ available countries.

{}

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

proxy_rotate

Force a new IP rotation.

{
  "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

๐Ÿ“ฆ Advanced: Local Install

npm install -g proxyclaw-mcp-server

# Run directly
IPLOOP_API_KEY=your_key proxyclaw-mcp-server

Or with Docker:

docker run -e IPLOOP_API_KEY=your_key proxyclaw/mcp-server

๐Ÿ†“ Free Tier

  • 0.5 GB bandwidth included
  • All 195+ countries available
  • No credit card required

Upgrade anytime at iploop.io.


๐Ÿ”— Links

  • Website: proxyclaw.ai
  • Platform: iploop.io
  • GitHub: github.com/Iploop/proxyclaw-mcp
  • MCP Docs: modelcontextprotocol.io

Built with โšก by IPLoop

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published April 24, 2026
Version 1.0.4
0 installs
Local Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol ยท Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
3
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno ยท Developer Tools

Toleno Network MCP Server โ€” Manage your Toleno mining account with Claude AI using natural language.

114
Stars
409
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace ยท Developer Tools

Create, build, and publish Python MCP servers to PyPI โ€” conversationally.

-
Stars
55
Installs
10.0
Security
5.0
Local

MarkItDown

Free

by Microsoft ยท Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

116.1K
Stars
15
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace ยท Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm โ€” conversationally

-
Stars
14
Installs
10.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace ยท Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
13
Installs
10.0
Security
No ratings yet
Local