For AI assistants
Point your AI at our tools. No key, no account.
The free proxy list, the proxy checker and the IP lookup are keyless HTTP endpoints, an MCP server, a CLI and a markdown file written for a machine. Install one line and your assistant can pull proxies and verify them on its own.
Any assistant that can call a tool or read a URL. These are the ones people paste our docs into most.
What it can do
Three tools,all of them free.
Install the MCP server once and these arrive as tools your assistant can reach for by name.
proxy_list
Live free proxies from the public pool, filtered by country, protocol and anonymity.
The listproxy_check
A real live test on any proxy: alive, protocols, anonymity, latency and location. Up to 25 a call.
The checkerip_lookup
Any public address: country, city, timezone, ASN, the network behind it, and whether it has been seen as a proxy.
The lookupThe MCP server
One line,then just ask.
A single dependency-free file that speaks JSON-RPC over stdio. It needs Node 18 and nothing else.
Install
Claude Code
claude mcp add hproxy -- npx -y hproxy-mcpClaude Desktop
"hproxy": { "command": "npx", "args": ["-y", "hproxy-mcp"] }Cursor
"hproxy": { "command": "npx", "args": ["-y", "hproxy-mcp"] }Windsurf, Cline, anything on stdio
"hproxy": { "command": "npx", "args": ["-y", "hproxy-mcp"] }Then ask
- “Give me twenty elite German SOCKS5 proxies and check which are alive.”
- “Is 203.0.113.7:1080 working, and where does it exit?”
- “Who runs the network behind 8.8.8.8?”
Or without an assistant
npx hproxy-mcp list --country de --limit 20npx hproxy-mcp check 203.0.113.7:1080npx hproxy-mcp ip 8.8.8.8Per tool
Every lane,copyable in one click.
For AI assistants
Let your assistant pull the list
The pool is a free, keyless API and a documented markdown page. Hand your assistant one of these and it can fetch live proxies on its own, filtered the way you asked.
Works with
The button copies a paragraph written for an assistant: the endpoint, the parameters and the limits. Paste it into any chat and ask for what you want.
MCP server
Adds proxy_list, proxy_check and ip_lookup as tools your assistant can call by itself.
claude mcp add hproxy -- npx -y hproxy-mcpCursor, Claude Desktop, Windsurf and Cline take the same server as {"command": "npx", "args": ["-y", "hproxy-mcp"]}. This page's tool is proxy_list.
Command line
The same tool without an assistant. Prints JSON, so it pipes.
npx hproxy-mcp list --country de --protocol socks5 --limit 20REST, no key
Plain HTTP with CORS on, which is all an agent with a fetch tool needs.
curl "https://hproxy.com/api/proxy-list?format=json&country=de&limit=20"The whole documentation, as markdown
Generated from the same registry the docs render from, so it cannot drift from the pages.
For AI assistants
Let your assistant check proxies
Every check runs a real connection, not a database lookup. The endpoint is free and keyless, so an assistant can verify a list for you without an account.
Works with
The button copies a paragraph written for an assistant: the endpoint, the parameters and the limits. Paste it into any chat and ask for what you want.
MCP server
Adds proxy_list, proxy_check and ip_lookup as tools your assistant can call by itself.
claude mcp add hproxy -- npx -y hproxy-mcpCursor, Claude Desktop, Windsurf and Cline take the same server as {"command": "npx", "args": ["-y", "hproxy-mcp"]}. This page's tool is proxy_check.
Command line
The same tool without an assistant. Prints JSON, so it pipes.
npx hproxy-mcp check 203.0.113.7:1080 198.51.100.3:8080REST, no key
Plain HTTP with CORS on, which is all an agent with a fetch tool needs.
curl "https://hproxy.com/api/proxy-check?proxy=203.0.113.7:1080"The whole documentation, as markdown
Generated from the same registry the docs render from, so it cannot drift from the pages.
For AI assistants
Let your assistant resolve an address
Country, network, ASN and whether the address has ever been seen acting as a public proxy. Free, keyless, and documented for a machine to read.
Works with
The button copies a paragraph written for an assistant: the endpoint, the parameters and the limits. Paste it into any chat and ask for what you want.
MCP server
Adds proxy_list, proxy_check and ip_lookup as tools your assistant can call by itself.
claude mcp add hproxy -- npx -y hproxy-mcpCursor, Claude Desktop, Windsurf and Cline take the same server as {"command": "npx", "args": ["-y", "hproxy-mcp"]}. This page's tool is ip_lookup.
Command line
The same tool without an assistant. Prints JSON, so it pipes.
npx hproxy-mcp ip 8.8.8.8REST, no key
Plain HTTP with CORS on, which is all an agent with a fetch tool needs.
curl "https://hproxy.com/api/ip/8.8.8.8"The whole documentation, as markdown
Generated from the same registry the docs render from, so it cannot drift from the pages.
Questions