Odel
geolocation mcp

geolocation mcp

Local
@7mzaKotlinMITUpdated 5 days ago

An MCP server that provides fast and up-to-date IP geolocation data.

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).

Docker7mza/geolocation-mcp:0.0.1

Run

docker run -i --rm 7mza/geolocation-mcp:0.0.1

MCP client config

{
  "mcpServers": {
    "geolocation-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "7mza/geolocation-mcp:0.0.1"
      ]
    }
  }
}