Cocktail Glass
Remote MCP server over a catalogue of 500 cocktail recipes.
An AI-readable cocktail database
cocktail.glass isn't only 500 recipes for people to read. The whole catalogue is built for machines too. Connect an AI agent over the Model Context Protocol, pull structured JSON, or read any page as Markdown. No API key, no sign-up, no rate limits.
Connect an AI agent over MCP
The fastest way in is the Model Context Protocol (MCP) server. It's a remote, stateless endpoint at https://cocktail.glass/mcp. Point any MCP client at it and five cocktail tools — plus a guided prompt — appear.
One click
Add to Cursor Add to VS Code
Claude Code
claude mcp add --transport http cocktail-glass https://cocktail.glass/mcp
Claude Desktop, or any MCP client
{
"mcpServers": {
"cocktail-glass": {
"url": "https://cocktail.glass/mcp"
}
}
}
That's it. No key to paste. The server exposes five read-only tools — search_cocktails, get_cocktail_recipe, find_cocktails_by_ingredient, find_makeable_cocktails, and random_cocktail — plus a cocktails_from_my_bar prompt.
What you can ask it
Five tools and a guided prompt cover the questions that come up around a home bar:
- “What can I make tonight?” Share the bottles you own — or a photo of your cabinet — and get back the cocktails you can make right now, plus the ones you're a single ingredient short of.
- “How do I make a Last Word?” A hands-free recipe reference while you're mixing: exact measures, glassware, steps, and garnish.
- “I bought a bottle of mezcal — now what?” Every cocktail that uses a spirit or liqueur you already own, so nothing gathers dust.
- “Suggest a few drinks for six guests.” Build a varied menu across styles, or get one random pick when you can't decide.
See it work
Ask your assistant a question in plain language and it picks the right tool. Here is a real exchange, end to end:
You ask “What can I make with Campari?”
The agent calls a tool
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "find_cocktails_by_ingredient",
"arguments": { "ingredient": "Campari" }
}
}
cocktail.glass returns
{
"count": 29,
"cocktails": [
{ "name": "Negroni", "category": "Classic", "url": "https://cocktail.glass/negroni/" },
{ "name": "Boulevardier", "category": "Classic", "url": "https://cocktail.glass/boulevardier/" },
{ "name": "Jungle Bird", "category": "Tiki", "url": "https://cocktail.glass/jungle-bird/" },
{ "name": "Americano", "category": "Classic", "url": "https://cocktail.glass/americano/" }
]
}
Four of 29 matches shown. MCP delivers the list as the text content of a standard tool result.
Your assistant answers “You have 29 options with Campari. The classics are the Negroni and Boulevardier, or a Jungle Bird for something tiki.”
Every result carries a real page URL, so the agent can link straight to the full recipe, with measures, steps, glassware, and garnish.
More ways in
Not every client speaks MCP. The same catalogue is open over plain HTTP:
/cocktails.json
The entire catalogue as one JSON file. All 500 cocktails, with ingredients, measures, and preparation steps.
Markdown content negotiation
Request any page with an Accept: text/markdown header and you get a clean Markdown rendering instead of HTML. It's far cheaper for an LLM to read.
/llms.txt
A structured Markdown map of the whole site, following the llmstxt.org convention.
WebMCP
Agents running inside the browser get the same five tools in-page through navigator.modelContext, with no connection step.
/.well-known/api-catalog · MCP server card
Machine-readable discovery documents (RFC 9727 and SEP-2127) so agents and registries can find all of the above on their own.
Everything here is read-only and free to use. Browse the recipes →
Related Servers
Zerion API MCP
Get onchain wallet data on Ethereum, Solana, and all major EVM chains
Octagon VC Agents
AI-driven venture capitalist agents powered by Octagon Private Markets' real-time intelligence.
VoicingLab
Jazz piano voicing intelligence — 10,674 voicings across 468 chords in 16 styles, voice-leading solver, and practice recommendations
MCP-Ambari-API
Automate Apache Ambari operations with AI/LLM: Natural language commands for Hadoop cluster management, service control, configuration monitoring, and real-time status tracking via Model Context Protocol (MCP) tools.
Map Traveler
A virtual travel environment for an avatar on Google Maps, utilizing various Google Maps and optional AI image generation APIs.
MCP Media Player
Control a media player via Home Assistant.
x402Geo
SEO & GEO (Generative Engine Optimization) for websites. Optimize for AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing). Includes Princeton GEO research methods for +40% AI visibility
CryptoConduit-MCP
About An MCP server that gives AI agents direct access to Polymarket Crypto prediction markets, enriched with live spot prices. Discover markets, analyze order books, paper trade strategies, track activity, and execute live trades.
Hidden Empire
Play a legendary text adventure by talking to your AI — no commands to memorize. The Hidden Empire puts a full underground world of puzzles, treasures, and trolls inside your conversation. Speak naturally: say 'head north,' 'grab the lantern,' or 'what am I carrying?' and your AI handles the rest. Execute multi-move plans in one shot, undo mistakes instantly, and save up to 20 named playthroughs you can resume from any session. Based on the MIT-licensed Zork I source, rebuilt from the ground up for AI-native play.
SkyLinkAPI MCP Server | Aviation Data MCP Server
Connect SkyLink API to Claude Desktop, Cursor, or any MCP client in under a minute. Ask about live flights, weather, NOTAMs, and ADS-B positions — your AI gets real data, not hallucinations.