Skip to main content
Current conditions, forecasts, and historical weather for any place on Earth (1940–present). Weather data by Open-Meteo.com (CC BY 4.0). Upstream API: open-meteo.com. Endpoint https://mcp.vistazo.ai/weather/mcp

current_weather

Read-only · Reaches outside Vistazo Current conditions (temperature, feels-like, humidity, precipitation, wind, sky) for a place — one record, good for a stat card. Give a place name like “Paris” or “Cherry Hill, NJ”, or explicit latitude+longitude. Returns a units map for labels.

forecast

Read-only · Reaches outside Vistazo Daily weather forecast (sky, high/low/mean temperature, precipitation, max wind) for the next N days — one row per day, good for a line or bar chart. Same columns as historical_weather, so past + forecast union onto one chart. Returns a units map for axis labels.

historical_weather

Read-only · Reaches outside Vistazo Daily historical weather (sky, high/low/mean temperature, precipitation) for a past date range (ERA5 reanalysis, 1940–present) — one row per day, a time series to chart. Same columns as forecast. Use interval=“monthly” to roll long ranges up to one point per month. Returns a units map for axis labels.