← snowsure.ai

INDIVIDUAL MCP TOOL

remove_saved_resort

Remove a resort from the signed-in user's saved list.

snowsure.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

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_powder_reels — Powder Reels — SnowSure archived storm timelapses with verified accumulation data burned into the frames ("Proof of Powder").
  • 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.