← Registry

eCommerce

eighty-six.tech

Manages restaurant bookings and availability.

1 endpoint47 known toolsFirst detected June 28, 2026Last detected September 17, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
eighty-six-mcp
Version
0.2.0
Capabilities
tools.listChanged

Known tools 47

get_restaurant

Public landing info for a restaurant by slug.

Inferred read-only
get_availability

Available booking time slots for a date and party size.

Inferred read-only
create_booking

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

Potential side effects
list_restaurants

Restaurants in the operator's organization.

Inferred read-only
list_bookings

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

Inferred read-only
get_booking

One booking by id.

Inferred read-only
create_operator_booking

Create a booking for a restaurant via the CRM (no guest confirmation email flow).

Potential side effects
update_booking

Update booking details (not the time slot).

Potential side effects
set_booking_status

Transition a booking's status.

Inferred read-only
cancel_booking

Cancel a booking.

Inferred read-only
get_service_periods

Service periods (turns) configured for a restaurant.

Inferred read-only
get_crm_availability

Available booking time slots for a restaurant (operator CRM path; by restaurant id, not public slug).

Inferred read-only
list_tables

Tables on the restaurant's active floor plan (resolves active map, then lists its tables).

Inferred read-only
get_menus

The restaurant's full menu tree (menus → categories → items → prices, labels, ingredients + allergen labels derived from them).

Inferred read-only
create_menu

Create a new menu (e.g.

Potential side effects
update_menu

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

Potential side effects
delete_menu

Delete a menu and everything in it.

Potential side effects
reorder_menus

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

Inferred read-only
create_menu_category

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

Inferred read-only
update_menu_category

Rename a category or edit its description / active state / default_kind.

Potential side effects
delete_menu_category

Delete a category and its items.

Potential side effects
reorder_menu_categories

Set the display order of a menu's categories.

Inferred read-only
create_menu_item

Add a dish/drink to a category.

Inferred read-only
update_menu_item

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

Potential side effects
delete_menu_item

Remove a dish/drink from the menu.

Potential side effects
reorder_menu_items

Set the display order of items within a category.

Inferred read-only
create_price_variant

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

Inferred read-only
update_price_variant

Edit a price variant's label or price.

Potential side effects
delete_price_variant

Remove a price variant from an item.

Potential side effects
list_menu_labels

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

Inferred read-only
create_menu_label

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

Potential side effects
update_menu_label

Edit a label's name/colour/icon.

Potential side effects
delete_menu_label

Delete an allergen/dietary label.

Potential side effects
list_ingredients

Ingredients available to the restaurant: the shared platform catalog (is_platform=true) plus the restaurant's own.

Inferred read-only
create_ingredient

Create a restaurant-owned ingredient.

Potential side effects
update_ingredient

Update a restaurant-owned ingredient (name required).

Potential side effects
delete_ingredient

Delete a restaurant-owned ingredient and detach it from all dishes.

Potential side effects
list_stock

List tracked ingredient stock balances and thresholds (premium suppliers_stock).

Inferred read-only
set_stock_config

Enable tracking and set unit/threshold for an ingredient at a restaurant.

Inferred read-only
adjust_stock

Restock (mode=delta) or recount (mode=set).

Inferred read-only
list_option_groups

The restaurant's reusable modifier option groups (Size, Extras, Cooking…) with their options and price deltas.

Inferred read-only
create_option_group

Create a reusable modifier option group.

Potential side effects
update_option_group

Update an option group.

Potential side effects
delete_option_group

Delete an option group and detach it from all dishes.

Potential side effects
create_menu_note

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

Inferred read-only
update_menu_note

Edit a note's text/kind/position.

Potential side effects
delete_menu_note

Delete a menu note.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.eighty-six-mcp]
url = "https://mcp.eighty-six.tech/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eighty-six-mcp": {
      "type": "http",
      "url": "https://mcp.eighty-six.tech/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: eighty-six-mcp
Remote MCP URL: https://mcp.eighty-six.tech/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "eighty-six-mcp": {
      "url": "https://mcp.eighty-six.tech/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eighty-six-mcp": {
      "type": "http",
      "url": "https://mcp.eighty-six.tech/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eighty-six-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.eighty-six.tech/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for eighty-six.tech was fetched 2026-08-29T09:52:02.017Z.

Trust status Trusted

eighty-six.tech is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.