# Guardian

Verifies cooking recipes against professional master standards to ensure technical accuracy and authenticity. Evaluates specific details like cooking techniques, temperatures, and timing for a wide r…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kaimeilabs/guardian-engine

# Browse available tools
npx -y @smithery/cli@latest tool list kaimeilabs/guardian-engine

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kaimeilabs/guardian-engine verify_recipe

# Call a tool
npx -y @smithery/cli@latest tool call kaimeilabs/guardian-engine verify_recipe '{}'
```

## Direct MCP Connection

Endpoint: `https://guardian-engine--kaimeilabs.run.tools`

**Optional config:**
- `guardianApiKey` (query) — Optional API key for priority access. Leave blank for free-tier usage (no key required).

## Tools (2)

- `verify_recipe` — Verify a candidate recipe against a Guardian master recipe.
- `list_dishes` — List all available dish slugs from the Guardian registry.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kaimeilabs/guardian-engine <tool-name>
```

## Prompts (1)

- `verify_recipe_prompt` (dish) — Provides instructions and a template for an AI agent to verify a recipe.
