← lux.ski

INDIVIDUAL MCP TOOL

create_booking_session

Prebook a specific rate and return a checkout URL the traveler can use to pay.

lux.skinone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent endpoint

lux.ski

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.lux-ski]
url = "https://www.lux.ski/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lux-ski": {
      "type": "http",
      "url": "https://www.lux.ski/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lux-ski
Remote MCP URL: https://www.lux.ski/api/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": {
    "lux-ski": {
      "url": "https://www.lux.ski/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lux-ski": {
      "type": "http",
      "url": "https://www.lux.ski/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lux-ski",
  "transport": "streamable-http",
  "url": "https://www.lux.ski/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_hotels — Search LUXSKI's curated collection of 175+ luxury ski hotels worldwide.
  • ai_hotel_search — Semantic search over LUXSKI hotels using natural language.
  • get_hotel_details — Get comprehensive details about a specific luxury ski hotel including description, amenities, dining, spa, contact info, and booking URL.
  • get_snow_report — Get live SnowSure™ scores, current snow conditions, and 14-day forecasts for ski resorts worldwide.
  • get_destination — Get detailed information about a specific ski resort/destination including terrain stats, current conditions, forecast, historical comparison, and associated luxury hotels.
  • get_destination_brief — Editorial destination brief for a ski resort — terrain essentials, season window, live SnowSure snow context, best-weeks booking verdict, and curated property count.
  • get_hotel_card — Single-property card payload for a curated lux.ski hotel — hero, editorial positioning, badges, rate band (live when dates provided), and booking URL.
  • search_resort_hotels — Ski Lodge: find bookable hotels at ANY of SnowSure's 500+ ski resorts — by resort slug OR by latitude+longitude (coordinate search avoids resort-name drift; results include distanceKm from the search point).