Ip Geolocation Mcp
io.github.varvararatta/ip_geolocation_mcpUnlock the power of IP geolocation with our tool! Whether you're a developer needing location data
Tools · 3
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 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…
Server health check. Returns: dict: Health status of the server.
Similar MCP servers embedding-nearest
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"
}
}
}