geocode
ActiveTool of Open Meteo
"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)"
}
}
}Parent server
Open Meteo
https://github.com/pipeworx-io/mcp-open-meteo
1/7 registries