coords_to_words
Pack: what3words · Endpoint: https://gateway.pipeworx.io/what3words/mcp
Convert a lat/lon to a what3words 3-word address. Defaults to English; pass a 2-letter language code for other languages.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
latitude | number | yes | Latitude |
longitude | number | yes | Longitude |
language | string | no | 2-letter language code (default “en”) |
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":"coords_to_words","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.