{
  "name": "Alpina.travel — 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": "bearer"
    },
    {
      "transport": "http",
      "protocol": "mcp",
      "url": "https://alpina.travel/mcp/alpina/http/mcp",
      "auth": "bearer"
    },
    {
      "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"
    }
  ]
}