get_historical
Pack: weather · Endpoint: https://gateway.pipeworx.io/weather/mcp
Daily historical weather (ERA5 reanalysis, 1940 onward) for a city or coordinates. Defaults to the last 30 days when no dates are supplied. Use for climate baselines and “what was the weather on…” questions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
start_date | string | no | Start date YYYY-MM-DD (>= 1940-01-01). Optional — defaults to 30 days ago. |
end_date | string | no | End date YYYY-MM-DD (inclusive). Optional — defaults to today. |
Example call
curl -X POST https://gateway.pipeworx.io/weather/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_historical","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"weather": {
"url": "https://gateway.pipeworx.io/weather/mcp"
}
}
}
See Getting Started for client-specific install steps.