cocktails_by_ingredient
ActiveTool 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\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Cocktails MCP
https://github.com/pipeworx-io/mcp-cocktails
2/7 registries