Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

FakeOut Kitchen Recipe Intelligence

REMOTE · MCP-RECIPE.FAKEOUTKITCHEN.COM · SCANNED AUG 8

470+ clean-eating copycat restaurant recipes with dietary filtering and ingredient substitutions.

60 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 438 tokens (~87/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp-recipe.fakeoutkitchen.com

# add to Claude Code
claude mcp add --transport http photoromano-mcp-recipe https://mcp-recipe.fakeoutkitchen.com/mcp
# ~/.codex/config.toml
[mcp_servers.photoromano-mcp-recipe]
url = "https://mcp-recipe.fakeoutkitchen.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "photoromano-mcp-recipe": {
      "type": "remote",
      "url": "https://mcp-recipe.fakeoutkitchen.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add photoromano-mcp-recipe --url https://mcp-recipe.fakeoutkitchen.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  photoromano-mcp-recipe:
    url: "https://mcp-recipe.fakeoutkitchen.com/mcp"
// mcp.json
{
  "mcpServers": {
    "photoromano-mcp-recipe": {
      "type": "http",
      "url": "https://mcp-recipe.fakeoutkitchen.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 7 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 6 Aug 26 59

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 8 Aug 2026 · Probed https://mcp-recipe.fakeoutkitchen.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=fakeoutkitchen.com CN=WE1,O=Google Trust Services,C=US 29 Jun 2026 27 Sept 2026 ECDSA 256 ECDSA-SHA256 155f0253f812b5170e48cfc8897a636e
SANs: fakeoutkitchen.com, *.fakeoutkitchen.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp-recipe.fakeoutkitchen.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
fakeoutkitchen.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp-recipe.fakeoutkitchen.com/mcp Verified 200
http (plaintext) http://mcp-recipe.fakeoutkitchen.com/mcp HTTPS enforced 301 https://mcp-recipe.fakeoutkitchen.com/mcp
MCP tools · 5 exposed · ~438 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
catalog_stats ~48

Get a summary of the recipe catalog: cuisine breakdown, category breakdown, diet tag distribution, and total published count. Useful for understanding coverage before building a recommendation system or content plan on top of it.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

filter_by_diet ~132

Filter recipes by dietary restrictions. Returns only recipes that match ALL specified diet tags. diet_tags: list of tags to require. Available tags (exact strings): 'Gluten-Free', 'Dairy-Free', 'Non-GMO', 'Organic', 'Whole-Food', 'Clean Eating', 'Paleo', 'Whole30', 'Vegan', 'Vegetarian', 'Low-Carb', 'Keto', 'Nut-Free', 'Seed-Oil-Free'.

NameTypeReqDescription
categorystring
cuisinestring
diet_tagsarrayyes
limitinteger
NameTypeReqDescription
resultstringyes

No examples provided.

find_clean_swaps ~59

Get all clean ingredient substitutions for a specific ingredient keyword. Useful for building a substitution lookup or recommendation feature. ingredient: keyword to search e.g. 'vegetable oil', 'cream cheese', 'soy sauce'.

NameTypeReqDescription
ingredientstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_recipe ~57

Get a full recipe by slug including ingredients, steps, clean ingredient substitutions, serving suggestions, and leftover ideas. slug: the recipe's URL slug e.g. 'chipotle-style-burrito-bowl'.

NameTypeReqDescription
slugstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

search_recipes ~142

Search recipes by title, cuisine, category, or source restaurant brand. query: text to match against title or summary. cuisine: e.g. 'american', 'mexican', 'italian', 'asian'. category: e.g. 'dinner', 'breakfast', 'dessert', 'cocktail', 'snack'. brand: original restaurant e.g. 'chipotle', 'mcdonald', 'applebee'. limit: max results (default 20).

NameTypeReqDescription
brandstring
categorystring
cuisinestring
limitinteger
querystring
NameTypeReqDescription
resultstringyes

No examples provided.