guardian-engine
Guardian Engine — API & MCP 統合ガイド
AIエージェントの出力に対する決定論的な検証インフラストラクチャ。 Guardian Engineは、ハルシネーションによる温度設定ミス、欠落した技術、間違った材料、不可能な調理手順を、実際に調理される前に検知します。レシピが最初の垂直統合分野ですが、この決定論的なアプローチは、正確性が重要となるあらゆる手順ドメインに一般化可能です。
エンドポイント: https://api.kaimeilabs.dev/mcp
トランスポート: Streamable HTTP (MCP)
認証: なし — アーリーアクセス期間中は無料(フェアユースが適用されます)
エージェントの接続
Guardianはホスト型のMCPサーバーです。インストールもAPIキーもDockerも不要です。クライアントを選択して設定を貼り付けるだけです。
Claude Desktop
claude_desktop_config.json に以下を追加します:
{
"mcpServers": {
"guardian": {
"url": "https://api.kaimeilabs.dev/mcp",
"transport": "streamable-http"
}
}
}Claude Desktopを再起動します。確認のために "List the available dishes in Guardian Engine" と尋ねてください。
Cursor
Settings → MCP Servers → Add new MCP server を開き、以下を貼り付けます:
{
"guardian": {
"url": "https://api.kaimeilabs.dev/mcp",
"transport": "streamable-http"
}
}VS Code (GitHub Copilot)
.vscode/mcp.json(またはユーザーの settings.json の `"mcp
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceHousehold-aware kitchen brain for AI agents: manage pantry inventory with freshness tracking, shopping lists, recipe collections with cook notes and per-diner ratings, dietary profiles with allergen safety, and kitchen equipment — all through 27 tools with OAuth 2.1 authentication. Includes a free tool for ingredient-based recipe generation without an account (accounts are free!).MIT
- AlicenseNot gradedqualityDmaintenanceEnables checking food additive safety, nutrition profiles, pesticide residues, and ingredient lists with regulatory flags and dietary compatibility. All data is sourced from authoritative bodies like JECFA, EFSA, and FDA.MIT
- AlicenseNot gradedqualityCmaintenanceLets Claude read recipes from your Cookidoo account and create TM7-optimized custom recipes with guided-cooking annotations, quality scoring, and automatic rollback on upload failure.MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to search New York Times Cooking recipes, fetch full recipes with ingredients and steps without login, and browse personal saved recipe box with optional authentication.461MIT
Related MCP Connectors
Verifies AI agent work end to end: real artifacts and outcomes checked, not self-reported success.
AI-native restaurant discovery: verified/menu-indexed/discovered tiers + signed allergy-safety data.
Fact-check claims against independent sources — fast verdict or deep multi-step investigation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kaimeilabs/guardian-api-docs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server