Odel
mcp ip2location io

mcp ip2location io

Local
@ip2location15PythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-ip2location-iov1.1.1

Run

uvx mcp-ip2location-io

MCP client config

{
  "mcpServers": {
    "mcp-ip2location-io": {
      "command": "uvx",
      "args": [
        "mcp-ip2location-io"
      ]
    }
  }
}