ip2location/mcp-ip2location-io
by Various
IP Geolocation MCP server using IP2Location.io API
MCP
ip2location/mcp-ip2location-io
Added 1 June 2026
Overview
An MCP server that provides IP geolocation data via the IP2Location.io API. It accepts an IP address and returns location details such as country, region, city, latitude, and longitude.
Best for
Best for
Developers needing quick IP-to-location lookups in MCP-based workflows
Use cases
- Look up geographic location of a visitor IP address
- Enrich user data with location context for analytics
- Validate or filter traffic based on IP origin
How to use
Tools exposed
npxuvx
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "ip2location": {\n "command": "npx",\n "args": [\n "-y",\n "mcp-remote@latest",\n "https://mcp.ip2location.io/",\n "--header",\n "X-API-Key:YOUR_API_KEY"\n ]\n }\n }\n} Notes
An MCP server that provides IP geolocation data via the IP2Location.io API. It accepts an IP address and returns location details such as country, region, city, latitude, and longitude.
14 stars on GitHub. Last updated 2026-05-26. Licensed MIT.
Use cases
- Look up geographic location of a visitor IP address
- Enrich user data with location context for analytics
- Validate or filter traffic based on IP origin
Pros
- Simple, focused API for IP geolocation
- Lightweight Python implementation
- Integrates easily with MCP-compatible clients
Cons
- Requires an IP2Location.io API key (free tier limited)
- Only returns location data, no ISP or threat intelligence
- Low community adoption (14 stars) may mean limited support
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple, focused API for IP geolocation
- Lightweight Python implementation
- Integrates easily with MCP-compatible clients
Cons
- Requires an IP2Location.io API key (free tier limited)
- Only returns location data, no ISP or threat intelligence
- Low community adoption (14 stars) may mean limited support
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.