Build with SnowSure
Access real-time snow conditions, forecasts, and AI-powered ratings for 500+ ski resorts worldwide.
MCP Server
Our Model Context Protocol server provides AI agents with direct access to SnowSure data. Perfect for Claude, Cursor, and other MCP-compatible AI assistants.
Add to your MCP config:
{
"mcpServers": {
"snowsure": {
"command": "npx",
"args": ["-y", "snowsure-mcp-server"]
}
}
}Available Tools
get_snow_reportGlobal snow rankings
get_resortDetailed resort info
search_resortsFind resorts by name/location
find_best_powderFresh powder rankings
compare_forecastsMulti-model comparison
get_weather_forecast14-day daily forecast
find_resorts_by_criteriaAdvanced filtering
get_snow_historyHistorical data
plan_ski_tripAI trip recommendations
get_webcam_statusLive webcam info
get_regional_summaryRegional statistics
REST API
Direct HTTP access to snow data. No authentication required for read-only access.
Base URL: https://lux.ski/api/v1
/resortsList all resorts with current conditions
/resorts/{slug}Get detailed resort information
/snow-reportGet ranked snow conditions
Quick Start
Fetch top resorts:
// JavaScript/TypeScript
const response = await fetch('https://lux.ski/api/v1/snow-report?limit=10');
const data = await response.json();
// Returns ranked resorts with:
// - SnowSure score (0-100)
// - Current snow depth
// - 24h/7d snowfall
// - 14-day forecast
// - Multi-model forecastsData Sources
Weather Models
- • ECMWF (European Centre)
- • GFS (US Global Forecast)
- • GEM (Canadian)
- • JMA (Japanese)
- • ICON (German)
- • Météo-France
- • Met Norway
Coverage
- • 500+ ski resorts
- • Updated every 5 minutes
- • 14-day forecasts
- • 30 years historical data
- • Real-time conditions
- • Webcam thumbnails
Support
Need help integrating SnowSure? We're here to help.