F
licenseNot graded
qualityD
maintenanceEnables natural language interaction with SimplyBook.me API to manage bookings, services, and performers through MCP.
2
-
No user-submitted related servers found.
Scored across 4 tools
Each tool has a clearly distinct purpose: retrieving a single booking by number, getting payment details for a booking, searching by customer, and searching by date. No overlap.
All tool names follow a consistent verb_noun pattern: get_booking, get_booking_payments, search_bookings_by_customer, search_bookings_by_date.
4 tools is on the low side but acceptable for a read-only booking query server. However, the scope feels slightly thin.
The tool set is limited to read operations only, missing critical create, update, delete, or cancel booking tools, which are essential for booking management.