|
| 1 | +# Ski Limone — ARD Reference Implementation |
| 2 | + |
| 3 | +**Publisher:** [Ski Limone by Afore Travel](https://www.skilimone.com) |
| 4 | +**Domain:** `skilimone.com` |
| 5 | +**Category:** Travel destination guide (ski resort + Piemonte wine country) |
| 6 | + |
| 7 | +## Summary |
| 8 | + |
| 9 | +Ski Limone is a production ARD deployment for a curated Alpine travel guide. It exposes a federated catalog of OpenAPI tools, a destination entity graph, hosted MCP, snow APIs, and agent onboarding documentation. |
| 10 | + |
| 11 | +## Discovery signals |
| 12 | + |
| 13 | +| Signal | URL | |
| 14 | +|--------|-----| |
| 15 | +| Well-known catalog | https://www.skilimone.com/.well-known/ai-catalog.json | |
| 16 | +| OpenAPI 2.1 | https://www.skilimone.com/.well-known/openapi.json | |
| 17 | +| MCP manifest | https://www.skilimone.com/.well-known/mcp/skilimone.json | |
| 18 | +| Agent onboarding | https://www.skilimone.com/for-agents | |
| 19 | +| robots.txt Agentmap | `Agentmap: https://www.skilimone.com/.well-known/ai-catalog.json` | |
| 20 | +| HTML link | `<link rel="ai-catalog" href="https://www.skilimone.com/.well-known/ai-catalog.json">` | |
| 21 | +| Optional DNS | `_catalog._agents.skilimone.com` TXT → catalog URL | |
| 22 | + |
| 23 | +## Catalog entries (8) |
| 24 | + |
| 25 | +1. OpenAPI agent API surface |
| 26 | +2. Destination catalog (`/api/ai/v2`, schema 2.1.0) |
| 27 | +3. Hosted MCP server (streamable HTTP) |
| 28 | +4. Snow report API |
| 29 | +5. Compact conditions API |
| 30 | +6. Webcams API |
| 31 | +7. LLM guide (`llms-full.txt`) |
| 32 | +8. Agent onboarding page |
| 33 | + |
| 34 | +## MCP endpoint |
| 35 | + |
| 36 | +- **Transport:** streamable HTTP |
| 37 | +- **URL:** https://www.skilimone.com/api/mcp/mcp |
| 38 | +- **Tools:** search_content, get_snow_conditions, get_ai_health, get_hotel_details, get_restaurant_details, get_winery_details, get_village_place_details |
| 39 | + |
| 40 | +## Conformance |
| 41 | + |
| 42 | +Validated with the official conformance CLI (exit code 0): |
| 43 | + |
| 44 | +```bash |
| 45 | +./conformance/bin/conformance-test manifest https://www.skilimone.com/.well-known/ai-catalog.json |
| 46 | +``` |
| 47 | + |
| 48 | +## Source |
| 49 | + |
| 50 | +- Site repository: https://github.com/mikeslone/skilimone |
| 51 | +- Strategy doc: https://github.com/mikeslone/skilimone/blob/main/docs/ARD_STRATEGY.md |
| 52 | + |
| 53 | +## Contact |
| 54 | + |
| 55 | +hello@afore.travel |
0 commit comments