Skip to content

Commit 537c488

Browse files
Add Ski Limone as ARD reference implementation.
Documents live catalog, MCP endpoint, discovery signals, and conformance validation for a production travel destination deployment. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e419815 commit 537c488

2 files changed

Lines changed: 64 additions & 0 deletions

File tree

examples/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ARD Reference Implementations
2+
3+
Production deployments that implement the Agentic Resource Discovery specification.
4+
5+
| Publisher | Domain | Description |
6+
|-----------|--------|-------------|
7+
| [Ski Limone](reference-implementations/skilimone.md) | skilimone.com | Curated Limone Piemonte travel guide with OpenAPI, MCP, snow APIs, and agent onboarding |
8+
9+
To add your implementation, open a PR with a new markdown file under `examples/reference-implementations/`.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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

Comments
 (0)