You're viewing a demo portfolio

Join the waitlist
PRSM

encode_geohash

Active

Tool 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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Geohash

https://github.com/pipeworx-io/mcp-geohash

2/7 registries
View full server →