FakeOut Kitchen Recipe Intelligence
io.github.photoromano/mcp-recipe470+ clean-eating copycat restaurant recipes with dietary filtering and ingredient substitutions.
Tools · 5
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 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 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'.
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 …
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…
Similar MCP servers embedding-nearest
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"
}
}
}