radar_reverse_geocode
Pack: radar · Endpoint: https://gateway.pipeworx.io/radar/mcp
Reverse geocode coordinates to an address using Radar. Returns the formatted address for a lat/lng. Example: radar_reverse_geocode({ lat: 40.70390, lon: -73.98670, apiKey: “prj_live_sk…” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
lat | number | yes | Latitude, e.g. 40.70390 |
lon | number | yes | Longitude, e.g. -73.98670 |
_apiKey | string | yes | Radar API key (get one free at radar.com) |
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_reverse_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.