You're viewing a demo portfolio

Join the waitlist
PRSM

cocktails_by_ingredient

Active

Tool of Cocktails MCP

declared in 0.1.0

List all TheCocktailDB cocktails that contain a specific ingredient (e.g., 'vodka', 'lime juice'). Returns cocktail id, name, and thumbnail only — use get_cocktail to retrieve full recipes.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "ingredient": "vodka"
    },
    {
      "ingredient": "lime juice"
    }
  ],
  "required": [
    "ingredient"
  ],
  "properties": {
    "ingredient": {
      "type": "string",
      "description": "Ingredient name to filter by (e.g., \"vodka\", \"gin\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Cocktails MCP

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

2/7 registries
View full server →
cocktails_by_ingredient — Cocktails MCP — PRSM MCP