# IP2Location.io — MCP server on mcp.ai > Connect your IP2Location.io account and use 5 tools for developer tools straight from your AI agent. Connect with your own API key. IP2Location.io provides a fast and accurate IP Geolocation API tool to determine a user's location and use the geolocation information in different use cases. By: mcp.ai · official Page: https://mcp.ai/ip2location_io ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ip2location_io?ms=1787296080000 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/ip2location_io/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ip2location_io/ 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/ip2location_io/skill.md Postman collection (v2.1): https://mcp.ai/ip2location_io/postman.json ## Tools - ip2location_io_bulk_ip_geolocation(fields?: string[], format?: string, ip_list: string[]) — Tool to retrieve geolocation information for multiple IP addresses in bulk. Use when processing up to 1000 IPs at once. - ip2location_io_domain_whois(key: string, domain: string, format?: string) — Tool to retrieve WHOIS information for a given domain. Use when you need domain registration and contact details via IP2WHOIS API. - ip2location_io_get_api_key() — Tool to retrieve the configured API key. Use when authentication is needed for IP2Location.io requests. - ip2location_io_get_ip_geolocation(ip: string, lang?: string, format?: string) — Tool to retrieve comprehensive geolocation data for an IPv4 or IPv6 address. Returns location details including country, region, city, coordinates, timezone, ISP, ASN, and proxy information. - ip2location_io_ip2_whois_hosted_domain(ip: string, page?: integer, format?: string) — Tool to retrieve hosted domain names by IP address. Use when you need to list domains hosted on a given IP. Call after confirming the IP. ## Example prompts - "What can I do in IP2Location.io?" - "Show me a summary of my IP2Location.io account" ## Links Docs: https://mcp.ai/docs/mcps/ip2location_io Website: https://mcp.ai/mcps/ip2location_io