Build with SnowSure
Access real-time snow conditions, forecasts, and AI-powered ratings for 300+ ski resorts worldwide.
MCP Connector
Plug SnowSure into Claude, ChatGPT, Cursor, or any other AI that speaks the Model Context Protocol. One URL, no install — the AI gains 11 tools for live snow conditions, multi-model forecasts, and trip planning across 300+ resorts.
MCP server URL
https://www.snowsure.ai/mcpStreamable HTTP, stateless, public, read-only. Works in any MCP-compatible client.
Or see the AI-focused landing page: /llms — a single page summary of what AI assistants get when they connect SnowSure.
REST API
Direct HTTP access to snow data. No authentication required for read-only access.
Base URL: https://www.snowsure.ai/api/v1
/resortsList all resorts with current conditions
/resorts/{slug}Get detailed resort information
/snow-reportGet ranked snow conditions
/featured-mapsFeatured regional forecast map PNGs (same set as the homepage)
Quick Start
Fetch top resorts:
// JavaScript/TypeScript
const response = await fetch('https://www.snowsure.ai/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
- • 300+ ski resorts
- • Weather pipeline ~15 min cadence
- • 14-day forecasts
- • 30 years historical data
- • Real-time conditions
- • Webcam thumbnails
AI agents & search
SnowSure publishes machine-readable docs so assistants, crawlers, and MCP clients can find the right endpoints quickly.
- • llms.txt — short index for LLMs
- • llms-full.txt — methodology, limits, citation
- • openapi.json — OpenAPI 3.1
- • Methodology — human-readable trust page
Support
Need help integrating SnowSure? We're here to help.