58
/ 100
1 month ago
glama

Kitchen MCP Server

A hosted, multi-tenant MCP server that exposes the Kitchen.co client-portal API to AI clients, enabling natural language interaction with tasks, documents, clients, invoices, and more.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 6 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: KITCHEN_API_KEY, KITCHEN_WEBHOOK_FORWARD_TOKEN, MCP_GATE_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies6 high8 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.0.4GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.0.4GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highundici@6.21.0GHSA-f269-vfmq-vjvj

Undici: Malicious WebSocket 64-bit length overflows parser and crashes the client

highundici@6.21.0GHSA-v9p9-hfj2-hcw8

Undici has Unhandled Exception in WebSocket Client Due to Invalid server_max_window_bits Validation

highundici@6.21.0GHSA-vrm6-8vpv-qv8q

Undici has Unbounded Memory Consumption in WebSocket permessage-deflate Decompression

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configALLOWED_ORIGINSe =https://claude.ai \
configHTTP_RATE_LIMIT_PER_MINUTE
🔐 secretKITCHEN_API_KEYBoth Kitchen headers may instead be supplied via the / KITCHEN_WORKSPACE env vars for single-tenant deployments.
🔐 secretKITCHEN_WEBHOOK_FORWARD_TOKEN3. (Optional) Set KITCHEN_WEBHOOK_FORWARD_URL if your actual handler lives elsewhere. The verifier POSTs the verified event JSON to that URL with an optional X-Forward-Token header ().
configKITCHEN_WEBHOOK_FORWARD_URL3. (Optional) Set if your actual handler lives elsewhere. The verifier POSTs the verified event JSON to that URL with an optional X-Forward-Token header (KITCHEN_WEBHOOK_FORWARD_TOKEN).
configKITCHEN_WEBHOOK_SECRETSThis server also runs a verified Kitchen-webhook ingress at POST /webhooks/kitchen. It is off by default — enable it by setting .
configKITCHEN_WORKSPACEBoth Kitchen headers may instead be supplied via the KITCHEN_API_KEY / env vars for single-tenant deployments.
configLOG_LEVEL
🔐 secretMCP_GATE_TOKENe =$(openssl rand -hex 32) \
configPORTStandard Node web service — set , ALLOWED_ORIGINS, MCP_GATE_TOKEN, run npm start.
configTRUST_PROXYset-env-vars==1 \
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/horatio8-kitchenmcp-1dxcmg)](https://m8ven.ai/mcp/horatio8-kitchenmcp-1dxcmg)
commit: 47c114ded6dc3e3502c96ad843c9d37c9a8eb211
code hash: 56394275449eb0a74508f02e970a48871ebcd9948ddbe330983d646396685f0b
verified: 6/29/2026, 11:23:15 AM
view raw JSON →