← Registry

eCommerce

eighty-six.tech

Manages restaurant bookings and availability.

1 endpoint33 known toolsCached registry data

ENDPOINT 1

https://mcp.eighty-six.tech/mcp

No auth detected

Known tools 33

get_restaurant

Public landing info for a restaurant by slug.

get_availability

Available booking time slots for a date and party size.

create_booking

Create a booking; the guest receives an email confirmation link.

list_restaurants

Restaurants in the operator's organization.

list_bookings

Bookings for a restaurant, filterable by date range + status.

get_booking

One booking by id.

update_booking

Update booking details (not the time slot).

set_booking_status

Transition a booking's status.

cancel_booking

Cancel a booking.

get_service_periods

Service periods (turns) configured for a restaurant.

get_menus

The restaurant's full menu tree (menus → categories → items → prices, labels).

create_menu

Create a new menu (e.g.

update_menu

Rename a menu, edit its description/icon, or toggle active.

delete_menu

Delete a menu and everything in it.

reorder_menus

Set the display order of menus (full ordered id list).

create_menu_category

Add a category/section to a menu (parent_id nests it under another).

update_menu_category

Rename a category or edit its description / active state.

delete_menu_category

Delete a category and its items.

reorder_menu_categories

Set the display order of a menu's categories.

create_menu_item

Add a dish/drink to a category.

update_menu_item

Edit a dish: name, price, description, availability, or sold-out (is_frozen).

delete_menu_item

Remove a dish/drink from the menu.

reorder_menu_items

Set the display order of items within a category.

create_price_variant

Add a labelled price to an item (e.g.

update_price_variant

Edit a price variant's label or price.

delete_price_variant

Remove a price variant from an item.

list_menu_labels

Allergen/dietary labels defined for the restaurant (their ids are used as item label_ids).

create_menu_label

Create an allergen/dietary label (name + colour + icon).

update_menu_label

Edit a label's name/colour/icon.

delete_menu_label

Delete an allergen/dietary label.

create_menu_note

Add a header/footer note anchored to a menu, category, or item.

update_menu_note

Edit a note's text/kind/position.

delete_menu_note

Delete a menu note.