← cocktail.glass

INDIVIDUAL MCP TOOL

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.

cocktail.glassnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

cocktail.glass

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.

Related tools

  • search_cocktails — Search the cocktail catalogue by name (substring, case- and diacritic-insensitive, so "carre" matches "Carré").
  • 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.
  • find_cocktails_by_ingredient — Find every cocktail in the catalogue that uses one specific ingredient.
  • find_cocktails_in_movie — Find every cocktail that appears in a given film or TV show.
  • 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.
  • 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.