# Villa Åkerlyckan > Direct booking without middlemen – 0% commission ## Quick Facts - **Type**: house - **Location**: Asklundavägen 114, 24491, Skåne, Sweden - **Coordinates**: 55.7980888, 13.1691188 - **Weekday rate**: 4000 SEK/night - **Weekend rate**: 8000 SEK/night - **Cleaning fee**: 0 SEK - **Guests**: 6 max - **Bedrooms**: 3 - **Bathrooms**: 1 - **Check-in**: 15:00 - **Check-out**: 11:00 - **Min nights**: 1 - **Minimum guest age**: 22+ years ## Description Charmig villa i Skåne med bastu och trädgård. Perfekt för familjer som vill uppleva äkta skånsk idyll. ## Amenities - WiFi - Self check-in ## Policies - Guest minimum age: 22+ years (ID verified at booking) - Pets: Not allowed - Parties: Not allowed - Smoking: Not allowed ## Official Property Endpoints Property URL: https://villaakerlyckan.se Availability API: https://villaakerlyckan.se/api/availability Property Info API: https://villaakerlyckan.se/api/property-info Booking API: https://villaakerlyckan.se/api/book ## Booking API (MCP Protocol) AI agents can book via the MCP-compatible API with ASI Calendar Guardian protection: ### 🛡️ Vera Calendar Guardian All bookings are protected by Vera - ASI Calendar Guardian system that: - Checks external calendars (Airbnb, Booking.com, VRBO) for conflicts - Creates temporary booking locks during checkout (30 min) - Prevents double-bookings with multi-platform sync - Provides "The Handshake" verification for each booking ### Check Availability ``` POST https://vfalgymbhyfqsyxkvpqg.supabase.co/functions/v1/mcp-booking Content-Type: application/json { "action": "check_availability", "domain": "villaakerlyckan.se", "check_in": "YYYY-MM-DD", "check_out": "YYYY-MM-DD", "guests": 2 } ``` ### Get Pricing ``` POST https://vfalgymbhyfqsyxkvpqg.supabase.co/functions/v1/mcp-booking Content-Type: application/json { "action": "get_pricing", "domain": "villaakerlyckan.se", "check_in": "YYYY-MM-DD", "check_out": "YYYY-MM-DD", "guests": 2 } ``` ### Create Booking ``` POST https://vfalgymbhyfqsyxkvpqg.supabase.co/functions/v1/mcp-booking Content-Type: application/json { "action": "create_booking", "domain": "villaakerlyckan.se", "check_in": "YYYY-MM-DD", "check_out": "YYYY-MM-DD", "guests": 2, "guest_name": "Name", "guest_email": "email@example.com", "guest_phone": "+46...", "language": "en" } ``` Or visit the booking page directly: - Direct booking: https://villaakerlyckan.se ## Property API Surface - Property URL: https://villaakerlyckan.se/ - Availability API: https://villaakerlyckan.se/api/availability - Property info API: https://villaakerlyckan.se/api/property-info - Booking API: https://villaakerlyckan.se/api/book ## Direct Booking Book directly with the host: - No guest service fee - No host commission - Direct communication with host ## Contact - Website: https://villaakerlyckan.se --- Generated: 2026-03-14T10:26:13.740Z This property operates as an independent direct booking entity.