A
licenseA
qualityC
maintenanceEnables AI agents to search hotels, check availability, manage reservations, and book rooms on Booking.com via browser automation.
15
29 npm
5
MIT
No user-submitted related servers found.
Scored across 9 tools
Each tool has a clearly distinct purpose: creating bookings, retrieving them, checking availability, listing rooms/rates/extras, and property info. There is no confusion or overlap.
All tools follow a consistent verb_noun pattern in snake_case (e.g., create_booking, list_rooms, search_availability), making them predictable and easy to understand.
9 tools is well-scoped for a property management and booking system. Each tool covers a necessary operation without excess or deficiency.
The set covers the core workflow (search, create, retrieve, list bookings, and property details). Minor gaps exist: no update or cancel booking, but these are secondary operations.