← snowsure.ai

INDIVIDUAL MCP TOOL

get_powder_reels

Powder Reels — SnowSure archived storm timelapses with verified accumulation data burned into the frames ("Proof of Powder").

snowsure.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

snowsure.ai

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

Related tools

  • ask_snowdata — Text-only Q&A grounded in SnowSure data (~1s).
  • get_snow_report — Get the global snow report with top-ranked resorts by snow conditions.
  • get_resort_info — 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.
  • get_resort_photos — INTERACTIVE PHOTO GALLERY CAROUSEL — official SnowSure resort photos (hero + Sanity gallery).
  • get_resort — Single-resort data with a REQUIRED card parameter that picks the interactive UI.
  • search_resorts — Search for ski resorts by name, country, or region.
  • find_best_powder — Find resorts with the freshest powder snow right now.
  • find_powder_trips — 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".