mcp ip geolocator
Provides IP geolocation services using IP-API.com without requiring an API key, enabling users to obtain detailed location and network information for any IP address in a clean, formatted output.
Provides IP geolocation services using IP-API.com without requiring an API key, enabling users to obtain detailed location and network information for any IP address in a clean, formatted output.
A Model Context Protocol (MCP) server that provides IP geolocation services via IP-API.com. Free to use, no API key required.
Install globally:
npm install -g mcp-ip-geolocator
Run the server:
mcp-ip-geolocator
Clone the repository:
git clone https://github.com/tedlikeskix/mcp-ip-geolocator.git
cd mcp-ip-geolocator
Install dependencies:
yarn install
Build and run:
yarn build
yarn start
Once running, connect to the server in Claude Desktop. Example usage:
Claude, can you check the location of IP address 8.8.8.8?
Claude will use the tool to fetch and display location information.
The tool returns structured data including: - City, region, and country - Latitude and longitude - Timezone - ISP and organization - AS number
IP-API.com's free tier includes: - 45 requests per minute - IPv4 and IPv6 support - No API key needed
MIT License - feel free to use and modify!