HomeOther › mcp-ip2location-io

mcp-ip2location-io

IP Geolocation MCP server that query the geolocation information using IP2Location.io API.

Official Python Cloud
★ 16 stars Last pushed 2026-08-28 License: MIT

Topics: Location Services

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.1.1)

uvx mcp-ip2location-io

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-ip2location-io": {
      "command": "uvx",
      "args": [
        "mcp-ip2location-io"
      ],
      "env": {
        "IP2LOCATION_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • IP2LOCATION_API_KEY required secret — Your IP2Location.io API key for detailed geolocation information.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry