Submit

IP2location.io

@ip2location

IP Geolocation MCP server that query the geolocation information using IP2Location.io API. User can query for 1,000 per day without an API key, or 50,000 per month with a free API key.
Overview

IP Geolocation MCP server that query the geolocation information using IP2Location.io API. It aims to ease the user's effort to obtain the information directly from a single prompt.

User can query for 1,000 times per day without an API key, or 50,000 times per month with a free API key.

Server Config

{
  "mcpServers": {
    "ip2locationio": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/ip2locationio/src",
        "run",
        "server.py"
      ],
      "env": {
        "IP2LOCATION_API_KEY": "<YOUR API key HERE>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.