IP Geolocation API
io.github.Br0ski777/ip-geolocationIP geolocation with city, ISP, ASN, VPN/proxy/tor detection. x402.
Tools · 2
Use this when you need to geolocate an IP address. Returns full location and network data in JSON. Returns: 1. country and countryCode 2. region and city 3. latitude and longitude 4. timezone 5. ISP …
Use this when you need to geolocate multiple IP addresses at once (up to 20). Returns an array of geolocation results in JSON. Returns per IP: 1. country, region, city 2. latitude, longitude 3. timez…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ip_geolocation_api": {
"url": "https://ip-geolocation-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}