climate_daily

Pack: weather-gc-ca · Endpoint: https://gateway.pipeworx.io/weather-gc-ca/mcp

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

NameTypeRequiredDescription
climate_idstringyesECCC climate identifier, e.g. “6158355” (TORONTO CITY).
start_datestringyesStart date YYYY-MM-DD, e.g. “2026-05-01”.
end_datestringyesEnd date YYYY-MM-DD, e.g. “2026-05-07”. Max 50 days returned.

Example call

curl -X POST https://gateway.pipeworx.io/weather-gc-ca/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"climate_daily","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "weather-gc-ca": {
      "url": "https://gateway.pipeworx.io/weather-gc-ca/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026