Cocktail recipes from TheCocktailDB — search by name, browse by ingredient, or discover a random drink
Shaken or stirred? This pack wraps TheCocktailDB to give you cocktail recipes with full ingredient lists, measurements, and instructions. Search by name, filter by ingredient, or let fate decide with a random cocktail.
| Tool | Description |
|---|---|
search_cocktails | Search cocktails by name (e.g., "margarita", "old fashioned") |
get_cocktail | Full recipe by TheCocktailDB ID — ingredients, measurements, instructions, and image |
random_cocktail | A random cocktail with complete recipe details |
cocktails_by_ingredient | Find all cocktails using a specific ingredient (e.g., "vodka", "lime juice") |
curl -s -X POST https://gateway.pipeworx.io/cocktails/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"cocktails_by_ingredient","arguments":{"ingredient":"rum"}}}'
Returns a list of cocktails (Mojito, Daiquiri, Mai Tai, etc.) with names, thumbnails, and IDs you can pass to get_cocktail for the full recipe.
{
"mcpServers": {
"pipeworx-cocktails": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/cocktails/mcp"]
}
}
}