Content Tools
snowsure.ai
Provides snow reports, resort information, and photo galleries for ski resorts.
ENDPOINT 1
https://www.snowsure.ai/mcp
MCP server metadata
- Name
- snowsure-mcp
- Version
- 3.12.7
SnowSure MCP: read-only ski snow data for 500+ resorts. UI CARDS (ChatGPT web only — call these tools, never web search or inline images): • Photo gallery / pictures / images / "show me photos" → get_resort_photos(slug) — NOT ask_snowdata, NOT get_destination. • Resort guide / lifts / runs / vertical / season dates / mountain stats → get_resort_info(slug) — NOT ask_snowdata. • Snow conditions / forecast / score / depth → get_resort(slug, card=snow). • Powder rankings → get_snow_report or find_best_powder. • "Opening today" / "opens this week" / season opening calendar → get_season_openings (NOT get_southern_hemisphere_report — that lists all open resorts). • Open-ended Q&A, terrain %, expert-run counts, comparisons → ask_snowdata (text only, no card). Destination hubs (Niseko, Aspen Snowmass umbrella) → get_destination only when user names the hub, not for photos. Resort slugs: aspen-mountain, jackson-hole, vail, niseko-hanazono-resort. Link https://www.snowsure.ai/resorts/{slug}.
Known tools 41
get_snow_reportGet the global snow report with top-ranked resorts by snow conditions.
Inferred read-onlyget_powder_reelsPowder Reels — SnowSure archived storm timelapses with verified accumulation data burned into the frames ("Proof of Powder").
Inferred read-onlyget_resort_infoINTERACTIVE RESORT GUIDE CARD (Resort Info sidebar UI) — elevation, vertical, lifts, runs, skiable acres, average snowfall, season dates, ski passes, editorial description, hero/gallery carousel.
Inferred read-onlyget_resort_photosINTERACTIVE PHOTO GALLERY CAROUSEL — official SnowSure resort photos (hero + Sanity gallery).
Inferred read-onlyget_resortSingle-resort data with a REQUIRED card parameter that picks the interactive UI.
Inferred read-onlyfind_powder_tripsPowder trips you can BOOK: ranks resorts by their 14-day forecast (best chance of fresh snow in the bookable window) and returns handpicked luxury ski hotels at each — "where to go AND where to stay".
Inferred read-onlycompare_forecastsCompare 14-day snow forecasts across 7 weather models (ECMWF, GFS, GEM, JMA, ICON, Météo-France, Met Norway) for a resort.
Inferred read-onlyget_weather_forecastGet detailed day-by-day weather forecast for a resort including temperature, snowfall, wind, and conditions for each of the next 14 days.
Inferred read-onlyfind_resorts_by_criteriaFind resorts matching specific criteria like minimum snow depth, elevation range, number of runs, or SnowSure rating.
Inferred read-onlyget_southern_hemisphere_reportGet snow conditions for Southern Hemisphere ski resorts (Australia, New Zealand, Argentina, Chile) currently in season.
Inferred read-onlyget_season_openingsResorts whose season OPENING DATE is a specific day — answers "what opens today?
Inferred read-onlyget_snow_historyGet historical snowfall data for a resort including season totals, comparison to 5-year and 30-year averages, and best months to visit.
Inferred read-onlyplan_ski_tripGet ski trip recommendations based on dates, preferences, and conditions.
Inferred read-onlyget_webcam_statusGet live webcam links and status for a resort to see current on-mountain conditions visually — answers "show me the webcam / live cam at <resort>", "current conditions on camera", and named-cam lookups.
Inferred read-onlyget_regional_summaryGet a summary of snow conditions across an entire region or country with statistics and top resorts.
Inferred read-onlylist_insight_categoriesList SnowSure insight categories (live conditions, current season, last season, forecast trust, patterns, SnowSure index, ground truth).
Inferred read-onlyget_insightsGet categorized SnowSure intelligence insights (not just snow totals).
Inferred read-onlyget_destinationMulti-mountain destination hub (Niseko, Chamonix, Aspen Snowmass umbrella) with a table of member ski areas.
Inferred read-onlyunsubscribe_alertsRemove one of the signed-in user's alert subscriptions by id (from list_alerts).
Potential side effectsget_passDetails for a multi-resort ski pass (Epic, Ikon, Mountain Collective, …): operator, season pricing tiers, destination count, regions, and the buy link.
Inferred read-onlyfind_pass_resortsList the resorts on a ski pass, optionally filtered to a region — answers "is <resort> on the Ikon Pass" and "what resorts does the Epic Pass include".
Inferred read-onlycompare_passesCompare ski passes on price, resort coverage, and value — the tool for "which season pass includes <resort> — Epic or Ikon?
Inferred read-onlycompare_resortsCompare 2–4 resorts side by side across snow, terrain, and live conditions — every value comes from the SnowSure conditions resolver/contract.
Inferred read-onlyget_my_snow_reportPersonalized snow report for the signed-in user's saved resorts — live conditions for each, ranked best-first (open resorts with the freshest snow on top).
Inferred read-onlyget_avalancheCurrent avalanche danger bulletin for a resort's forecast zone (US, Canada, Switzerland in v1), relayed from the official warning service with the issuer + link.
Inferred read-onlyget_road_accessDriving access for a resort — answers "do I need chains to get to <resort>" and "is the road to <resort> open": chain-control / mountain-pass / road-surface conditions on nearby highways (California via Caltrans, Washington via WSDOT, Colorado via CDOT, Utah via UDOT).
Inferred read-onlyget_road_camerasLive roadside DOT/CCTV camera stills on the highways near a resort — shows what the drive actually looks like right now (California via Caltrans, Washington via WSDOT, Utah via UDOT).
Inferred read-onlyget_road_weatherMeasured roadside weather (RWIS) on the highways near a resort — surface + air temperature, visibility, wind, precipitation (Colorado via CDOT, Washington via WSDOT, Utah via UDOT).
Inferred read-onlyplan_ski_road_tripPlan a multi-stop ski road trip: picks the top-scoring resorts in a region, orders them into a drivable route (nearest-neighbour, minimal backtracking), allocates your days across stops, estimates each driving leg, and folds in live conditions plus chain-control where covered.
Inferred read-onlyfind_flights_to_powderComplete the trip: from a resort, find the nearest gateway airport(s) and get flight-search links from your home airport.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.snowsure-mcp]
url = "https://www.snowsure.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"snowsure-mcp": {
"type": "http",
"url": "https://www.snowsure.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: snowsure-mcp
Remote MCP URL: https://www.snowsure.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"snowsure-mcp": {
"url": "https://www.snowsure.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"snowsure-mcp": {
"type": "http",
"url": "https://www.snowsure.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "snowsure-mcp",
"transport": "streamable-http",
"url": "https://www.snowsure.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.