You're viewing a demo portfolio

Join the waitlist
PRSM

meals_by_ingredient

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Recipes MCP

https://github.com/pipeworx-io/mcp-recipes

2/7 registries
View full server →
meals_by_ingredient — Recipes MCP — PRSM MCP