lookup_ip
Pack: ipquery · Endpoint: https://gateway.pipeworx.io/ipquery/mcp
Full IP intelligence for an IPv4 or IPv6 address — geolocation (country, city, state, postal code, lat/long, timezone, local time), ISP/ASN/org, and security risk flags (VPN, proxy, Tor, datacenter, mobile + a 0-100 risk score). Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ip | string | yes | An IPv4 or IPv6 address to look up, e.g. “8.8.8.8” or “2606:4700:4700::1111”. |
Example call
curl -X POST https://gateway.pipeworx.io/ipquery/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"lookup_ip","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ipquery": {
"url": "https://gateway.pipeworx.io/ipquery/mcp"
}
}
}
See Getting Started for client-specific install steps.