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…

Similar MCP servers embedding-nearest

io.github.XogZ3/botoi-mcp live
49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.
49 tools · streamable-http
IP Geolocation API
IP geolocation with city, ISP, ASN, VPN/proxy/tor detection. x402.
0 tools · sse
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
com.robtex/mcp live
DNS, IP, AS, domain reputation, and Lightning Network intelligence (44 tools)
45 tools · streamable-http
Ground Truth live
Live fact-checks for AI agents: endpoints, security headers, pricing, claims, compliance, markets.
9 tools · streamable-http
EPA Air Quality & Toxics live
Toxics Release Inventory, Superfund sites, air quality data, and AQI
5 tools · streamable-http

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