radar_ip_geocode
Pack: radar · Endpoint: https://gateway.pipeworx.io/radar/mcp
Geolocate an IP address to city/state/country and approximate coordinates using Radar. Omit ip to geolocate the caller. Example: radar_ip_geocode({ ip: “8.8.8.8”, apiKey: “prj_live_sk…” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ip | string | no | Optional IPv4/IPv6 address to geolocate, e.g. “8.8.8.8”. If omitted, Radar geolocates the request origin. |
_apiKey | string | yes | Radar API key (a secret prj_live_sk_… key is required to pass an explicit ip) |
Example call
curl -X POST https://gateway.pipeworx.io/radar/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"radar_ip_geocode","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"radar": {
"url": "https://gateway.pipeworx.io/radar/mcp"
}
}
}
See Getting Started for client-specific install steps.