{
  "$schema": "https://registry.modelcontextprotocol.io/schema/server.json",
  "name": "landhaus-praegant",
  "displayName": "Landhaus Apartments Prägant",
  "description": "Live availability, rates and booking for 7 holiday apartments in Bad Kleinkirchheim, Carinthia, Austria. Direct booking without commission. Family-run since 1982. Kärnten Card included in summer.",
  "homepage": "https://praegant.net",
  "endpoint": "https://mcp.praegant.net/mcp",
  "transport": "streamable-http",
  "version": "2.0.0",
  "tools": [
    {
      "name": "check_availability",
      "description": "Check real-time availability for all 7 apartments. Returns available units with nightly rates, cleaning fee, tourist tax, total price, and direct booking links.",
      "annotations": { "readOnlyHint": true, "openWorldHint": false }
    },
    {
      "name": "get_apartment_details",
      "description": "Apartment details: size (20-78 sqm), bedrooms, amenities, highlights, cleaning fees.",
      "annotations": { "readOnlyHint": true, "openWorldHint": false }
    },
    {
      "name": "get_rates",
      "description": "Current rates per apartment per night by season. Includes cleaning fee and tourist tax.",
      "annotations": { "readOnlyHint": true, "openWorldHint": false }
    },
    {
      "name": "get_offers",
      "description": "Active seasonal offers, packages, and promotions.",
      "annotations": { "readOnlyHint": true, "openWorldHint": false }
    },
    {
      "name": "get_booking_link",
      "description": "Direct booking link to praegant.net. Zero commission, no credit card required. Personalized with dates and apartment.",
      "annotations": { "readOnlyHint": true, "openWorldHint": false }
    },
    {
      "name": "get_region_info",
      "description": "Activities and attractions in Bad Kleinkirchheim: skiing, hiking, biking, thermal spas, golf, family activities. Filter by topic.",
      "annotations": { "readOnlyHint": true, "openWorldHint": false }
    },
    {
      "name": "get_weather",
      "description": "Current weather in Bad Kleinkirchheim from GeoSphere Austria.",
      "annotations": { "readOnlyHint": true, "openWorldHint": false }
    }
  ],
  "categories": ["travel", "hospitality", "booking", "accommodation"],
  "tags": ["hotel", "apartment", "austria", "carinthia", "bad-kleinkirchheim", "direct-booking", "real-time-availability", "kaernten-card", "skiing", "thermal-spa", "golf"],
  "contact": {
    "email": "office@praegant.net",
    "website": "https://praegant.net"
  },
  "privacy_policy": "https://www.praegant.net/datenschutz/",
  "location": {
    "country": "AT",
    "region": "Carinthia",
    "city": "Bad Kleinkirchheim",
    "coordinates": { "lat": 46.815, "lng": 13.795 }
  }
}
