General Tools
hybridkitchen.asia
Provides live restaurant information including menu, hours, location, specials, and reservation availability.
ENDPOINT 1
https://hybridkitchen.asia/mcp
MCP server metadata
- Name
- Hybrid Kitchen MCP
- Version
- 1.0.0
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
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.
hybridkitchen.asia is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.