batch_geolocate
ActiveTool of IP Lookup MCP
declared in 0.1.0
Look up locations for up to 100 IP addresses at once. Returns geolocation and ISP data in the same order as input. Use for analyzing multiple IPs efficiently.
Parameters schema
{
"type": "object",
"examples": [
{
"ips": [
"8.8.8.8",
"1.1.1.1",
"208.67.222.222"
]
}
],
"required": [
"ips"
],
"properties": {
"ips": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of IPv4 or IPv6 addresses to look up (maximum 100)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IP Lookup MCP
https://github.com/pipeworx-io/mcp-iplookup
2/7 registries