# Global Ski Forecast > Global Ski Forecast (https://globalskiforecast.com) publishes free 16-day snow forecasts for 188 ski resorts in 38 countries across 6 continents. Every forecast is a weighted consensus of 4 weather models — GFS (NOAA), ECMWF, ICON (DWD) and GEM (CMC) — blended with regional weighting (e.g. ICON is favoured in the Alps, GEM in North America). Data refreshes every 3 hours. The JSON API is free and requires no key. A remote MCP server is available for AI agents. ## API - [OpenAPI spec](/openapi.json): OpenAPI 3.1 description of every endpoint - [All resorts](/api/resorts): directory of all 188 resorts with coordinates, elevation and links - [Forecast by resort](/api/forecast/{slug}): 16-day weighted-consensus + per-model forecast for one resort - [Top powder ranking](/api/top-powder): resorts ranked by expected snowfall (query params: days 1-16, continent, limit 1-50) ## MCP - Endpoint: https://globalskiforecast.com/mcp (Streamable HTTP, stateless, no auth required) - Tools: list_resorts, get_snow_forecast, find_best_powder - Discovery: /.well-known/mcp.json ## Pages - [Home](/): interactive snow-forecast dashboard for all resorts - [Best powder this week](/best-powder): live ranking of where the most snow is falling - [Chamonix Mont-Blanc forecast](/forecast/chamonix-mont-blanc) - [Whistler Blackcomb forecast](/forecast/whistler-blackcomb) - [Niseko forecast](/forecast/niseko) - [Zermatt forecast](/forecast/zermatt) ## Methodology - Forecasts are a per-day weighted average of GFS, ECMWF, ICON and GEM, with weights tuned per continent; full weighting table, API field reference and the complete resort directory: [Full resort list](/llms-full.txt)