← All WebMCP sites

alpina.travel

Travel & Eventshttps://alpina.travel/listed as of 2026-08-27
Plan a sunny alpine holiday in Lungau, Austria from Samspitze 4 at AlpiNest Feriendorf Lungau — rated 4.9/5 on Google Maps from 87 guest reviews.
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

search_lungauanswerimperative
Search Alpina.travel's published Lungau knowledge graph. This is read-only and does not create bookings or modify content.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 2,
      "description": "Natural-language travel question"
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false
}
list_lungau_placesanswerimperative
Return governed Alpina.travel place records, optionally filtered by season and family suitability.
Input schema
{
  "type": "object",
  "properties": {
    "season": {
      "type": "string",
      "description": "Season such as summer, autumn, winter, or spring"
    },
    "goodWithKids": {
      "type": "boolean",
      "description": "When set, filter by family suitability"
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 50,
      "default": 20
    }
  },
  "additionalProperties": false
}
list_lungau_itinerariesanswerimperative
Return governed Lungau itineraries, optionally filtered by season and duration.
Input schema
{
  "type": "object",
  "properties": {
    "season": {
      "type": "string"
    },
    "durationDays": {
      "type": "integer",
      "minimum": 1,
      "maximum": 14
    }
  },
  "additionalProperties": false
}
check_samspitze_availabilityanswerimperative
Check live Samspitze 4 availability and pricing, and return the result to you directly without changing the page. Read-only: it does not hold dates, create a booking session, or take payment. Prefer this when you consume the answer yourself. If the person is watching the page and should see the dates filled in and the result rendered in the page's own form, use prepare_samspitze_availability_check instead — both call the same endpoint and return the same data, so the only difference is whether the person sees it happen. Clients with no browsing context should use check_booking_availability on the MCP server.
Input schema
{
  "type": "object",
  "properties": {
    "checkIn": {
      "type": "string",
      "format": "date"
    },
    "checkOut": {
      "type": "string",
      "format": "date"
    },
    "adults": {
      "type": "integer",
      "minimum": 1,
      "maximum": 6
    },
    "childrenAges": {
      "type": "array",
      "items": {
        "type": "integer",
        "minimum": 0,
        "maximum": 14
      },
      "maxItems": 5,
      "default": []
    },
    "currency": {
      "type": "string",
      "enum": [
        "EUR"
      ],
      "default": "EUR"
    },
    "locale": {
      "type": "string",
      "enum": [
        "en",
        "de",
        "it"
      ],
      "default": "en"
    }
  },
  "required": [
    "checkIn",
    "checkOut",
    "adults"
  ],
  "additionalProperties": false
}
start_samspitze_checkouttransactimperative
After the user chooses to continue, show a browser confirmation, recheck live availability, and create a BookingNests checkout handoff. This does not hold dates, reserve the apartment, or take payment. Never report the stay as booked until BookingNests returns a reservation confirmation.
Input schema
{
  "type": "object",
  "properties": {
    "checkIn": {
      "type": "string",
      "format": "date"
    },
    "checkOut": {
      "type": "string",
      "format": "date"
    },
    "adults": {
      "type": "integer",
      "minimum": 1,
      "maximum": 6
    },
    "childrenAges": {
      "type": "array",
      "items": {
        "type": "integer",
        "minimum": 0,
        "maximum": 14
      },
      "maxItems": 5,
      "default": []
    },
    "currency": {
      "type": "string",
      "enum": [
        "EUR"
      ],
      "default": "EUR"
    },
    "locale": {
      "type": "string",
      "enum": [
        "en",
        "de",
        "it"
      ],
      "default": "en"
    }
  },
  "required": [
    "checkIn",
    "checkOut",
    "adults"
  ],
  "additionalProperties": false
}
prepare_samspitze_availability_checkactdeclarative
Fill the visible availability form and run a live EUR price and availability check for Samspitze 4, so the person sees the dates and the result on the page. Use this when someone is watching. For a check whose result you consume directly without changing the page, use check_samspitze_availability — both call the same endpoint and return the same data.
Input schema
{
  "type": "object",
  "properties": {
    "checkIn": {
      "type": "string"
    },
    "checkOut": {
      "type": "string"
    },
    "adults": {
      "type": "number"
    },
    "childrenAges": {
      "type": "string",
      "description": "e.g. 8, 12"
    }
  },
  "required": [
    "checkIn",
    "checkOut",
    "adults"
  ]
}
Listings are sourced from public community registries and shown as reported.