# IPLoop > Residential proxy infrastructure powered by real devices, SDK integrations, and MCP-ready AI agent tooling. IPLoop powers ProxyClaw, a residential proxy network and AI web-access stack for developers, data teams, and autonomous agents. ## About IPLoop IPLoop is a residential proxy platform providing access to real residential IPs worldwide. The platform combines supply-side SDKs for device/app owners with demand-side proxy APIs, scraping SDKs, and Model Context Protocol (MCP) tools for AI agents. ## Core Products ### Residential Proxy Network - Real residential IPs across 111+ countries and growing - HTTP, HTTPS, and SOCKS5 proxy access - Country, city, ASN, sticky session, and rotating session support - Usage tracking, API keys, and customer dashboard via https://platform.iploop.io - Designed for web scraping, market research, SEO monitoring, ad verification, and brand protection ### ProxyClaw MCP Server for AI Agents ProxyClaw MCP lets Claude Desktop, Cursor, Zed, OpenClaw, and other MCP-compatible agents access the web through residential proxies. Node.js MCP server: - Package: `proxyclaw-mcp-server` - Install: `npx proxyclaw-mcp-server` - Repository: https://github.com/Iploop/proxyclaw-mcp - npm: https://www.npmjs.com/package/proxyclaw-mcp-server - Tools: `proxy_fetch`, `proxy_check_ip`, `proxy_list_countries`, `proxy_rotate` Python MCP server: - Package: `proxyclaw-mcp-server` - Install: `uvx proxyclaw-mcp-server[all]` - Repository: https://github.com/Iploop/proxyclaw-mcp-py - PyPI: https://pypi.org/project/proxyclaw-mcp-server/ - Tools: `proxy_fetch_stealth`, `proxy_render`, `proxy_scrape`, `proxy_extract`, `proxy_check_ip`, `proxy_list_countries` ### ProxyClaw AgentSkill ProxyClaw AgentSkill gives AI coding agents a reusable skill for proxy-backed web access and scraping workflows. - ClawHub skill: `proxyclaw` - AgentSkill repository: https://github.com/Iploop/proxyclaw-hermes-skill - Local install style: copy the `proxyclaw` skill folder into an AgentSkills-compatible agent - Compatible ecosystem: OpenClaw, Hermes, Claude Code/Codex-style skill loaders, and agentskills.io-compatible tools ### Demand SDKs Python SDK: ```bash pip install iploop ``` ```python from iploop import IPLoop client = IPLoop(api_key="YOUR_API_KEY") result = client.scrape("https://example.com") ``` Node.js SDK: ```bash npm install iploop ``` ```javascript const { IPLoop } = require('iploop'); const client = new IPLoop({ apiKey: 'YOUR_API_KEY' }); const result = await client.scrape('https://example.com'); ``` ### Supply SDK / Node Software - Android SDK for monetizing idle bandwidth in apps - Docker node for simple participation in the network - Lightweight background operation with privacy-safe routing design ## Use Cases - AI agents with residential web access - MCP-powered web scraping and geo-testing - SEO rank and SERP monitoring by region - Price monitoring and ecommerce data collection - Ad verification and brand protection - Market research and public web data extraction - App monetization via bandwidth-sharing SDKs ## Supported Site Presets Amazon, Reddit, LinkedIn, YouTube, GitHub, CoinGecko, Wikipedia, HackerNews, StackOverflow, NPM, PyPI, Trustpilot, Steam, IMDb, CNN, Shopify, AliExpress, Airbnb, eBay, and more. ## Important Links - Website: https://iploop.io - Dashboard: https://platform.iploop.io - API: https://api.iploop.io/api/v1/ - ProxyClaw: https://proxyclaw.ai - ProxyClaw Docs: https://proxyclaw.ai/docs - GitHub Organization: https://github.com/Iploop - Node MCP: https://github.com/Iploop/proxyclaw-mcp - Python MCP: https://github.com/Iploop/proxyclaw-mcp-py - AgentSkill: https://github.com/Iploop/proxyclaw-hermes-skill - Python SDK: https://pypi.org/project/iploop/ - Node.js SDK: https://www.npmjs.com/package/iploop - Docker Hub: https://hub.docker.com/r/ultronloop2026/iploop-node - Twitter/X: https://x.com/iploop_io ## Contact - Partnerships: partners@iploop.io - Support: support@iploop.io - Website: https://iploop.io/contact