Long-range climate projections from Open-Meteo — temperature trends from 1950 to 2050 with multi-model comparison
What will the climate look like in 2040? This pack uses the Open-Meteo Climate API to retrieve long-term temperature projections for any location on Earth, spanning 1950 to 2050. Compare outputs across multiple climate models.
get_climate_projection — Temperature data for a location using the EC_Earth3P_HR model. Provide latitude, longitude, start date, and end date.compare_models — Run the same query across multiple climate models simultaneously to see how projections diverge.curl -s -X POST https://gateway.pipeworx.io/climate/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_climate_projection","arguments":{"latitude":35.6762,"longitude":139.6503,"start_date":"2020-01-01","end_date":"2050-12-31"}}}'
Returns daily temperature projections with min, max, and mean values.
{
"mcpServers": {
"pipeworx-climate": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/climate/mcp"]
}
}
}
compare_models tool is heavier — use smaller date ranges for faster responses