MCP server exposing 4 tools for cocktails.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/cocktails/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_cocktails — Search for cocktails by name. Returns matching recipes with ingredients, measurements, instructions, and drink category.get_cocktail — Get full cocktail recipe by ID. Returns ingredients with exact measurements, preparation steps, glassware type, and garnish.random_cocktail — Get a random cocktail recipe. Returns ingredients with measurements, instructions, glassware, and garnish details.cocktails_by_ingredient — Find all cocktails containing a specific ingredient (e.g., "vodka", "lime juice", "gin"). Returns matching recipes with full ingredient lists.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/cocktails/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io