LUXSKI now publishes an ARD catalog — agents can discover us automatically
AI assistants are getting good at using tools. The harder problem has been finding the right one. Today we are closing that gap for luxury ski hotel search and booking.
LUXSKI now publishes an Agentic Resource Discovery (ARD) catalog. ARD is a new open protocol — backed by a working group including Google, Microsoft, Hugging Face, Cisco, Databricks, GitHub, Nvidia, Salesforce, ServiceNow, and Snowflake — that lets an AI client ask "what is available for this task?" and get back matching resources. It is the discovery layer that sits in front of MCP, OpenAPI, and agent runtimes: think of it as robots.txt and sitemap.xml, but for AI agents.
Our manifest lives at:
https://www.lux.ski/.well-known/ai-catalog.json
It advertises seven LUXSKI resources, each with natural-language example queries so discovery services can match real traveler questions to the right capability:
- LUXSKI Hotel Concierge MCP (/api/mcp) — search 175+ curated luxury ski hotels, check live room availability and total pricing, scan last-minute deals, and plan trips. Streamable HTTP, no install, no auth.
- Last-minute deals API (/api/last-minute-deals) — live short lead-in hotel totals across the catalog, with region/resort scope and multi-date scan.
- Best deals API (/api/best-deals) — best-priced luxury ski hotels for a configurable stay window.
- Hotel & destination REST API (OpenAPI) — full catalog, search, recommendations, and destination guides for GPT actions and custom agents.
- Free concierge advisory (/plan-your-trip) — human rate confirmation and complex itinerary support.
- luxski-mcp npm package — stdio wrapper for Cursor, Claude Desktop, and Windsurf.
- Assistant integration guide (llms.txt) — conventions, endpoints, and pricing disclaimers for agent developers.
Nothing changes about how you integrate — your client still calls our MCP or API directly. What changes is that ARD-aware discovery services can now find LUXSKI on their own and route the right booking question — "find a five-star ski-in ski-out hotel in Courchevel for next week" — to the right LUXSKI tool, without anyone hand-configuring our endpoint.
LUXSKI is among the first luxury travel providers to publish an ARD catalog focused on hotel search, live pricing, and booking. If you are building an agent that touches ski travel, hospitality, or trip planning, you can crawl our manifest today.
Start here: Developers·MCP server·OpenAPI·ai-catalog.json





