Skip to main content
For Developers

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/mcp

Streamable HTTP, stateless, public, read-only. Works in any MCP-compatible client.

Read the setup guide →

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

GET/resorts

List all resorts with current conditions

GET/resorts/{slug}

Get detailed resort information

GET/snow-report

Get ranked snow conditions

GET/featured-maps

Featured 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 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

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

Support

Need help integrating SnowSure? We're here to help.