npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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

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-mcp

Setup

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/mcp

Available 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

License

MIT