This repository contains the Go-based MCP server for Cezzis.com cocktails. It exposes a streamable HTTP MCP interface that lets MCP clients search
If you already use Cezzis Com Cocktails MCP, the cezzis com cocktails mcp mcp server is the piece that lets your assistant work with it directly. This repository contains the Go-based MCP server for Cezzis.com cocktails. It exposes a streamable HTTP MCP interface that lets MCP clients search cocktail data, retrieve cocktail details, authenticate against Auth0, and submit user.
The server is an integration layer, not the source of cocktail data. It registers MCP tools, forwards requests to the upstream Cocktails, AI Search, and Accounts APIs, stores authentication tokens in PostgreSQL per MCP session, and emits telemetry through OpenTelemetry.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
search_cocktails — Searches cocktail data using the upstream AI Search APIget_cocktail — Returns detailed cocktail data for a specific cocktail IDconvert_to_plaintext — Converts markdown or HTML-rich content into plain textauthentication_login_flow — Starts the Auth0 device login flowauth_status — Returns the authentication state for the current MCP sessionauthentication_logout_flow — Clears tokens for the current MCP sessioncocktail_rate — Submits a cocktail rating for an authenticated userPrerequisites — The Prerequisites tool exposed by this serverConfiguration is passed through the environment: COCKTAILS_API_HOST, ACCOUNTS_API_HOST, AISEARCH_API_HOST, AUTH0_NATIVE_CLIENT_ID, CEZZIS_BASE_URL, POSTGRES_HOST. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Cezzis Com Cocktails MCP's toolset — search_cocktails, get_cocktail, convert_to_plaintext and 5 more — is a fair guide to whether it matches your workflow. It is maintained by mtnvencenzo; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Cezzis Com Cocktails MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| search_cocktails | Searches cocktail data using the upstream AI Search API |
| get_cocktail | Returns detailed cocktail data for a specific cocktail ID |
| convert_to_plaintext | Converts markdown or HTML-rich content into plain text |
| authentication_login_flow | Starts the Auth0 device login flow |
| auth_status | Returns the authentication state for the current MCP session |
| authentication_logout_flow | Clears tokens for the current MCP session |
| cocktail_rate | Submits a cocktail rating for an authenticated user |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| COCKTAILS_API_HOST | Endpoint or connection string the server talks to. | Optional |
| ACCOUNTS_API_HOST | Endpoint or connection string the server talks to. | Optional |
| AISEARCH_API_HOST | Endpoint or connection string the server talks to. | Optional |
| AUTH0_NATIVE_CLIENT_ID | Configuration value read at startup. | Optional |
| CEZZIS_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| POSTGRES_HOST | Endpoint or connection string the server talks to. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.