forecast

Pack: open-meteo · Endpoint: https://gateway.pipeworx.io/open-meteo/mcp

Weather forecast up to 16 days, hourly or daily.

Parameters

NameTypeRequiredDescription
latitudenumberyes
longitudenumberyes
hourlystringnoComma-separated hourly variables. Default sensible set.
dailystringnoComma-separated daily variables. Default sensible set.
forecast_daysnumberno1-16 (default 7)
past_daysnumberno0-92 (default 0)
timezonestringnoIANA timezone or “auto”
temperature_unitstringnocelsius (default) | fahrenheit
wind_speed_unitstringnokmh | 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.

Regenerated from source · build May 21, 2026