{
  "$schema": "https://modelcontextprotocol.io/schema.json",
  "schema_version": "2024-11-05",
  "name": "Ko Lake Villa Agentic Booking & Concierge",
  "description": "Official WebMCP interface for Ko Lake Villa (7 AC en-suite bedroom luxury private lakeside villa on Koggala Lake, Sri Lanka). Enables AI agents to query live availability, calculate accurate rate quotes, and request tentative 24-hour booking holds.",
  "endpoint": "https://www.kolakevilla.com/api/mcp",
  "transport": "http-jsonrpc",
  "methods_supported": [
    "initialize",
    "tools/list",
    "tools/call"
  ],
  "tools": [
    {
      "name": "check_villa_availability",
      "description": "Check real-time availability for Ko Lake Villa (7 bedrooms, up to 24 guests) for given check-in and check-out dates."
    },
    {
      "name": "get_villa_quote",
      "description": "Calculate verified pricing quote starting from $250/night for 7-bedroom buyout with tiered stay discounts."
    },
    {
      "name": "request_booking_hold",
      "description": "Place a tentative 24-hour booking hold and notify WhatsApp concierge (+94 71 173 0345)."
    },
    {
      "name": "get_direct_booking_url",
      "description": "Get official Hostaway zero-commission direct booking link."
    },
    {
      "name": "search_local_area_info",
      "description": "Query verified local area information, nearby surf breaks (Kabalana, Midigama, Ahangama), distances, UNESCO Galle Fort, boat safaris on Koggala Lake, and airport transfer routes."
    }
  ],
  "contact": {
    "email": "info@kolakevilla.com",
    "whatsapp": "+94 71 173 0345",
    "canonical_website": "https://www.kolakevilla.com",
    "direct_booking_portal": "https://kolake.holidayfuture.com"
  }
}