IP2Location.io logo

IP2Location.io

0

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.

This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.

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