meals_by_ingredient
ActiveTool of Recipes MCP
declared in 0.1.0
Find all recipes using a specific ingredient (e.g., "chicken", "garlic", "pasta"). Returns meal names and IDs to pass to get_meal.
Parameters schema
{
"type": "object",
"examples": [
{
"ingredient": "chicken"
},
{
"ingredient": "garlic"
}
],
"required": [
"ingredient"
],
"properties": {
"ingredient": {
"type": "string",
"description": "Ingredient name to filter by"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Recipes MCP
https://github.com/pipeworx-io/mcp-recipes
2/7 registries