Skip to content
Back to search
90
MCP v1.0.0 sse

IP Geolocation API

io.github.Br0ski777/ip-geolocation

IP geolocation with city, ISP, ASN, VPN/proxy/tor detection. x402.

Uptime
66.7%
3 probes
Response
216ms
last probe
Tools
2
callable

Tools · 2

ip_lookup_geolocation

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 …

ip_lookup_geolocation_batch

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…

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"
    }
  }
}