autosuggest

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

Given a partial / mistyped 3-word input, return ranked suggestions. Optional focus point biases results toward proximity.

Parameters

NameTypeRequiredDescription
inputstringyesPartial three-word string
n_resultsnumberno1-100 (default 3)
focus_latitudenumbernoBias toward this latitude
focus_longitudenumbernoBias toward this longitude
countrystringnoRestrict to ISO country code(s), comma-separated
languagestringno2-letter language

Example call

curl -X POST https://gateway.pipeworx.io/what3words/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"autosuggest","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "what3words": {
      "url": "https://gateway.pipeworx.io/what3words/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026