MCP Server for AI Agents

Unblock any URL
in one call.

Every AI agent hits the same wall — Cloudflare, paywalls, JS renders. UnblockMCP packages the whole bypass stack as a single MCP tool. No proxy config. No Playwright setup. Just fetch_unblocked(url).

agent.py
# Before: agent crashes on Cloudflare
response = requests.get(url)  # 403 Forbidden ❌

# After: one MCP call, done
content = mcp.fetch_unblocked(url)  # ✅ 200 OK

Built for the real internet

The web wasn't designed for AI agents. We fixed that.

Instant Setup
One npx command and your agent can fetch anything. Works with Claude Desktop, Cursor, and any MCP-compatible client.
Cloudflare Bypass
Playwright-backed headless rendering defeats bot detection. Handles JS-heavy SPAs, CAPTCHAs, and WAF rules.
Global Proxy Pool
Rotating residential proxies across 50+ countries. Rate limits and geo-blocks are a thing of the past.
Drop-in MCP Tool
Exposes fetch_unblocked() as a native MCP tool. Your agent calls it like any other function — no wrappers needed.

Live playground

Paste any URL and see what fetch_unblocked() returns.

Try:

Enter a URL above or try one of the demo cases.
Results will appear here — no proxy config required.

Setup in 60 seconds

Add UnblockMCP to your agent environment. Works with any MCP-compatible client.

Claude Desktop
// Claude Desktop — claude_desktop_config.json
{
  "mcpServers": {
    "unblock-mcp": {
      "command": "npx",
      "args": ["-y", "unblock-mcp@latest"],
      "env": {
        "UNBLOCK_API_KEY": "your_api_key_here"
      }
    }
  }
}
Cursor
// Cursor — .cursor/mcp.json
{
  "mcpServers": {
    "unblock-mcp": {
      "command": "npx",
      "args": ["-y", "unblock-mcp@latest"],
      "env": {
        "UNBLOCK_API_KEY": "your_api_key_here"
      }
    }
  }
}

Available MCP tools

fetch_unblocked(url, options?)Fetch any URL, bypassing Cloudflare, WAFs, and paywalls. Returns full HTML content.
render_js(url, waitFor?)Headless browser render with Playwright. Use when content requires JavaScript execution.
extract_text(url)Fetch URL and return clean text only — no HTML, no boilerplate. Ideal for LLM context.

Simple pricing

Start free. Scale when you need to.

Free
For tinkerers and side projects
$0/month
  • 100 requests/month
  • Basic proxy routing
  • Community support
  • MCP server access
Most popular
Pro
For serious builders
$29/month
  • 10,000 requests/month
  • Playwright rendering
  • Priority proxy pool
  • API key management
  • Email support
Enterprise
For teams at scale
Custom
  • Unlimited requests
  • Dedicated proxies
  • SLA guarantee
  • Custom integrations
  • Slack support

Stop letting Cloudflare block your agents

Join 500+ developers who've stopped wrestling with proxy configs and started shipping.