Analytics
globalskiforecast.com
Provides snow forecasts and rankings for ski resorts using multiple weather models.
ENDPOINT 1
https://globalskiforecast.com/mcp
MCP server metadata
- Name
- global-ski-forecast
- Version
- 1.1.0
Global Ski Forecast gives snow forecasts for 188 ski resorts in 38 countries. Use list_resorts to browse or filter resorts (by country, continent or search term), get_snow_forecast for a resort's daily snowfall/temperature consensus (weighted blend of GFS, ECMWF, ICON and GEM with regional weights, 1-16 days, plus snow depth and confidence), and find_best_powder to rank where the most snow will fall. Forecast data refreshes every 3 hours; no authentication is needed.
Known tools 3
list_resortsList the 188 ski resorts covered by Global Ski Forecast, optionally filtered by country, continent or a free-text search over resort and region names.
Inferred read-onlyget_snow_forecastGet the snow forecast for one resort: a weighted consensus of up to 4 weather models (GFS, ECMWF, ICON, GEM) with daily snowfall and temperatures, total expected snow, current snow depth and a confidence rating.
Inferred read-onlyfind_best_powderRank resorts by total expected snowfall (weighted model consensus) over the next N days, optionally restricted to a continent.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.global-ski-forecast]
url = "https://globalskiforecast.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"global-ski-forecast": {
"type": "http",
"url": "https://globalskiforecast.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: global-ski-forecast
Remote MCP URL: https://globalskiforecast.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"global-ski-forecast": {
"url": "https://globalskiforecast.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"global-ski-forecast": {
"type": "http",
"url": "https://globalskiforecast.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "global-ski-forecast",
"transport": "streamable-http",
"url": "https://globalskiforecast.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for globalskiforecast.com was fetched 2026-07-29T12:30:51.694Z and is being refreshed.
globalskiforecast.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.