luxski-mcp
v1.0.0
Published
LUXSKI MCP Server — search 175+ luxury ski hotels, live snow conditions, real-time availability, and trip planning via Model Context Protocol
Maintainers
Readme
luxski-mcp
The official LUXSKI MCP server for AI assistants. Search 175+ luxury ski hotels, get live snow conditions, check real-time room availability, and plan ski trips — all through the Model Context Protocol.
Quick Start
npx luxski-mcpSetup
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"luxski": {
"command": "npx",
"args": ["-y", "luxski-mcp"]
}
}
}Cursor
Add to your Cursor MCP settings:
{
"luxski": {
"command": "npx",
"args": ["-y", "luxski-mcp"]
}
}Windsurf
Add to your Windsurf MCP config:
{
"luxski": {
"command": "npx",
"args": ["-y", "luxski-mcp"]
}
}Direct URL (Streamable HTTP)
If your client supports Streamable HTTP transport, connect directly:
https://www.lux.ski/api/mcpAvailable Tools
| Tool | Description |
|------|-------------|
| search_hotels | Search 175+ luxury ski hotels by country, region, resort, star rating, Design Hotels, Michelin Keys, or ski-in/ski-out |
| get_hotel_details | Get full details for a hotel — description, amenities, dining, spa, contact, and booking URL |
| get_snow_report | Live SnowSure™ scores (0-100), current snow conditions, and 14-day forecasts for 80+ resorts |
| get_destination | Detailed resort info — terrain stats, conditions, forecast, historical data, and associated hotels |
| check_availability | Real-time room availability and pricing with nightly rates, meal plans, and cancellation policies |
Available Resources
| Resource | URI | Description |
|----------|-----|-------------|
| Hotel Catalog | luxski://hotels | Complete list of all luxury ski hotels with locations and ratings |
| Destinations | luxski://destinations | All ski destinations with current SnowSure™ scores |
| Snow Leaderboard | luxski://snow-leaderboard | Top 10 resorts ranked by current conditions |
Available Prompts
| Prompt | Description |
|--------|-------------|
| plan_ski_trip | Generate personalized luxury ski trip recommendations based on dates, budget, group size, region, and priorities |
| find_best_snow | Find resorts with the best snow conditions right now — by overall score, fresh powder, deepest base, or best forecast |
What is SnowSure™?
SnowSure™ is LUXSKI's proprietary AI-powered snow rating (0-100) combining:
- Current snow depth (base & summit)
- Recent snowfall (24h + 7-day)
- 14-day forecast from 5 weather models
- Historical performance vs 5-year and 30-year averages
Updated hourly for 80+ resorts worldwide.
Coverage
- Europe: Switzerland, France, Austria, Italy, Norway
- North America: USA (Aspen, Vail, Jackson Hole, Park City, etc.), Canada (Whistler, Banff)
- Asia: Japan (Niseko, Hakuba, Furano)
- Southern Hemisphere: Chile, Argentina, New Zealand
Links
- Website: lux.ski
- Snow Report: lux.ski/snow-report
- API Docs: lux.ski/openapi.json
- Contact: [email protected]
License
MIT
