@pipeworx/radar
Connect: https://gateway.pipeworx.io/radar/mcp · Install: one-click buttons
Tools: 5
Tools
- radar_autocomplete — Autocomplete an address/place from partial text using Radar. Returns ranked address/place suggestions with coordinates. Optionally bias results near a lat,lng. Example: radar_autocomplete({ query: “84
- radar_geocode — Geocode an address to coordinates using Radar (forward geocoding). Returns the best-match formatted address with latitude/longitude. Example: radar_geocode({ query: “841 Broadway, New York, NY”, _apiK
- radar_reverse_geocode — 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…” })
- radar_ip_geocode — Geolocate an IP address to city/state/country and approximate coordinates using Radar. Omit
ipto geolocate the caller. Example: radar_ip_geocode({ ip: “8.8.8.8”, apiKey: “prj_live_sk…” }) - radar_context — Get place/geofence/region context for coordinates using Radar. Returns geofences, the containing place, and administrative region (country/state/postal code) for a lat/lng. Example: radar_context({ la
Tools
-
radar_autocomplete— Autocomplete an address/place from partial text using Radar. Returns ranked address/place suggestions with coordinates. Optionally bias results near a lat,lng. Example: radar_autocomplete({ query: 841 -
radar_context— Get place/geofence/region context for coordinates using Radar. Returns geofences, the containing place, and administrative region (country/state/postal code) for a lat/lng. Example: radar_context({ la -
radar_geocode— Geocode an address to coordinates using Radar (forward geocoding). Returns the best-match formatted address with latitude/longitude. Example: radar_geocode({ query: 841 Broadway, New York, NY , _apiKe -
radar_ip_geocode— 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_... }) -
radar_reverse_geocode— 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_... })