mcpserver.lol
registry/guardian-engine
Connection check verified live · 27h ago

guardian-engine

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

Tools 7
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

7 tools

Read from the running server on 27h ago.

check_allergens read-only dish_namesession_idingredients*operator_idrestrictionsresponse_format +1
Check ingredients for EU FIC 1169/2011 allergen compliance. Returns a detailed audit trace mapping each ingredient to its EU Annex II allergen group with entry numbers and labels.…
check_safety read-only candidate_json*
Run master-independent safety checks on a candidate recipe. Works for ANY recipe — no dish resolution, no master SOP required. Checks poultry internal-temperature safety and scans…
fix_recipe dishdish_namemaster_jsoncandidate_jsonoriginal_promptresponse_format
Deterministically repair a candidate recipe against a Guardian master. Verifies the candidate, applies every machine-actionable correction the symbolic engine produced (missing in…
get_master read-only dish_nameresponse_format
Return the canonical master recipe for a dish (read-only, no LLM). Enables compare-then-verify agentic loops: fetch the master, diff it against the user's recipe, then call verify…
list_dishes read-only cuisine_filter
List all available master dishes with rich metadata. This is a browse/discovery step, not the verification itself — after picking a dish, call verify_recipe(dish_name=<slug>, cand…
verify_dietary_claim read-only claimcandidate_jsonresponse_format
Verify that a recipe satisfies a dietary claim (vegan, halal, gluten-free, ...). Reuses the existing allergen-detection logic plus a curated forbidden-ingredient map (apps/guardia…
verify_recipe read-only dishdish_namesession_idmaster_jsonoperator_idcandidate_json +2
Verify a candidate recipe against a Guardian master recipe. Uses deterministic graph-based verification to check technique, temperature, timing, cooking medium, and required ingre…