Back to Home
mtnvencenzo icon

cezzis-com-cocktails-mcp

Verified Safe

by mtnvencenzo

Overview

Provides a Model Context Protocol (MCP) server that gives AI agents secure, first-class access to Cezzis.com cocktail data for searching, retrieving details, authenticating, and rating cocktails.

Installation

Run Command
docker run --restart=always -d --name cocktails-mcp -p 3001:7999 cocktails-mcp

Environment Variables

  • COCKTAILS_API_HOST
  • COCKTAILS_API_XKEY
  • AISEARCH_API_HOST
  • AISEARCH_API_XKEY
  • AUTH0_DOMAIN
  • AUTH0_CLIENT_ID
  • AUTH0_AUDIENCE
  • AUTH0_SCOPES
  • COSMOS_CONNECTION_STRING
  • COSMOS_ACCOUNT_ENDPOINT
  • COSMOS_DATABASE_NAME
  • COSMOS_CONTAINER_NAME
  • OTLP_ENDPOINT
  • OTLP_HEADERS
  • OTLP_INSECURE
  • OTLP_LOG_ENABLED
  • OTLP_TRACE_ENABLED
  • OTLPMETRICS_ENABLED
  • TLS_CERT_FILE
  • TLS_KEY_FILE
  • PORT
  • LOG_LEVEL
  • ENV

Security Notes

The server implements robust security practices, including: secrets management via environment variables and Azure Key Vault, OAuth 2.1 / OIDC authentication with Auth0 for end-users, and secure token storage in Azure CosmosDB. All telemetry is sent via OpenTelemetry. HTTP/HTTPS transport is supported, with TLS configuration available. A minor note is the explicit `InsecureSkipVerify` for TLS connections to CosmosDB when `ENV` is 'loc', which is acceptable for local development but must be prevented in production.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2026-01-19

Tags

AI AgentsMCPGoCocktail RecipesCloud-Native