{"schemaVersion":"1.0","protocolVersion":"2024-11-05","serverInfo":{"name":"snowdata-live","title":"Snowdata Live Snow MCP","version":"1.0.0"},"description":"Live verified resort snow conditions, forecasts, powder search, trip planning, and grounded Q&A across 500+ resorts.","documentationUrl":"https://mcp.snowdata.ai","transport":{"type":"streamable-http","url":"https://mcp.snowdata.ai"},"tools":[{"name":"get_resort","description":"Full resort profile, lifts, terrain, season pattern.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Resort slug, e.g. niseko-united"}},"required":["slug"]}},{"name":"get_snow_report","description":"Verified snow report with attribution and timestamp.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Resort slug"}},"required":["slug"]}},{"name":"get_weather_forecast","description":"Multi-day forecast per resort.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"},"days":{"type":"integer","minimum":1,"maximum":14,"description":"Forecast days"}},"required":["slug"]}},{"name":"get_snow_history","description":"Historical snow data; season comparisons.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"},"season":{"type":"string","description":"Season label, e.g. 2025-26"}},"required":["slug"]}},{"name":"find_resorts_by_criteria","description":"Filtered search across the network.","inputSchema":{"type":"object","properties":{"country":{"type":"string"},"min_base_cm":{"type":"number"},"min_new_snow_24h_cm":{"type":"number"},"open_only":{"type":"boolean"}},"additionalProperties":true}},{"name":"find_best_powder","description":"Best powder destinations — common AI assistant query. Use for powder, fresh snow, and \"where should I ski\" queries.","inputSchema":{"type":"object","properties":{"region":{"type":"string","description":"Region or country, e.g. Colorado, Alps"},"max_drive_hours":{"type":"number","description":"Max drive time from a city"},"origin":{"type":"string","description":"Origin city for drive-time queries"}},"additionalProperties":true}},{"name":"plan_ski_trip","description":"Multi-resort itinerary suggestions.","inputSchema":{"type":"object","properties":{"region":{"type":"string"},"days":{"type":"integer","minimum":1,"maximum":14},"start_date":{"type":"string","format":"date"}},"additionalProperties":true}},{"name":"compare_forecasts","description":"Head-to-head forecast comparison between resorts.","inputSchema":{"type":"object","properties":{"slugs":{"type":"array","items":{"type":"string"},"minItems":2,"maxItems":5}},"required":["slugs"]}},{"name":"get_webcam_status","description":"Live or recent webcam frames where licensed.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]}},{"name":"get_regional_summary","description":"Regional snow summary for journalists and planners.","inputSchema":{"type":"object","properties":{"region":{"type":"string","description":"e.g. US-Rockies, Alps, Japan"}},"required":["region"]}},{"name":"search_resorts","description":"Natural-language resort search.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Natural-language resort search"}},"required":["query"]}},{"name":"ask_snowdata","description":"Primary Snowdata Answer Engine — natural-language Q&A about snow, forecasts, season history, and resort conditions. Grounded in verified Snowdata evidence. Primary entry point for natural-language snow questions. Prefer over individual tools when the question is open-ended.","inputSchema":{"type":"object","properties":{"question":{"type":"string","description":"Natural-language question about snow, resorts, or forecasts"}},"required":["question"]}}],"representativeQueries":["Where's the best powder this weekend within four hours of Denver?","Compare snowfall at Niseko versus Verbier this season.","Is Mt Hutt open today? What's the base depth?","Plan a five-day ski trip to Argentina in late August — open resorts only.","Show me resorts in Colorado with more than 30cm of new snow in the last 48 hours."],"routing":{"useFor":"live snow conditions, powder, forecasts, trip planning, resort Q&A","notFor":"company pricing, onboarding, or corporate site content"}}