MCP Hub
Back to servers

cocktails

Cocktails MCP — TheCocktailDB API (free, no auth)

Registry
Updated
Mar 31, 2026

mcp-cocktails

Cocktails MCP — TheCocktailDB API (free, no auth)

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
search_cocktailsSearch for cocktails by name. Returns a list of matching cocktails with key details.
get_cocktailGet full details for a cocktail by its TheCocktailDB ID, including all ingredients and instructions.
random_cocktailGet a random cocktail with full details including ingredients and instructions.
cocktails_by_ingredientFind cocktails that use a specific ingredient (e.g., "vodka", "lime juice", "gin").

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "cocktails": {
      "url": "https://gateway.pipeworx.io/cocktails/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use cocktails

License

MIT

Reviews

No reviews yet

Sign in to write a review