Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Ip Geolocation Mcp

io.github.varvararatta/ip_geolocation_mcp

Unlock the power of IP geolocation with our tool! Whether you're a developer needing location data

Uptime
100.0%
1 direct probes · 30d
Response
4988ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

lookup_ip

Geolocate an IPv4/IPv6 address. Returns country, city, ISP, coords. Params: ip (str): The IP address to geolocate. Returns: dict: Geolocation data or error message. …

lookup_batch

Lookup up to 5 IPs (comma-separated). Returns {results: [...]}. Params: ips (str): Comma-separated list of IP addresses. Returns: dict: Results of IP lookups or error…

health_check

Server health check. Returns: dict: Health status of the server.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ip_geolocation_mcp": {
      "url": "https://ip-geolocation-mcp.mcpize.run/mcp",
      "transport": "streamable-http"
    }
  }
}