# Cocktail Glass MCP server

Search 500 cocktail recipes, get full recipes, find drinks by ingredient, suggest random picks.

## Links
- Registry page: https://www.getdrio.com/mcp/glass-cocktail-cocktail-glass
- Website: https://cocktail.glass

## Install
- Endpoint: https://cocktail.glass/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://cocktail.glass/mcp

## Tools
- search_cocktails (Search cocktails) - Search the cocktail catalogue by name. Returns matching cocktails with their page URLs, family, and glassware. Endpoint: https://cocktail.glass/mcp
- get_cocktail_recipe (Get cocktail recipe) - Get the full recipe for a cocktail by name: ingredients with measures, preparation steps, garnish, glassware, page URL, and any film or TV appearances. Endpoint: https://cocktail.glass/mcp
- find_cocktails_by_ingredient (Find cocktails by ingredient) - Find every cocktail that uses a given ingredient (spirit, juice, liqueur, etc.). Useful for "what can I make with ..." questions. Endpoint: https://cocktail.glass/mcp
- find_cocktails_in_movie (Find cocktails in a movie) - Find every cocktail that appears in a given film or TV show. Match is on the title or the scene description, so a character or actor works too — e.g. "Casablanca", "Bond", "Hemingway". Each result names the cocktail, the title, the year, and the scene. Endpoint: https://cocktail.glass/mcp
- find_makeable_cocktails (Find makeable cocktails) - Given the ingredients you have on hand, find every cocktail you can make completely — one where you already have all of its ingredients. Garnishes are treated as optional and plain water is assumed available. Returns two lists: "makeable" (drinks you can make now) and "almostMakeable" (drinks one ingredient short, each naming the missing ingredient). Both are ordered simplest drink first. Endpoint: https://cocktail.glass/mcp
- random_cocktail (Random cocktail) - Suggest a random cocktail and return its full recipe. Optionally restrict to a drink family. Endpoint: https://cocktail.glass/mcp

## Resources
Not captured

## Prompts
- cocktails_from_my_bar - Cocktails from my bar From a photo of your liquor cabinet — or a list of what you own — find every cocktail you can make right now. Arguments: notes

## Metadata
- Owner: glass.cocktail
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 21, 2026
- Source: https://registry.modelcontextprotocol.io
