Skip to content
Back to search
100
MCP MCP 2026-07-28 streamable-http

FakeOut Kitchen Recipe Intelligence

io.github.photoromano/mcp-recipe

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

Uptime
100.0%
1 direct probes · 30d
Response
632ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search_recipes

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',…

filter_by_diet

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-G…

get_recipe

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

catalog_stats

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 …

find_clean_swaps

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', 'crea…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fakeout_kitchen_recipe_intelligence": {
      "url": "https://mcp-recipe.fakeoutkitchen.com/mcp",
      "transport": "streamable-http"
    }
  }
}