← hybridkitchen.asia

INDIVIDUAL MCP TOOL

book_table

Request a table.

hybridkitchen.asianone authenticationAvailability not checked

LIVE ENDPOINT

https://hybridkitchen.asia/mcp

No auth detected

Connect to this endpoint to inspect the live schema for book_table 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

hybridkitchen.asia

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.hybrid-kitchen-mcp]
url = "https://hybridkitchen.asia/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hybrid-kitchen-mcp": {
      "type": "http",
      "url": "https://hybridkitchen.asia/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hybrid-kitchen-mcp
Remote MCP URL: https://hybridkitchen.asia/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": {
    "hybrid-kitchen-mcp": {
      "url": "https://hybridkitchen.asia/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hybrid-kitchen-mcp": {
      "type": "http",
      "url": "https://hybridkitchen.asia/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hybrid-kitchen-mcp",
  "transport": "streamable-http",
  "url": "https://hybridkitchen.asia/mcp"
}
MCP Inspector

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

Related tools

  • get_menu — Get the live Hybrid Kitchen menu (dishes and prices, USD).
  • get_hours — Get opening hours (open daily 08:00–23:00, Phnom Penh).
  • get_location — Get the address, map link, phone and social links.
  • get_specials — Get today's specials.
  • get_availability — List bookable reservation slots for a date (YYYY-MM-DD).