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
14.3%
14 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

io.github.AIDataNordic/food-recipe-mcp live
Semantic search across 50,000+ food recipes with hybrid retrieval and reranking.
2 tools · streamable-http
AI Reasoning Commons live
Search, reuse, verify AI reasoning. Task marketplace with leaderboard. Zero-barrier, no auth.
14 tools · streamable-http
Default Privacy live
Privacy Protocol directory, guides, diagnostics, formation intake. 23 tools, 7 resources, 6 prompts.
33 tools · streamable-http
Cookwith
Recipe generation and transformation tools powered by Cookwith's culinary AI
0 tools
Roboflow (Official) live
Roboflow computer vision for AI assistants: datasets, annotation, versioning, workflows, inference.
67 tools · streamable-http
guardian engine
Metadata-only Glama MCP connector.
0 tools · http

How to use

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

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