geocode
Pack: open-meteo · Endpoint: https://gateway.pipeworx.io/open-meteo/mcp
Resolve a place name to coordinates.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Place name (any language) |
count | number | no | Max results, 1-100 (default 10) |
language | string | no | ISO-639 lang for returned names (default en) |
Example call
curl -X POST https://gateway.pipeworx.io/open-meteo/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"geocode","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"open-meteo": {
"url": "https://gateway.pipeworx.io/open-meteo/mcp"
}
}
}
See Getting Started for client-specific install steps.