Build with SnowSure
Access real-time snow conditions, forecasts, and verified SnowSure ratings for 500+ 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 40 tools for live snow conditions, multi-model forecasts, and trip planning across 500+ resorts.
MCP server URL
https://www.snowsure.ai/mcpStreamable HTTP, stateless. Reads are public — no auth; account tools use OAuth. 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)
/insightsCategorized intelligence (season norms, last season, forecast trust, patterns)
/insights/catalogInsight categories and card index (no database queries)
MCP tools list_insight_categories and get_insights call these endpoints — see MCP setup.
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
- • 500+ ski resorts
- • Weather pipeline hourly 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
- • ai-catalog.json — ARD catalog (agents discover SnowSure automatically)
- • Methodology — human-readable trust page
ARD catalog — published at /.well-known/ai-catalog.json so agents discover SnowSure on their own. Read the announcement. Optional DNS fallback: add a TXT record at _catalog._agents.snowsure.ai → url=https://www.snowsure.ai/.well-known/ai-catalog.json (see docs/ard-launch/DNS_CLOUDFLARE.md).
Support
Need help integrating SnowSure? We're here to help.





