geolocate_ip
ActiveTool of IP Lookup MCP
declared in 0.1.0
Look up an IP address to find its location and network details. Returns country, region, city, coordinates, timezone, ISP, and AS number. Use when you need to identify where a user or server is located.
Parameters schema
{
"type": "object",
"examples": [
{
"ip": "8.8.8.8"
},
{
"ip": "2001:4860:4860::8888"
}
],
"required": [
"ip"
],
"properties": {
"ip": {
"type": "string",
"description": "IPv4 or IPv6 address to look up (e.g., \"8.8.8.8\", \"2001:4860:4860::8888\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IP Lookup MCP
https://github.com/pipeworx-io/mcp-iplookup
2/7 registries