You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Residential proxy MCP server for AI agents. Route HTTP requests through 2M+ real home devices to bypass anti-bot systems, geo-target by country or city, and maintain sticky sessions.
Works with BrightData, Smartproxy, Oxylabs, IPRoyal, or any standard HTTP proxy. Encode targeting in the URL per your provider's format.
60
49
61
-
# Oxylabs
62
-
claude mcp add proxy4agent \
63
-
-e OXYLABS_USER=your_username \
64
-
-e OXYLABS_PASS=your_password \
65
-
-- npx -y bestproxy4agents
50
+
### Optional additional credentials
66
51
67
-
# Any HTTP proxy
68
-
claude mcp add proxy4agent \
69
-
-e PROXY_URL="http://user:pass@host:port" \
70
-
-- npx -y bestproxy4agents
71
-
```
52
+
These are NOT required. Only set them if you need the specific feature:
53
+
54
+
-`NOVADA_API_KEY` — enables `agentproxy_search` (Google search via Novada Scraper API)
55
+
-`NOVADA_BROWSER_WS` — enables `agentproxy_render` (JS rendering via Novada Browser API)
56
+
57
+
## Privacy note
72
58
73
-
Get Novada credentials: [novada.com](https://www.novada.com) (30 seconds, no credit card).
59
+
All HTTP requests are routed through your chosen proxy provider's residential network. Do not send sensitive internal URLs, API keys, or personally identifiable information through the proxy. The proxy provider can see request URLs and response content in transit. Use only for public web content.
74
60
75
61
## Tools
76
62
@@ -98,7 +84,7 @@ Structured Google search. Returns titles, URLs, descriptions as clean JSON.
98
84
agentproxy_search(query="residential proxy for AI", num=5, country="us")
99
85
```
100
86
101
-
Requires: `NOVADA_API_KEY`
87
+
Requires: `NOVADA_API_KEY` (optional — only if you need search)
102
88
103
89
### agentproxy_render
104
90
Render JS-heavy pages with real Chromium (SPAs, React/Vue apps).
@@ -107,25 +93,11 @@ Render JS-heavy pages with real Chromium (SPAs, React/Vue apps).
0 commit comments