ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

pipeworx-cocktails

Cocktail recipes from TheCocktailDB — search by name, browse by ingredient, or discover a random drink

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brucegutman/pipeworx-cocktails
Or

Cocktail Recipes

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.

Tools

ToolDescription
search_cocktailsSearch cocktails by name (e.g., "margarita", "old fashioned")
get_cocktailFull recipe by TheCocktailDB ID — ingredients, measurements, instructions, and image
random_cocktailA random cocktail with complete recipe details
cocktails_by_ingredientFind all cocktails using a specific ingredient (e.g., "vodka", "lime juice")

Reach for this when

  • Someone asks "what can I make with gin and tonic water?"
  • Building a cocktail discovery feature for a bar or restaurant app
  • Need a random drink suggestion for a party menu
  • Want full ingredient lists and preparation instructions for a specific cocktail

Example: what can I make with rum?

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.

MCP client config

{
  "mcpServers": {
    "pipeworx-cocktails": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/cocktails/mcp"]
    }
  }
}

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-brucegutman-pipeworx-cocktails": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.