You're viewing a demo portfolio

Join the waitlist
PRSM

geocode

Active

Tool of Open Meteo

declared in 0.1.0

"What are the coordinates of [city]" / "lat lng for [place]" / "find [town] location" — resolve a place name (city, village, region) to lat/lng so the other Open-Meteo tools can use them. Free, keyless, multilingual; returns up to 100 matches ranked by population. Use before forecast / historical / air_quality / marine / flood when you only have a place name.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "name": "New York"
    },
    {
      "name": "Paris",
      "count": 5,
      "language": "fr"
    }
  ],
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Place name (any language)"
    },
    "count": {
      "type": "number",
      "description": "Max results, 1-100 (default 10)"
    },
    "language": {
      "type": "string",
      "description": "ISO-639 lang for returned names (default en)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Open Meteo

https://github.com/pipeworx-io/mcp-open-meteo

1/7 registries
View full server →