LogoSTMCP
Download
mcp-ip2location-io

IP2Location.io MCP server

A Model Context Protocol server for IP2Location.io API that provides comprehensive geolocation data for IPv4 and IPv6 addresses, including location, network, security, and proxy information.

Tools

1. get_geolocation

Fetch geolocation for the given IP address, returning detailed information such as country, region, city, latitude, longitude, ZIP code, time zone, ASN, and proxy information.

Open Graph image for IP2Location.io MCP server

JSON Config

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

Information