← Registry

General Tools

hybridkitchen.asia

Provides live restaurant information including menu, hours, location, specials, and reservation availability.

1 endpoint6 known toolsFirst detected August 6, 2026Last detected August 6, 2026

ENDPOINT 1

https://hybridkitchen.asia/mcp

No auth detected

MCP server metadata

Name
Hybrid Kitchen MCP
Version
1.0.0
Capabilities
tools
Server instructions

Hybrid Kitchen (Phnom Penh) skills: read the menu, hours, location, specials and table availability; book a table (staff-confirmed). Call get_availability before book_table.

Known tools 6

get_menu

Get the live Hybrid Kitchen menu (dishes and prices, USD).

Inferred read-only
get_hours

Get opening hours (open daily 08:00–23:00, Phnom Penh).

Inferred read-only
get_location

Get the address, map link, phone and social links.

Inferred read-only
get_specials

Get today's specials.

Inferred read-only
get_availability

List bookable reservation slots for a date (YYYY-MM-DD).

Inferred read-only
book_table

Request a table.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for hybridkitchen.asia was fetched 2026-08-24T00:56:59.833Z.

Trust status Trusted

hybridkitchen.asia is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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