Card snapshot
alpina.travel
·
2026-09-03 16:48:00 UTC
·
1d2624aacce38f8faebea2b864d9cc2ed2f108ddbd923e511ce801d804ad0a71
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Alpina.travel \u2014 Lungau concierge",
"version": "1.0.0",
"description": "KG-powered alpine holiday concierge for Lungau, Austria. Recommends places, itineraries, and apartments, and produces canonical booking links. Runs in inquiry_only mode: no payment or reservation confirmation.",
"provider": {
"organization": "Alpina.travel",
"url": "https://alpina.travel"
},
"documentationUrl": "https://alpina.travel/lungau/agent-guide.md",
"supportedInterfaces": [
{
"transport": "sse",
"protocol": "mcp",
"url": "https://alpina.travel/mcp/sse",
"auth": "none"
},
{
"transport": "sse",
"protocol": "mcp",
"url": "https://alpina.travel/mcp/alpina/sse",
"auth": "none"
},
{
"transport": "http",
"protocol": "mcp",
"url": "https://alpina.travel/mcp/alpina/http/mcp",
"auth": "none"
},
{
"transport": "http",
"protocol": "nlweb",
"url": "https://alpina.travel/ask",
"auth": "none"
}
],
"capabilities": {
"streaming": true,
"commerceMode": "inquiry_only",
"structuredData": true
},
"skills": [
{
"id": "recommend_stay",
"name": "Recommend a stay",
"description": "Given destination, guests, season, and mood, recommend a curated apartment base in Lungau."
},
{
"id": "get_property_details",
"name": "Get property details",
"description": "Return facts, amenities, distances, and booking URL for a specific apartment."
},
{
"id": "get_itinerary",
"name": "Get itinerary",
"description": "Return a curated day-by-day itinerary matching destination, season, audience, and mood."
},
{
"id": "create_booking_link",
"name": "Create booking link",
"description": "Return the canonical booking URL for a property with check-in / check-out / guests parameters."
}
],
"dataFeeds": [
{
"href": "https://alpina.travel/lungau/data/apartments.json",
"type": "application/json"
},
{
"href": "https://alpina.travel/lungau/data/places.json",
"type": "application/json"
},
{
"href": "https://alpina.travel/lungau/data/itineraries.json",
"type": "application/json"
},
{
"href": "https://alpina.travel/lungau/data/guides.json",
"type": "application/json"
},
{
"href": "https://alpina.travel/acp/feed",
"type": "application/json"
},
{
"href": "https://alpina.travel/okf/index.md",
"type": "text/markdown"
}
]
}