radar_autocomplete

Pack: radar · Endpoint: https://gateway.pipeworx.io/radar/mcp

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 broadway new”, near: “40.73,-73.99”, apiKey: “prj_live_sk…” })

Parameters

NameTypeRequiredDescription
querystringyesPartial address or place name, e.g. “841 broadway new”
nearstringnoOptional proximity bias as “latitude,longitude”, e.g. “40.73,-73.99”
limitnumbernoOptional max number of results (default 10)
_apiKeystringyesRadar API key (get one free at radar.com). Looks like prj_live_sk_… or prj_live_pk_…

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_autocomplete","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.

Regenerated from source · build July 4, 2026