# Ip2Proxy — MCP server on mcp.ai > Connect your Ip2Proxy account and use 1 tools for security and identity straight from your AI agent. Connect with your own API key. IP2Proxy is a proxy detection web service that identifies anonymous proxies, VPNs, TOR exit nodes, search engine robots, and residential proxies by IP address. By: mcp.ai · official Page: https://mcp.ai/ip2proxy ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ip2proxy?ms=1787295780000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/ip2proxy/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ip2proxy/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/ip2proxy/skill.md Postman collection (v2.1): https://mcp.ai/ip2proxy/postman.json ## Tools - ip2proxy_check_proxy(ip?: string, format?: string, package?: string) — Tool to check if an IP address is a proxy. Use after obtaining an IP to detect proxy, VPN, or Tor status. ## Example prompts - "What can I do in Ip2Proxy?" - "Show me a summary of my Ip2Proxy account" ## Links Docs: https://mcp.ai/docs/mcps/ip2proxy Website: https://mcp.ai/mcps/ip2proxy