CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Proxyclaw

iploop/proxyclaw-mcp
1authSTDIOregistry active
Summary

Connects Claude to IPLoop's residential proxy network of 175M+ IPs across 195+ countries. Exposes four tools: proxy_fetch for routing requests through residential IPs with country and city targeting, proxy_check_ip to verify your exit location, proxy_list_countries to see available routing options, and proxy_rotate to force a new IP when rate limited. Sessions stay sticky across requests. Useful when you need to scrape geo-restricted content, bypass Cloudflare or DataDome, or test how sites behave from different regions. The Node.js version handles basic proxied fetches. If you need headless rendering or anti-detection for harder targets like Amazon or LinkedIn, they ship a separate Python MCP with Playwright integration.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

🌐 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

IPLOOP_API_KEY*secret

Your ProxyClaw API key from iploop.io

Registryactive
Packageproxyclaw-mcp-server
TransportSTDIO
AuthRequired
UpdatedApr 24, 2026
View on GitHub