encode_geohash
ActiveTool of Geohash
declared in 0.1.0
Encode a latitude/longitude to a geohash string (keyless, offline). `precision` = number of characters (1-12, default 9; more chars = smaller cell).
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude (-90..90)."
},
"lon": {
"type": "number",
"description": "Longitude (-180..180)."
},
"precision": {
"type": "number",
"description": "Geohash length 1-12 (default 9)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Geohash
https://github.com/pipeworx-io/mcp-geohash
2/7 registries