autosuggest
ActiveTool of What3words
declared in 0.1.0
Given a partial / mistyped 3-word input, return ranked suggestions. Optional focus point biases results toward proximity.
Parameters schema
{
"type": "object",
"examples": [
{
"input": "filled.count.so"
},
{
"input": "index.home",
"country": "GB",
"n_results": 5,
"focus_latitude": 51.520847,
"focus_longitude": -0.195521
}
],
"required": [
"input"
],
"properties": {
"input": {
"type": "string",
"description": "Partial three-word string"
},
"country": {
"type": "string",
"description": "Restrict to ISO country code(s), comma-separated"
},
"language": {
"type": "string",
"description": "2-letter language"
},
"n_results": {
"type": "number",
"description": "1-100 (default 3)"
},
"focus_latitude": {
"type": "number",
"description": "Bias toward this latitude"
},
"focus_longitude": {
"type": "number",
"description": "Bias toward this longitude"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
What3words
https://github.com/pipeworx-io/mcp-what3words
1/7 registries