Content Tools
cocktail.glass
Provides search and retrieval of cocktail recipes and information.
ENDPOINT 1
https://cocktail.glass/mcp
MCP server metadata
- Name
- cocktail-glass
- Version
- 1.1.0
Tools for cocktail.glass — a catalogue of 500 cocktail recipes. Use search_cocktails to find drinks by name, list_cocktails to browse the whole catalogue (or one family), get_cocktail_recipe for a full recipe, find_cocktails_by_ingredient to search by a single ingredient, find_cocktails_in_movie to find drinks featured in a film or TV show, find_makeable_cocktails to find drinks you can make from a set of ingredients you have, and random_cocktail for a suggestion. The cocktails_from_my_bar prompt turns a photo of a home bar into a list of makeable cocktails.
Known tools 7
search_cocktailsSearch the cocktail catalogue by name (substring, case- and diacritic-insensitive, so "carre" matches "Carré").
Inferred read-onlylist_cocktailsList the whole catalogue: every cocktail as a summary (name, page URL, family, glassware), in catalogue order, optionally restricted to one drink family.
Inferred read-onlyget_cocktail_recipeGet 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.
Inferred read-onlyfind_cocktails_by_ingredientFind every cocktail in the catalogue that uses one specific ingredient.
Inferred read-onlyfind_cocktails_in_movieFind every cocktail that appears in a given film or TV show.
Inferred read-onlyfind_makeable_cocktailsGiven the ingredients you have on hand, find every cocktail you can make completely — one where you already have all of its ingredients.
Inferred read-onlyrandom_cocktailSuggest 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, glassware, page URL, and any film or TV appearances.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cocktail-glass]
url = "https://cocktail.glass/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cocktail-glass": {
"type": "http",
"url": "https://cocktail.glass/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cocktail-glass
Remote MCP URL: https://cocktail.glass/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cocktail-glass": {
"url": "https://cocktail.glass/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cocktail-glass": {
"type": "http",
"url": "https://cocktail.glass/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cocktail-glass",
"transport": "streamable-http",
"url": "https://cocktail.glass/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cocktail.glass was fetched 2026-09-22T05:10:30.608Z.
cocktail.glass is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.