current_observations
ActiveTool of mcp-weather-gc-ca
Latest real-time surface weather observations from Environment Canada stations near a point (swob-realtime). Returns station name, observation time, air temp, dewpoint, humidity, wind, pressure, snow depth. Example: latitude 43.65, longitude -79.38 for Toronto. Keyless, official ECCC data.
Parameters schema
{
"type": "object",
"required": [
"latitude",
"longitude"
],
"properties": {
"limit": {
"type": "number",
"description": "Max observations to return (default 5, max 20)."
},
"latitude": {
"type": "number",
"description": "Latitude in decimal degrees, e.g. 43.65 (Toronto)."
},
"longitude": {
"type": "number",
"description": "Longitude in decimal degrees, e.g. -79.38 (Toronto)."
}
}
}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