SnowSure — Snow & Ski
REMOTE · WWW.SNOWSURE.AI · 2 COMPONENTS · SCANNED SEP 22
Live ski snow, multi-model forecasts, powder rankings & a grounded Answer Engine for 500+ resorts.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security63
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (remove_saved_resort). See how to fix → View diagnostics → Fail
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability83
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 8333 tokens (~141/item across 59 items; 47 tools + 12 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 99% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 49 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
How do I install the SnowSure — Snow & Ski MCP server?
SnowSure — Snow & Ski is a hosted endpoint at https://www.snowsure.ai/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · www.snowsure.ai
claude mcp add --transport http ai-snowsure-snow 'https://www.snowsure.ai/mcp'
{
"mcpServers": {
"ai-snowsure-snow": {
"url": "https://www.snowsure.ai/mcp"
}
}
} {
"servers": {
"ai-snowsure-snow": {
"type": "http",
"url": "https://www.snowsure.ai/mcp"
}
}
} [mcp_servers.ai-snowsure-snow] url = "https://www.snowsure.ai/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-snowsure-snow": {
"type": "remote",
"url": "https://www.snowsure.ai/mcp",
"enabled": true
}
}
} openclaw mcp add ai-snowsure-snow --url 'https://www.snowsure.ai/mcp' --transport streamable-http
mcp_servers:
ai-snowsure-snow:
url: "https://www.snowsure.ai/mcp" {
"McpServers": {
"ai-snowsure-snow": {
"Transport": "http",
"Url": "https://www.snowsure.ai/mcp"
}
}
} assistant mcp add ai-snowsure-snow -t streamable-http -u 'https://www.snowsure.ai/mcp'
{
"mcpServers": {
"ai-snowsure-snow": {
"type": "http",
"url": "https://www.snowsure.ai/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 17 Sept 26 0
- “get_trip_window” added an optional parameter “slug” cosmetic
- “get_snow_history” added an optional parameter “resort” cosmetic
- “get_road_weather” added an optional parameter “resort” cosmetic
- “book_lodging” added an optional parameter “resort” cosmetic
- “compare_forecasts” added an optional parameter “resort” cosmetic
- “find_flights_to_powder” added an optional parameter “slug” cosmetic
- “get_avalanche” added an optional parameter “resort” cosmetic
- “get_elnino_signal” added an optional parameter “resort” cosmetic
- “get_monthly_snow” added an optional parameter “resort” cosmetic
- “get_operating_risk” added an optional parameter “resort” cosmetic
- “get_powder_reels” added an optional parameter “slug” cosmetic
- “get_resort” added an optional parameter “resort” cosmetic
- “get_resort_info” added an optional parameter “resort” cosmetic
- “get_resort_photos” added an optional parameter “resort” cosmetic
- “get_road_access” added an optional parameter “resort” cosmetic
- “get_road_cameras” added an optional parameter “resort” cosmetic
- “save_resort” added an optional parameter “resort” cosmetic
- “remove_saved_resort” added an optional parameter “resort” cosmetic
- “get_webcam_status” added an optional parameter “resort” cosmetic
- “get_weather_forecast” added an optional parameter “resort” cosmetic
- “get_trip_window” reworded the description of “resort” cosmetic
- “get_snow_history” reworded the description of “slug” cosmetic
- “book_lodging” reworded the description of “slug” cosmetic
- “compare_forecasts” reworded the description of “slug” cosmetic
- “find_flights_to_powder” reworded the description of “resort” cosmetic
- “get_avalanche” reworded the description of “slug” cosmetic
- “get_elnino_signal” reworded the description of “slug” cosmetic
- “get_monthly_snow” reworded the description of “slug” cosmetic
- “get_operating_risk” reworded the description of “slug” cosmetic
- “get_powder_reels” reworded the description of “resort” cosmetic
- “get_resort” reworded the description of “slug” cosmetic
- “get_resort_info” reworded the description of “slug” cosmetic
- “get_resort_photos” reworded the description of “slug” cosmetic
- “get_road_access” reworded the description of “slug” cosmetic
- “get_road_cameras” reworded the description of “slug” cosmetic
- “get_road_weather” reworded the description of “slug” cosmetic
- “save_resort” reworded the description of “slug” cosmetic
- “remove_saved_resort” reworded the description of “slug” cosmetic
- “get_webcam_status” reworded the description of “slug” cosmetic
- “get_weather_forecast” reworded the description of “slug” cosmetic
- “get_road_weather” made “slug” optional cosmetic
- “get_trip_window” made “resort” optional cosmetic
- “get_snow_history” made “slug” optional cosmetic
- “book_lodging” made “slug” optional cosmetic
- “compare_forecasts” made “slug” optional cosmetic
- “find_flights_to_powder” made “resort” optional cosmetic
- “get_avalanche” made “slug” optional cosmetic
- “get_elnino_signal” made “slug” optional cosmetic
- “get_monthly_snow” made “slug” optional cosmetic
- “get_operating_risk” made “slug” optional cosmetic
- “get_resort” made “slug” optional cosmetic
- “get_resort_info” made “slug” optional cosmetic
- “get_resort_photos” made “slug” optional cosmetic
- “get_road_access” made “slug” optional cosmetic
- “get_road_cameras” made “slug” optional cosmetic
- “save_resort” made “slug” optional cosmetic
- “remove_saved_resort” made “slug” optional cosmetic
- “get_webcam_status” made “slug” optional cosmetic
- “get_weather_forecast” made “slug” optional cosmetic
59 cosmetic changes on this day. Switch on “Show cosmetic changes” to see them.
- 15 Sept 26 0
- Tool “get_road_weather” rewrote its description, which is the text the model reads security
- Tool “get_road_access” rewrote its description, which is the text the model reads security
- Tool “get_road_cameras” rewrote its description, which is the text the model reads security
- 14 Sept 26 0
- Tool “get_road_cameras” rewrote its description, which is the text the model reads security
- 12 Sept 26 0
- Tool “get_road_access” rewrote its description, which is the text the model reads security
- Tool “get_road_cameras” rewrote its description, which is the text the model reads security
- 10 Sept 26 0
- Tool “subscribe_alerts” rewrote its description, which is the text the model reads security
- New tool “get_storm_watch” functional
- 9 Sept 26 0
- Tool “find_powder_trips” rewrote its description, which is the text the model reads security
- Tool “subscribe_alerts” rewrote its description, which is the text the model reads security
- “subscribe_alerts” reworded the description of “scope” cosmetic
- “find_powder_trips” reworded the description of “vibe” cosmetic
- 8 Sept 26 0
- “find_powder_trips” added an optional parameter “pass” cosmetic
1 cosmetic change on this day. Switch on “Show cosmetic changes” to see it.
- 3 Sept 26 −1
- New tool “get_trip_window” functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Sept 2026 · Probed https://www.snowsure.ai/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=www.snowsure.ai | CN=YR2,O=Let's Encrypt,C=US | 18 Jul 2026 | 16 Oct 2026 | RSA 2048 | SHA256-RSA | 5ba566a6f8d63b5fce64f5f0d9ce22687b7 |
| SANs: www.snowsure.ai | ||||||
| CN=YR2,O=Let's Encrypt,C=US (CA) | CN=Root YR,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | RSA 2048 | SHA256-RSA | 4ebd24947e24d394802d84a52fd5b319 |
| CN=Root YR,O=ISRG,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | RSA 4096 | SHA256-RSA | f24b6d17f9d9ad7cb1c9fea78782699f |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of www.snowsure.ai. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| ai. | present | 3799 | 8 | Verified |
| snowsure.ai. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=63072000 |
| content-security-policy | base-uri 'self'; object-src 'none'; form-action 'self'; frame-ancestors 'self' |
| x-content-type-options | nosniff |
| referrer-policy | strict-origin-when-cross-origin |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://www.snowsure.ai/mcp | Verified | 200 | |
| http (plaintext) | http://www.snowsure.ai/mcp | HTTPS enforced | 308 | https://www.snowsure.ai/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
ask_snowdata Ask SnowSure ~296
Text-only Q&A grounded in SnowSure data (~1s). Use for open-ended questions, terrain %, expert-run counts, advice, AND specifically: El Niño / ENSO / 2026-27 winter outlook (or call get_elnino_signal / get_elnino_rankings), head-to-head resort comparisons (annual snowfall, vertical drop, base/summit elevation, skiable area — "which has more snowfall, Niseko or Whistler"), season-opening norms ("which resort typically opens earliest", "usually open by Thanksgiving"), glacier / year-round skiing, and factual resort & geography trivia (what country/state/island a resort is in, named runs like Corbet's Couloir, records like the highest chairlift). NEVER use for photo/gallery/picture requests (→ get_resort_photos) or resort guide cards (→ get_resort_info). Does NOT render UI cards.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | – | Response shape: markdown (default) or json |
| hemisphere | string | – | Optional hemisphere hint when not resort-scoped |
| locale | string | – | Response language (default: en) |
| partnerId | string | – | Client hint for tailored guidance: claude, chatgpt, cursor, perplexity |
| question | string | yes | Natural-language question about snow or a resort |
| resortSlug | string | – | Optional resort slug to scope the answer (e.g. jackson-hole) |
| Name | Type | Req | Description |
|---|---|---|---|
| answer | string | – | – |
| answerSource | string | – | – |
| confidence | string | – | – |
| evidence | array | – | – |
| generatedAt | string | – | – |
| intent | string | – | – |
| markdown | string | yes | Human-readable markdown summary (required for ChatGPT Instant mode). |
| queryId | string | – | – |
| sourceLabel | string | – | – |
No examples provided.
book_lodging Find lodging & booking link ~244
Lodging near a resort via LUXSKI for the signed-in user. With a specific `hotelName` + checkIn + checkOut it PREBOOKS a live rate and returns a LUXSKI checkout URL to complete payment (we hold the rate + attribute the booking; we never charge). Without those it returns availability + a booking link. Requires a SnowSure user access token (OAuth). Payment always completes on LUXSKI.
| Name | Type | Req | Description |
|---|---|---|---|
| checkIn | string | – | Check-in date (YYYY-MM-DD) |
| checkOut | string | – | Check-out date (YYYY-MM-DD) |
| guests | number | – | Number of adults, optional |
| hotelName | string | – | Specific hotel to prebook (from find_powder_trips / search). With dates → returns a checkout URL. |
| powderEventId | string | – | Optional powder-event id to attribute the booking to |
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
compare_forecasts Compare forecast models ~112
Compare 14-day snow forecasts across 7 weather models (ECMWF, GFS, GEM, JMA, ICON, Météo-France, Met Norway) for a resort. Shows model agreement and uncertainty. Use for forecast reliability queries.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
compare_passes Compare ski passes ~162
Compare ski passes on price, resort coverage, and value — the tool for "which season pass includes <resort> — Epic or Ikon?" (pass resortSlugs=[<resort>]). Optionally pass resortSlugs you plan to ski and tripDays to see which pass covers them and whether it beats buying window lift tickets.
| Name | Type | Req | Description |
|---|---|---|---|
| dailyTicketUsd | number | – | Override the assumed window ticket rate (default $185) |
| passIds | array | – | Passes to compare (default: all). e.g. ["epic-pass","ikon-pass"] |
| resortSlugs | array | – | Resorts you plan to ski — used for coverage scoring |
| tripDays | number | – | Total days you plan to ski (for the value calc) |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
compare_resorts Compare resorts ~182
Compare 2–4 resorts side by side across snow, terrain, and live conditions — every value comes from the SnowSure conditions resolver/contract. Use for head-to-head stat questions phrased as either/or: "which gets more average annual snowfall, X or Y", "which has the greater vertical drop / higher base or summit elevation / bigger skiable area, X or Y", "which typically opens earlier, X or Y". Optionally restrict to specific dimensions.
| Name | Type | Req | Description |
|---|---|---|---|
| dimensions | array | – | Optional subset of: score, status, depth, snowfall24h, forecast14d, lifts, runs, snowQuality, base, summit, terrainBeginner, terrainIntermediate, terrainAdvanced, vertical, longestRun |
| slugs | array | yes | 2–4 resort slugs to compare, e.g. ["verbier","val-disere"] |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
find_best_powder Find fresh powder ~93
Find resorts with the freshest powder snow right now. Returns resorts sorted by 24-hour snowfall. Use for "where is it snowing?" or "fresh powder" queries.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Number of results (default: 10) |
| minSnowfall | number | – | Minimum 24h snowfall in cm to include (default: 5) |
| region | string | – | Filter by region |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | yes | Human-readable markdown summary (required for ChatGPT Instant mode). |
| resorts | array | yes | – |
| subtitle | string | – | – |
| title | string | yes | – |
| updatedAt | string|null | yes | Oldest data time among the listed resorts (ISO-8601); null when none carries one. Never request time. |
No examples provided.
find_flights_to_powder Flights to the powder ~196
Complete the trip: from a resort, find the nearest gateway airport(s) and get flight-search links from your home airport. The "get there" leg of the funnel — pair with find_best_powder / find_powder_trips (find fresh snow) → this → book_lodging (stay). Args: resort (slug, required — use search_resorts to resolve a name), optional origin (your home-airport IATA like DEN, or a city name).
| Name | Type | Req | Description |
|---|---|---|---|
| origin | string | – | Your departure airport IATA (e.g. DEN, LHR) or a city name. Optional — omit for an origin-less flight search. |
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
find_pass_resorts Resorts on a ski pass ~95
List 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". Returns names + SnowSure slugs you can pass to get_resort.
| Name | Type | Req | Description |
|---|---|---|---|
| passId | string | yes | Pass id, e.g. ikon-pass |
| region | string | – | Optional region filter (matches the pass’s region labels) |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
find_powder_trips Find bookable powder trips ~208
Powder 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". Use for "where should I book for powder", "best powder trip this month", "book a ski trip with good snow coming". Optional vibe filter (lux | hip) shows only hotels handpicked into that tier; SnowSure shows Lux and Hip stays only. Each hotel carries an attribution-tagged booking link; booking completes on LUXSKI.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Number of destinations (default: 5) |
| pass | string | – | Only resorts on this multi-resort pass, by SnowSure pass id: ikon-pass, epic-pass, indy-pass, mountain-collective, … |
| region | string | – | Filter destinations by region |
| vibe | string | – | Only show handpicked hotels in this tier: lux or hip |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
find_resorts_by_criteria Filter resorts by criteria ~129
Find resorts matching specific criteria like minimum snow depth, elevation range, number of runs, or SnowSure rating. Advanced filtering for trip planning.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | Filter by country |
| limit | number | – | Max results (default: 20) |
| minDepth | number | – | Minimum snow depth in cm |
| minElevation | number | – | Minimum summit elevation in meters |
| minRuns | number | – | Minimum number of ski runs |
| minScore | number | – | Minimum SnowSure score (0-100) |
| region | string | – | Filter by region |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_avalanche Avalanche bulletin ~125
Current avalanche danger bulletin for a resort's forecast zone (US, Canada, Switzerland in v1), relayed from the official warning service with the issuer + link. Returns 'no bulletin' when there's no forecast service for the area or it's off-season. NOT a substitute for the official bulletin or avalanche training.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_destination Destination hub ~127
Multi-mountain destination hub (Niseko, Chamonix, Aspen Snowmass umbrella) with a table of member ski areas. Use ONLY when the user names the hub itself — NOT for photo gallery (→ get_resort_photos on a specific mountain slug) and NOT for resort guide cards (→ get_resort_info).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Max member resorts to return (default 12) |
| slug | string | yes | Destination slug (e.g. niseko, chamonix, hakuba, aspen-snowmass) or alias like "hakuba valley" |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_elnino_rankings El Niño rankings ~194
Ranked El Niño ski resorts from SnowSure's 30-year fleet table. Filter by region (south-america, north-america, europe, asia, oceania) or tier (A prime / B favored / C ENSO-proof / D late bloomer / E timing play). Use for 'best El Niño resorts in Europe', 'where will it snow most in 2026-27', 'is El Niño good for the Alps'.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | How many resorts to return (default 10, max 50). |
| region | string | – | Optional region: south-america, north-america, europe, asia, oceania, or colloquial (andes, alps, japan, rockies). |
| tier | string | – | Optional tier letter or label: A/prime, B/favored, C/enso-proof, D/late bloomer, E/timing. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_elnino_signal El Niño resort signal ~170
Resort-level El Niño / ENSO outlook from SnowSure's 30-year fleet dataset (559 ranked resorts). Returns rank, tier, strong/all-event signal, analog winters ('97-98, '15-16, '23-24), forecast paragraph, methodology note, and in-season scorecard when live. Use for ANY El Niño, ENSO, or 2026-27 winter-outlook question about a named resort. A pattern, not a promise — n=3 disclosed; D/E tiers are timing plays.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_insights SnowSure insights ~204
Get categorized SnowSure intelligence insights (not just snow totals). The last_season category is the one to reach for on retrospective questions — how a finished season compared to its 5yr norm, who led it, where the models were trustworthy. Also covers model accuracy by region, longest dry spell, and trend pulse. Insights are hemisphere-scoped narrative cards; when the question names a specific state, province, country or region and wants a ranked list, use get_season_leaderboard instead. Filter by category or insightType=intelligence to skip simple leaderboards.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Single insight category id from list_insight_categories. Omit to return all categories. |
| hemisphere | string | – | Northern (nh) or southern (sh) hemisphere. Defaults to nh. |
| insightType | string | – | data = leaderboards only; intelligence = analysis cards (recommended). |
| scope | string | – | snapshot = one hemisphere; global = both hemispheres. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_ml_trends ML/AI trends ~410
Fetch SnowSure-unique ML/AI trend datasets from the public REST API. Use for powder-day leaders, bluebird-day leaders, bluebird predictions, improving/stable/declining score pulse, per-model accuracy weights, daily SnowSure score component history, ML extended outlook (days 8–14), global forecast trust, and powder/bluebird event logs. Start with dataset=catalog. Its leaderboards read CURRENT-season counters and are global — they take no season and no country/state filter. For a past season, or for any ranking scoped to a state, province, country or region ("most snow days in Maine last season", "rank BC resorts by season snowfall"), use get_season_leaderboard instead. Prefer get_insights for narrative intelligence cards; use this for raw rankings and time series.
| Name | Type | Req | Description |
|---|---|---|---|
| dataset | string | yes | Trend dataset to fetch. catalog lists all endpoints; powder_days / bluebird_days = season leaderboards; score_components needs slug. |
| days | number | – | Lookback days for score_components (default 30, max 365). |
| eventType | string | – | Filter snow_events by event type. |
| limit | number | – | Max rows for leaderboards or snow_events (default 25, max 100). |
| minCm | number | – | Minimum ML days 8–14 snow (cm) when dataset=extended_outlook leaderboard (default 0). |
| minSpread | number | – | Minimum 14d model spread (cm) when dataset=forecast_disagreement (default 5). |
| openOnly | boolean | – | When dataset=extended_outlook, filter to open resorts only (default true). |
| resort | string | – | Resort slug filter when dataset=snow_events. |
| slug | string | – | Resort slug — required for score_components, vs_last_year, and season_stats; optional for extended_outlook (per-resort). |
| stats | boolean | – | When dataset=snow_events, return season aggregates instead of events. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_monthly_snow Typical snow by month ~192
Typical snow for a resort MONTH BY MONTH, from ~30 years of ERA5 reanalysis — average snowfall, snow days, base and peak depth, and biggest storm, plus per-season totals. Use for date-choosing questions: 'what is February usually like at Vail', 'when should I go', 'is January or March better'. This is HISTORY, not a forecast and not a prediction — for the next 14 days use get_weather_forecast, and for right now use get_resort. Months with too little history are withheld rather than shown thin; every month returned carries yearsTracked so you can cite the evidence.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_my_snow_report My personalized snow report ~50
Personalized 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). Requires a SnowSure user access token (OAuth).
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_operating_risk Lift-operation risk ~124
Will the lifts run? A 48-hour operating-risk estimate from the Open-Meteo forecast — wind-hold (gusts), visibility, cold (wind-chill), and heavy-snow control delays. Modeled guidance, NOT the resort's own operating decision — always check live lift status.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_pass Ski pass details ~67
Details for a multi-resort ski pass (Epic, Ikon, Mountain Collective, …): operator, season pricing tiers, destination count, regions, and the buy link.
| Name | Type | Req | Description |
|---|---|---|---|
| passId | string | yes | Pass id, e.g. epic-pass, ikon-pass, mountain-collective |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_powder_reels Powder Reels storm timelapses ~166
Powder Reels — SnowSure archived storm timelapses with verified accumulation data burned into the frames ("Proof of Powder"). Use for "how much did it snow at X last night", "show me the storm at Alta", "biggest powder days this season", or any request for storm footage / timelapse / receipts. Returns reels newest-first with watch links.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | – | Optional storm date (YYYY-MM-DD) — requires resort |
| limit | number | – | Number of reels to return (default: 5, max: 20) |
| resort | string | – | Optional resort slug or name to filter, e.g. "alta" or "Portillo". |
| slug | string | – | Same as `resort`: pass either one. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_regional_summary Regional snow summary ~73
Get a summary of snow conditions across an entire region or country with statistics and top resorts.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | Exact country name when region is too broad, e.g. "Switzerland" or "Japan". |
| region | string | – | Geographic region to summarize, e.g. alps or japan. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_resort Live snow & forecast ~231
Single-resort data with a REQUIRED card parameter that picks the interactive UI. card=guide → resort info card (elevation, lifts, season dates). card=photos → photo gallery carousel. card=snow → snow conditions card (score, base depth, forecast). card=full → detailed markdown only, no card. "Resort guide" → card=guide. "Photos/gallery" → card=photos. "Conditions/forecast" / "is it open right now, base depth, lifts open of total" → card=snow (open status, base depth, and lifts open of total). Prefer get_resort_info / get_resort_photos when available (same cards).
| Name | Type | Req | Description |
|---|---|---|---|
| card | string | yes | UI card type: guide (resort info), photos (gallery carousel), snow (conditions), full (text only) |
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | yes | Human-readable markdown summary (required for ChatGPT Instant mode). |
| resort | object | – | Structured resort payload for inline widget rendering. |
No examples provided.
get_resort_info Resort guide card ~229
INTERACTIVE RESORT GUIDE CARD (Resort Info sidebar UI) — elevation, vertical, lifts, runs, skiable acres, average snowfall, season dates, ski passes, editorial description, hero/gallery carousel. REQUIRED when the user asks for: resort guide, mountain profile, resort info, lifts/runs/vertical/skiable area, season dates, ski passes, or "tell me about the mountain" (non-weather). Answers single-resort stat questions: base/summit elevation, vertical drop, skiable area, average annual snowfall. Examples: "Aspen Mountain resort guide", "how many lifts at Jackson Hole", "what is the base elevation at Arapahoe Basin". For X-vs-Y stat questions use compare_resorts. Do NOT use get_resort (that shows the snow conditions card).
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | yes | Human-readable markdown summary (required for ChatGPT Instant mode). |
| resort | object | – | Structured resort payload for inline widget rendering. |
No examples provided.
get_resort_photos Resort photo gallery ~139
INTERACTIVE PHOTO GALLERY CAROUSEL — official SnowSure resort photos (hero + Sanity gallery). REQUIRED for: photos, pictures, images, gallery, "show me photos of Vail/Aspen". Never use web search or inline images — call this tool. Do NOT use get_destination, get_resort_info, or ask_snowdata for photo requests.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | yes | Human-readable markdown summary (required for ChatGPT Instant mode). |
| resort | object | – | Structured resort payload for inline widget rendering. |
No examples provided.
get_road_access Road & chain control ~227
Driving access for a resort — answers "do I need chains to get to <resort>" and "is the road to <resort> open": a SnowSure drive call, feeder-city Saturday drive times on the PGRI pilot, plus chain-control / mountain-pass / road-surface conditions on nearby highways (California via Caltrans, Washington via WSDOT, Oregon via ODOT TripCheck, Montana via MDT 511, Wyoming via WYDOT 511, Colorado via CDOT, Utah via UDOT, British Columbia via DriveBC, Ontario via Ontario 511, New England via Compass C2C, Virginia via VDOT 511, New Zealand via NZTA). Returns 'no road data' outside the covered area. Links to the official DOT map; the resort's road status is authoritative.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_road_cameras Road cameras ~199
Live 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, Mount Rainier NP via NPS, Oregon via ODOT TripCheck, Montana via MDT 511, Wyoming via WYDOT 511, Utah via UDOT, British Columbia via DriveBC, Maryland via CHART/iMAP, New England via Compass C2C, Virginia via VDOT 511, New Zealand via NZTA, Alpine Europe via NAPSPAN). Distinct from resort webcams. Returns 'no road cameras' outside the covered area; each camera includes a live image URL.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_road_weather Roadside weather ~163
Measured roadside weather (RWIS) on the highways near a resort — surface + air temperature, visibility, wind, precipitation (Colorado via CDOT, Washington via WSDOT, Oregon via ODOT TripCheck RWIS, Montana via MDT 511, Wyoming via WYDOT 511, Utah via UDOT, New England via Compass C2C). Sensor data on the actual road, distinct from the modeled get_operating_risk. Returns 'no road weather' outside the covered area.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_season_leaderboard Season leaderboard by place ~500
Rank resorts by how a season actually went, scoped to a place. This is the tool for "which <place> resort had the most <metric> last season" — the single most common retrospective question agents ask. Scope by state or province (Maine, Montana, Wyoming, British Columbia, Hokkaido, Nagano, Valais, Tyrol), by country (Switzerland, Japan, Canada), or by region (north-america, europe, asia, oceania, south-america, or a colloquial range: alps, andes, rockies, scandinavia). Metrics: snow_days, total_cm, powder_days, bluebird_days, max_storm (biggest single 24h snowfall, with the date it fell), peak_depth, longest_dry_spell. Covers 30 seasons back to 1996, so it answers historical and multi-season questions too, not just last season. Season accepts 2025, "2025-26", 2026, or "last" and resolves them all to the same season. Backed by ERA5 reanalysis across the full season window, so figures cover the entire season rather than only the days SnowSure has been live. Use get_snow_history for ONE resort's own history, get_monthly_snow for typical month-by-month climatology, and get_snow_report or find_best_powder for conditions RIGHT NOW.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | Country name, e.g. Switzerland or Japan. |
| hemisphere | string | – | Northern (nh, default) or southern (sh) hemisphere season. |
| limit | number | – | How many resorts to return (default 10, max 50). |
| metric | string | – | What to rank by. max_storm = biggest single 24-hour snowfall of the season. |
| region | string | – | north-america, europe, asia, oceania, south-america, or a colloquial range: alps, andes, rockies, scandinavia. |
| season | string | – | Season to rank. Accepts a year (2025), a label ("2025-26"), the ending year (2026), or "last"/"latest". Northern-hemisphere seasons are keyed on their starting year. |
| state | string | – | State, province or equivalent: Maine, Montana, British Columbia, Hokkaido, Valais, Tyrol. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_season_openings Season opening calendar ~218
Resorts whose season OPENING DATE is a specific day — answers "what opens today?", "opening this week", or "which resorts start their season on June 27?". Returns only resorts scheduled or confirmed to open on that date, NOT all currently-open resorts. Prefer over get_southern_hemisphere_report for opening-day questions. This tool is date-scoped, so it is the wrong shape for two neighbouring questions: for a RANKED retrospective ("which resorts opened earliest for the 2025-26 season, top 6 by verified opening date"), use get_insights with category=season_calendar; for historical norms ("which resort typically opens earliest each season", "is X usually open by Thanksgiving"), use ask_snowdata.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | Filter by country, e.g. Chile or New Zealand |
| date | string | – | Opening date YYYY-MM-DD. Defaults to today (UTC). |
| hemisphere | string | – | Northern or Southern Hemisphere filter |
| region | string | – | Filter by region |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_snow_history Resort snow history ~125
One resort's own snowfall history: season totals, comparison to its 5-year and 30-year averages, and best months to visit. Scoped to a SINGLE resort — for "which resort in <state/country/region> led <metric> last season", use get_season_leaderboard instead.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_snow_report Global snow report ~122
Get the global snow report with top-ranked resorts by snow conditions. Returns resorts sorted by SnowSure score, forecast, or recent snowfall. Use this for "where has the best snow?" or "top ski resorts right now" queries.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Number of resorts to return (default: 10, max: 50) |
| region | string | – | Filter by region |
| sort | string | – | Sort order: snowsure (AI rating), forecast (14-day snow), recent (24h snowfall), depth (current base) |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | yes | Human-readable markdown summary (required for ChatGPT Instant mode). |
| resorts | array | yes | – |
| subtitle | string | – | – |
| title | string | yes | – |
| updatedAt | string|null | yes | Oldest data time among the listed resorts (ISO-8601); null when none carries one. Never request time. |
No examples provided.
get_southern_hemisphere_report Southern Hemisphere report ~292
Get snow conditions for Southern Hemisphere ski resorts (Australia, New Zealand, Argentina, Chile) currently in season. Answers "is Perisher / Portillo / Valle Nevado open right now and what are the current conditions", "is the Australian ski season underway", and "which Southern Hemisphere region — the Andes, Australia, or NZ — has the best snow right now". Use for June–October SH ski queries. Prefers operator-verified data when available. Do NOT use for a specific opening DATE — use get_season_openings instead. Note that the SH is not the only place to ski in the northern summer: a handful of NH glaciers run summer or year-round operations (Zermatt/Matterhorn Ski Paradise skis all year; Passo dello Stelvio, Stryn and Galdhøpiggen run deep into autumn; Hintertux, Saas-Fee, Tignes, Les Deux Alpes and Timberline have dated summer windows that close). For those, call get_resort on the named glacier — summer windows are tracked per resort and a glacier being famous for summer skiing does not mean it is open today.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | Optional country filter |
| limit | number | – | Max resorts (default: 10) |
| sort | string | – | Sort: snowsure (AI score), recent (24h snow), depth (base depth) |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_storm_watch Storm Watch ~191
Storm Watch: named multi-day storm systems the models are flagging days ahead, grouped as one event across every resort in the path and ranked biggest first. Use for "is a storm coming", "what's the next big system", "where will it dump this week". Each event carries its window, the forecast total per resort, and a confidence tier (watching / likely / locked). FORECAST, NOT OBSERVATION — nothing here has fallen yet; use get_snow_report or find_best_powder for snow that already has. Returns no events when nothing is being watched, which is the normal state outside a storm cycle.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Maximum events to return (default 10, max 25). |
| region | string | – | Restrict to one scan region: north-america, europe, japan, south-america, oceania. Omit for every region. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_trip_window Trip window odds ~273
Historical odds for a SPECIFIC trip window at one resort — 'Whistler on March 27', 'Vail Jan 10–17'. From ~30 years of ERA5 monthly history it blends the window's months (weighted by days) into: the snow-day probability (the headline — for a short window how OFTEN it snows beats how MUCH falls in a season), window-scaled expected snowfall and typical base depth, the same window across the last 5 individual seasons, and the best nearby month (±1) by snow-day odds. Window max 31 days; dates are YYYY-MM-DD. This is HISTORY, not a forecast and not a prediction — for the next 14 days use get_weather_forecast, and for a whole-month question use get_monthly_snow. Windows with under 5 tracked seasons return insufficient rather than thin odds.
| Name | Type | Req | Description |
|---|---|---|---|
| end | string | – | Window end date, YYYY-MM-DD (defaults to start for a single day) |
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| start | string | yes | Window start date, YYYY-MM-DD |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_weather_forecast Resort weather forecast ~113
Get detailed day-by-day weather forecast for a resort including temperature, snowfall, wind, and conditions for each of the next 14 days.
| Name | Type | Req | Description |
|---|---|---|---|
| days | number | – | Number of days to forecast (default: 7, max: 14) |
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
get_webcam_status Resort webcams ~108
Get 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.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
list_alerts List alert subscriptions ~27
List the signed-in user's alert subscriptions. Requires a SnowSure user access token (OAuth).
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
list_insight_categories List insight categories ~61
List SnowSure insight categories (live conditions, current season, last season, forecast trust, patterns, SnowSure index, ground truth). Use before get_insights to choose a category filter. Lighter than raw leaderboards — retrospective and verification-backed cards.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
list_saved_resorts List saved resorts ~43
List the signed-in user's saved resorts. Requires a SnowSure user access token (OAuth); without one it returns an authorization-required error telling the agent how to connect.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
plan_ski_road_trip Plan a ski road trip ~138
Plan 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. Args: region (required), days, optional pass.
| Name | Type | Req | Description |
|---|---|---|---|
| days | integer | – | – |
| pass | string | – | Optional ski pass to limit stops (e.g. epic, ikon) |
| region | string | yes | europe | north-america | asia | oceania | south-america | alps | rockies | japan | any |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
plan_ski_trip Plan a ski trip ~119
Get ski trip recommendations based on dates, preferences, and conditions. Suggests best resorts for a given time period.
| Name | Type | Req | Description |
|---|---|---|---|
| dates | string | – | When you plan to travel — month name or date range, e.g. "February" or "Jan 15-22". |
| level | string | – | Skier or snowboarder ability level. |
| priority | string | – | Optional main trip priority (single value). Omit for best overall SnowSure score ranking. |
| region | string | – | Preferred ski region. Defaults to worldwide (any). |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
remove_saved_resort Remove a saved resort ~84
Remove a resort from the signed-in user's saved list. Requires a SnowSure user access token (OAuth).
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
save_resort Save a resort ~92
Save a resort to the signed-in user's favorites. Requires a SnowSure user access token (OAuth). The slug must be a real SnowSure resort.
| Name | Type | Req | Description |
|---|---|---|---|
| resort | string | – | Same as `slug`: the resort slug or name. Pass either one. |
| slug | string | – | Resort slug or name, e.g. "portillo" or "Portillo". Required unless `resort` is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
search_resorts Search resorts ~107
Search for ski resorts by name, country, or region. Returns matching resorts with basic conditions. Use for "find resorts in [location]" or "search [name]" queries.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | – | Filter by exact country name (e.g., "Japan", "Switzerland", "United States") |
| limit | number | – | Maximum results to return (default: 20) |
| query | string | – | Search query - can be resort name, country, or partial match |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
subscribe_alerts Subscribe to snow alerts ~290
Subscribe the signed-in user to snow alerts. Requires a SnowSure user access token (OAuth). type: 'powder' (OBSERVED fresh snow >= thresholdCm in 24h), 'forecast' (the 14-day FORECAST clears thresholdCm within windowDays), 'trip' (a Powder Trip — a storm inside 14 days with a curated stay to book — at a resort you name, or on a pass via scope 'pass:ikon-pass' / 'pass:epic-pass' / 'pass:mountain-collective'; scope 'any' is not accepted for trips), 'opening' (resort opens for the season), or 'bluebird' (powder day then clear skies).
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | – | Delivery channel (default email) |
| scope | string | – | Resort slug, or 'any' for all resorts (default 'any'); for type 'trip' also 'pass:<pass-id>' (pass:ikon-pass, pass:epic-pass, pass:mountain-collective) |
| thresholdCm | number | – | Snow threshold in cm — fresh-snow for powder (default 15), 14-day forecast total for forecast (default 30) |
| type | string | yes | Alert type |
| windowDays | number | – | forecast alerts only: scan the next N days of forecast (1–14, default 14) |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
unsubscribe_alerts Unsubscribe from alerts ~47
Remove one of the signed-in user's alert subscriptions by id (from list_alerts). Requires a SnowSure user access token (OAuth).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Subscription id to remove |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | – | Human-readable markdown summary of the tool result (may be omitted when structuredContent carries a typed payload; content[0].text always has the prose). |
No examples provided.
What is the SnowSure — Snow & Ski MCP server?
SnowSure — Snow & Ski is an MCP server listed in the public MCP registry as ai.snowsure/snow. Live ski snow, multi-model forecasts, powder rankings & a grounded Answer Engine for 500+ resorts. This page covers its hosted endpoint (https://www.snowsure.ai/mcp).
Is the SnowSure — Snow & Ski MCP server safe to use?
SnowSure — Snow & Ski scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the SnowSure — Snow & Ski MCP server expose?
SnowSure — Snow & Ski exposes 47 tools: ask_snowdata, get_snow_report, get_powder_reels, get_resort_info, get_resort_photos, and 42 more. Their descriptions and schemas cost roughly 7,757 tokens of context every time the server is loaded.
Does the SnowSure — Snow & Ski MCP server require authentication?
No. We connected to SnowSure — Snow & Ski without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the SnowSure — Snow & Ski MCP server still maintained?
SnowSure — Snow & Ski is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.