climate_daily
ActiveTool of mcp-weather-gc-ca
Daily climate records (max/min/mean temperature °C, total precipitation mm, snow on ground cm) for an Environment Canada station over a date range. Use a 7-digit climate identifier, e.g. "6158355" (TORONTO CITY) or "1108395" (VANCOUVER INTL A). Station IDs come from the climate-stations collection. Keyless, official ECCC data.
Parameters schema
{
"type": "object",
"required": [
"climate_id",
"start_date",
"end_date"
],
"properties": {
"end_date": {
"type": "string",
"description": "End date YYYY-MM-DD, e.g. \"2026-05-07\". Max 50 days returned."
},
"climate_id": {
"type": "string",
"description": "ECCC climate identifier, e.g. \"6158355\" (TORONTO CITY)."
},
"start_date": {
"type": "string",
"description": "Start date YYYY-MM-DD, e.g. \"2026-05-01\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-weather-gc-ca
https://github.com/pipeworx-io/mcp-weather-gc-ca
2/7 registries