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
| Name | Type | Required | Description |
|---|---|---|---|
input | string | yes | Partial three-word string |
n_results | number | no | 1-100 (default 3) |
focus_latitude | number | no | Bias toward this latitude |
focus_longitude | number | no | Bias toward this longitude |
country | string | no | Restrict to ISO country code(s), comma-separated |
language | string | no | 2-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.