MCP Catalogs
Homecezzis-com-cocktails-mcp screenshot

cezzis-com-cocktails-mcp

by mtnvencenzo·0·Score 36

Go-based MCP server for Cezzis.com cocktails that exposes tools for searching cocktails and managing user authentication.

productivityfood-beverageai-llm
1
Forks
1
Open issues
this month
Last commit
1d ago
Indexed

Overview

This is a well-structured MCP server written in Go that serves as an integration layer for the Cezzis.com cocktail platform. It exposes streamable HTTP MCP interface allowing clients to search cocktails, retrieve detailed information, and manage user authentication through Auth0 device flow. The server includes production-ready features like health endpoints, observability with OpenTelemetry, and deployment configurations for Kubernetes and Terraform.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:AI assistants helping mixologists discover new cocktail recipes
you:Personalized cocktail recommendations based on user preferences
you:Automated cocktail database management for bars and restaurants

When to choose this

Choose this server when you need to integrate cocktail discovery and rating capabilities into your MCP client, especially if you're already using or planning to use the Cezzis platform.

When NOT to choose this

Don't choose this server if you need a self-contained solution without external dependencies, if you're not using the Cezzis platform, or if you require an open-source license (this is proprietary software).

Tools this server exposes

7 tools extracted from the README
  • 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

Comparable tools

web-scraping-mcpapi-integration-mcpgeneral-llm-tools

Installation

Installation

  1. **Prerequisites**:

- Go 1.25.1+ - PostgreSQL - Upstream API credentials

  1. **Configure environment**:

Create .env file in cocktails.mcp/src with required credentials ``env PORT=7999 ENV=loc COCKTAILS_API_HOST=https://your-host/cocktails # ... other env vars ``

  1. **Build and run**:

``bash make compile ./cocktails.mcp/dist/linux/cezzis-cocktails ``

  1. **For Claude Desktop**:

Add to claude_desktop_config.json: ``json { "mcpServers": { "cezzis-cocktails": { "command": "./cocktails.mcp/dist/linux/cezzis-cocktails", "args": [] } } } ``

Compare cezzis-com-cocktails-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.