# FakeOut Kitchen Recipe Intelligence (remote · mcp-recipe.fakeoutkitchen.com)

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

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- remote · `mcp-recipe.fakeoutkitchen.com`: 60/100 (this document), [markdown](https://verifymcp.io/servers/photoromano-mcp-recipe/mcp-recipe.md), [page](https://verifymcp.io/servers/photoromano-mcp-recipe/mcp-recipe)

## Channel facts

- Endpoint: `https://mcp-recipe.fakeoutkitchen.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.0.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-08.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 438 tokens (~87/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http photoromano-mcp-recipe https://mcp-recipe.fakeoutkitchen.com/mcp
```

### Codex

```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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add photoromano-mcp-recipe --url https://mcp-recipe.fakeoutkitchen.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  photoromano-mcp-recipe:
    url: "https://mcp-recipe.fakeoutkitchen.com/mcp"
```

### Other

```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 recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-07 (score 60, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-06 (score 59)

First indexed and scored.

## MCP tools (5)

### `search_recipes` (~142 tokens)

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).

Input parameters:

- `brand` (string)
- `category` (string)
- `cuisine` (string)
- `limit` (integer)
- `query` (string)

Output parameters:

- `result` (string)

### `filter_by_diet` (~132 tokens)

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'.

Input parameters:

- `category` (string)
- `cuisine` (string)
- `diet_tags` (array, required)
- `limit` (integer)

Output parameters:

- `result` (string)

### `get_recipe` (~57 tokens)

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'.

Input parameters:

- `slug` (string, required)

Output parameters:

- `result` (string)

### `catalog_stats` (~48 tokens)

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.

Output parameters:

- `result` (string)

### `find_clean_swaps` (~59 tokens)

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'.

Input parameters:

- `ingredient` (string, required)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/photoromano-mcp-recipe/mcp-recipe#diagnostics

## Score history

- 2026-08-08: 60
- 2026-08-07: 60
- 2026-08-06: 59

## Links

- Remote endpoint: https://mcp-recipe.fakeoutkitchen.com/mcp
- Authorisation metadata: https://mcp-recipe.fakeoutkitchen.com/.well-known/oauth-protected-resource/mcp
- Changelog RSS feed: https://verifymcp.io/servers/photoromano-mcp-recipe/mcp-recipe.xml
- Changelog JSON feed: https://verifymcp.io/servers/photoromano-mcp-recipe/mcp-recipe.json
- HTML version of this page: https://verifymcp.io/servers/photoromano-mcp-recipe/mcp-recipe
