forecast
Pack: open-meteo · Endpoint: https://gateway.pipeworx.io/open-meteo/mcp
Weather forecast up to 16 days, hourly or daily.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
latitude | number | yes | |
longitude | number | yes | |
hourly | string | no | Comma-separated hourly variables. Default sensible set. |
daily | string | no | Comma-separated daily variables. Default sensible set. |
forecast_days | number | no | 1-16 (default 7) |
past_days | number | no | 0-92 (default 0) |
timezone | string | no | IANA timezone or “auto” |
temperature_unit | string | no | celsius (default) | fahrenheit |
wind_speed_unit | string | no | kmh | ms | mph | kn |
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":"forecast","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.