Skip to content
Back to search
100
MCP live v1.0.0 MCP 2026-07-28 streamable-http

Cocktail Glass

glass.cocktail/cocktail-glass

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

Uptime
100.0%
2 direct probes · 30d
Response
194ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
1
available

Tools · 7

search_cocktails

Search the cocktail catalogue by name (substring, case- and diacritic-insensitive, so "carre" matches "Carré"). Returns up to 25 summary results — name, page URL, family, glassware — ranked exact matc…

list_cocktails

List the whole catalogue: every cocktail as a summary (name, page URL, family, glassware), in catalogue order, optionally restricted to one drink family. Unlike search_cocktails and find_cocktails_by_…

get_cocktail_recipe

Get the full recipe for one cocktail by name: ingredients with measures and units, preparation steps, garnish, glassware, family, page URL, and any film or TV appearances. Matching is case- and diacri…

find_cocktails_by_ingredient

Find every cocktail in the catalogue that uses one specific ingredient. Matching is a case- and diacritic-insensitive substring match against each cocktail's ingredient names, so "gin" will also match…

find_cocktails_in_movie

Find every cocktail that appears in a given film or TV show. Case- and diacritic-insensitive substring match against both the title and the scene description, so a character or actor works too — e.g. …

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 av…

random_cocktail

Suggest one cocktail picked uniformly at random from the catalogue (or from one family if "family" is given) and return its full recipe — ingredients with measures, preparation steps, garnish, glasswa…

Prompts · 1

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "cocktail_glass": {
      "url": "https://cocktail.glass/mcp",
      "transport": "streamable-http"
    }
  }
}