← Registry

Content Tools

cocktail.glass

Provides search and retrieval of cocktail recipes and information.

1 endpoint7 known toolsFirst detected May 28, 2026Last detected August 29, 2026

ENDPOINT 1

https://cocktail.glass/mcp

No auth detected

MCP server metadata

Name
cocktail-glass
Version
1.1.0
Capabilities
toolsprompts
Server instructions

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_cocktails

Search the cocktail catalogue by name (substring, case- and diacritic-insensitive, so "carre" matches "Carré").

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
find_cocktails_by_ingredient

Find every cocktail in the catalogue that uses one specific ingredient.

Inferred read-only
find_cocktails_in_movie

Find every cocktail that appears in a given film or TV show.

Inferred read-only
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.

Inferred read-only
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, glassware, page URL, and any film or TV appearances.

Inferred read-only

CONNECT 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.

Trust status RestrictedContent

cocktail.glass is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.