← eighty-six.tech
INDIVIDUAL MCP TOOL
set_stock_config
Enable tracking and set unit/threshold for an ingredient at a restaurant.
LIVE ENDPOINT
https://mcp.eighty-six.tech/mcp
Connect to this endpoint to inspect the live schema for set_stock_config and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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).