ENDPOINT 1
https://mcp.eighty-six.tech/mcp
MCP server metadata
- Name
- eighty-six-mcp
- Version
- 0.2.0
Known tools 47
create_bookingCreate a booking; the guest receives an email confirmation link.
Potential side effectscreate_operator_bookingCreate a booking for a restaurant via the CRM (no guest confirmation email flow).
Potential side effectsget_crm_availabilityAvailable booking time slots for a restaurant (operator CRM path; by restaurant id, not public slug).
Inferred read-onlylist_tablesTables on the restaurant's active floor plan (resolves active map, then lists its tables).
Inferred read-onlyget_menusThe restaurant's full menu tree (menus → categories → items → prices, labels, ingredients + allergen labels derived from them).
Inferred read-onlycreate_menu_categoryAdd a category/section to a menu (parent_id nests it under another).
Inferred read-onlyupdate_menu_categoryRename a category or edit its description / active state / default_kind.
Potential side effectsupdate_menu_itemEdit a dish: name, price, description, availability, or sold-out (is_frozen).
Potential side effectslist_menu_labelsAllergen/dietary labels defined for the restaurant (their ids are used as item label_ids).
Inferred read-onlylist_ingredientsIngredients available to the restaurant: the shared platform catalog (is_platform=true) plus the restaurant's own.
Inferred read-onlydelete_ingredientDelete a restaurant-owned ingredient and detach it from all dishes.
Potential side effectslist_stockList tracked ingredient stock balances and thresholds (premium suppliers_stock).
Inferred read-onlyset_stock_configEnable tracking and set unit/threshold for an ingredient at a restaurant.
Inferred read-onlylist_option_groupsThe restaurant's reusable modifier option groups (Size, Extras, Cooking…) with their options and price deltas.
Inferred read-onlyCONNECT 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.
eighty-six.tech is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.