For Developers

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_report

Global snow rankings

get_resort

Detailed resort info

search_resorts

Find resorts by name/location

find_best_powder

Fresh powder rankings

compare_forecasts

Multi-model comparison

get_weather_forecast

14-day daily forecast

find_resorts_by_criteria

Advanced filtering

get_snow_history

Historical data

plan_ski_trip

AI trip recommendations

get_webcam_status

Live webcam info

get_regional_summary

Regional statistics

REST API

Direct HTTP access to snow data. No authentication required for read-only access.

Base URL: https://lux.ski/api/v1

GET/resorts

List all resorts with current conditions

GET/resorts/{slug}

Get detailed resort information

GET/snow-report

Get 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 forecasts

Data 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.