# IPLocate — MCP server on mcp.ai > Connect your IPLocate account and use 1 tools for analytics straight from your AI agent. Connect with your own API key. IPLocate provides current geolocation, network, privacy, hosting, company, and abuse intelligence for IP addresses. By: mcp.ai · official Page: https://mcp.ai/iplocate ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_iplocate?ms=1787291340000 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/iplocate/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/iplocate/ 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/iplocate/skill.md Postman collection (v2.1): https://mcp.ai/iplocate/postman.json ## Tools - iplocate_lookup_ip(ip: string, include?: string) — Look up current geolocation, network, ASN, privacy, hosting, company, and abuse intelligence for one IPv4 or IPv6 address. Optionally return only selected fields to reduce the response. ## Example prompts - "What can I do in IPLocate?" - "Show me a summary of my IPLocate account" ## Links Docs: https://mcp.ai/docs/mcps/iplocate Website: https://mcp.ai/mcps/iplocate