ENDPOINT 1
https://mcp.eighty-six.tech/mcp
Known tools 33
get_restaurantPublic landing info for a restaurant by slug.
get_availabilityAvailable booking time slots for a date and party size.
create_bookingCreate a booking; the guest receives an email confirmation link.
list_restaurantsRestaurants in the operator's organization.
list_bookingsBookings for a restaurant, filterable by date range + status.
get_bookingOne booking by id.
update_bookingUpdate booking details (not the time slot).
set_booking_statusTransition a booking's status.
cancel_bookingCancel a booking.
get_service_periodsService periods (turns) configured for a restaurant.
get_menusThe restaurant's full menu tree (menus → categories → items → prices, labels).
create_menuCreate a new menu (e.g.
update_menuRename a menu, edit its description/icon, or toggle active.
delete_menuDelete a menu and everything in it.
reorder_menusSet the display order of menus (full ordered id list).
create_menu_categoryAdd a category/section to a menu (parent_id nests it under another).
update_menu_categoryRename a category or edit its description / active state.
delete_menu_categoryDelete a category and its items.
reorder_menu_categoriesSet the display order of a menu's categories.
create_menu_itemAdd a dish/drink to a category.
update_menu_itemEdit a dish: name, price, description, availability, or sold-out (is_frozen).
delete_menu_itemRemove a dish/drink from the menu.
reorder_menu_itemsSet the display order of items within a category.
create_price_variantAdd a labelled price to an item (e.g.
update_price_variantEdit a price variant's label or price.
delete_price_variantRemove a price variant from an item.
list_menu_labelsAllergen/dietary labels defined for the restaurant (their ids are used as item label_ids).
create_menu_labelCreate an allergen/dietary label (name + colour + icon).
update_menu_labelEdit a label's name/colour/icon.
delete_menu_labelDelete an allergen/dietary label.
create_menu_noteAdd a header/footer note anchored to a menu, category, or item.
update_menu_noteEdit a note's text/kind/position.
delete_menu_noteDelete a menu note.