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