Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Guardian Engine

dev.kaimeilabs/guardian-engine

Deterministic recipe verification engine — validates AI-generated recipes against master SOPs.

Uptime
5.4%
37 probes
Response
199ms
last probe
Tools
3
callable

Tools · 3

verify_recipe

Verify a candidate recipe against a Guardian master recipe. Uses deterministic graph-based verification to check technique, temperature, timing, cooking medium, and required ingredients. **Verdict v…

fix_recipe

Deterministically repair a candidate recipe against a Guardian master. Verifies the candidate, applies every machine-actionable correction the symbolic engine produced (missing ingredients, quantitie…

list_dishes

List all available master dishes with rich metadata. Returns: Dictionary with `schema_version` and a `dishes` list. Each dish includes slug, title, cuisine, region, aliases, and complexity.

Similar MCP servers embedding-nearest

guardian engine
Metadata-only Glama MCP connector.
0 tools · http
TAR Engine
Audit AI skill safety before you ship. Static, semantic, adversarial, supply chain scans.
0 tools
Forge Engine
Design source-of-truth for AI coding agents to read a project's systems and propose changes back.
0 tools · streamable-http
Apiiro Guardian
Application security posture management tools for AI coding assistants.
0 tools
AI Guardian
Metadata-only Glama MCP server.
0 tools
io.github.sparkvibe-io/guardianshield
AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "guardian_engine": {
      "url": "https://api.kaimeilabs.dev/mcp",
      "transport": "streamable-http"
    }
  }
}