INDIVIDUAL MCP TOOL
update_menu_item
Edit a dish: name, price, description, availability, or sold-out (is_frozen).
LIVE ENDPOINT
https://mcp.eighty-six.tech/mcp
Connect to this endpoint to inspect the live schema for update_menu_item and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.
Related tools
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.create_operator_booking— Create a booking for a restaurant via the CRM (no guest confirmation email flow).update_booking— Update booking details (not the time slot).