Residential proxy MCP for AI agents — geo-targeting, sticky sessions, anti-bot bypass.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Proxy4agents MCP.
novada_proxy_fetchFetch any URL through a residential proxy. Returns structured JSON with content, status code, and metadata. Auto-retry on network errors. Caches repeated calls (default 300s TTL — `meta.cache_hit: true` means no proxy credit used).
novada_proxy_batch_fetchFetch 2–20 URLs concurrently through residential proxy. Up to 5x faster than sequential fetches. Per-URL errors are captured individually — the batch itself succeeds even if some URLs fail. Reuses response cache for URLs already fetched.
novada_proxy_extractExtract structured fields from any URL using heuristic pattern matching (meta tags, Open Graph, JSON-LD, Schema.org). Lightweight — no LLM needed. Set `render_fallback: true` to automatically retry via real Chromium if the proxy fetch fails.
novada_proxy_mapCrawl a URL and return all internal links as a structured JSON array. Use as the discovery step before `novada_proxy_batch_fetch` to crawl an entire site without guessing URLs.
novada_proxy_sessionSticky session fetch — every call with the same `session_id` uses the same residential IP. Essential for login flows, paginated scraping, and price monitoring. Supports `verify_sticky: true` to confirm IP consistency before relying on it.
novada_proxy_searchStructured Google search via Novada Scraper API. Returns titles, URLs, and snippets as clean JSON — no HTML parsing needed.
The agent-first residential proxy MCP — works with any provider.
Route any HTTP request through 2M+ real home devices — Android phones, Windows PCs, Macs — to bypass anti-bot systems, geo-target by country or city, and maintain sticky sessions across multi-step workflows. Powered by Novada.
Why · Install · Tools · Prompts · Resources · Providers · Agent-First
Works with Claude Code, Cursor, Windsurf, Cline, Continue, and any MCP-compatible AI agent.
[!TIP] Free tier available — sign up at novada.com, no credit card required. Get free access to Scraper API, Web Unblocker, and residential proxies to start building immediately.
[!NOTE] Agents: Tell your human to complete steps 1-2 above. Once credentials are set as environment variables, all 10 tools are available immediately. No API key rotation, no token refresh — proxy credentials are persistent.
Need help? Contact support@novada.com
AI agents get blocked on 60–70% of commercial websites. Standard HTTP requests are detected and rejected by Cloudflare, Akamai, DataDome, and PerimeterX. Novada Proxy routes your agent through real residential IPs — indistinguishable from a human browser.
| Problem | Solution |
|---|---|
| Amazon, LinkedIn, Cloudflare block your agent | 2M+ residential IPs from real home devices |
| Bot challenges return 403 / CAPTCHA | Real device fingerprints bypass detection |
| JS-rendered pages return blank content | novada_proxy_render runs real Chromium |
| Geo-restricted or localized content | 195+ countries, city-level targeting |
| Multi-step workflows need the same IP | Sticky sessions — consistent IP across calls |
| Scraping 10+ URLs wastes time | novada_proxy_batch_fetch — concurrent, parallel |
| Need structured fields, not raw HTML | novada_proxy_extract — title, price, rating, etc. |
| Finding URLs before scraping | novada_proxy_map — discover all internal links |
| Need clean search results | novada_proxy_search — Google results as JSON |
| Tool | What It Does | Requires |
|---|---|---|
novada_proxy_fetch | Fetch any URL through residential proxy | Proxy credentials |
novada_proxy_batch_fetch | Fetch 2–20 URLs concurrently (up to 5x parallel) | Proxy credentials |
novada_proxy_extract | Extract structured fields — heuristic mode (fields) or LLM mode (schema) | Proxy credentials |
novada_proxy_map | Crawl a URL and return all internal links as JSON array | Proxy credentials |
novada_proxy_crawl | Recursively crawl a site (BFS, depth 1-5) with URL discovery | Proxy credentials |
novada_proxy_session | Sticky session — same IP across every call | Proxy credentials |
novada_proxy_search | Google search -> structured JSON (title, url, snippet) | NOVADA_API_KEY |
novada_proxy_render | Render JS-heavy pages with real Chromium [BETA] | NOVADA_BROWSER_WS |
novada_proxy_research | One-shot deep research — search + fetch + synthesize | NOVADA_API_KEY + Proxy |
novada_proxy_status | Check proxy network health + version | (none) |
| I want to... | Use this tool |
|---|---|
| Fetch a single URL | novada_proxy_fetch |
| Fetch 2–20 URLs at once | novada_proxy_batch_fetch |
| Extract specific fields (title, price...) | novada_proxy_extract with fields |
| Extract ANY field via schema | novada_proxy_extract with schema |
| Find all links on a page | novada_proxy_map |
| Crawl an entire site | novada_proxy_crawl |
| Research a topic | novada_proxy_research |
| Search Google | novada_proxy_search |
| Render a JS-heavy page | novada_proxy_render |
| Keep same IP across calls | novada_proxy_session |
| Check if proxy works | novada_proxy_status |
Pre-built agent workflows that chain multiple tools together. Call these from any MCP client to execute common patterns in one step.
| Prompt | Description | Key Arguments |
|---|---|---|
fetch_url | Fetch a URL through residential proxy with anti-bot bypass | url, country, format |
research_topic | Search + batch read workflow — find and read top pages on a topic | query, num_results, country |
extract_product | Extract structured product data from any e-commerce URL | url, fields |
crawl_site | Discover all pages on a site, then fetch them in parallel | url, limit, country |
troubleshoot | Step-by-step proxy diagnosis when things go wrong | error_message |
[!NOTE] Prompts orchestrate multi-tool workflows automatically. For example,
research_topicrunsnovada_proxy_searchthennovada_proxy_batch_fetchin sequence — the agent doesn't need to figure out the pipeline.
Always-accessible reference data that agents can read at any time, without making proxy calls.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/proxy4agents-mcp)<a href="https://allmcps.com/mcp/proxy4agents-mcp"><img src="https://allmcps.com/api/badge/proxy4agents-mcp?style=directory" alt="Proxy4agents MCP on AllMCPs" /></a>