cezzis-com-cocktails-mcp
Verified Safeby 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
docker run --restart=always -d --name cocktails-mcp -p 3001:7999 cocktails-mcpEnvironment 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
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
cursor-cloud-agent-mcp
This MCP server acts as a gateway, allowing AI assistants to interact with the Cursor Cloud Agents API to create, manage, and monitor automated tasks on GitHub repositories.
pipe-dream-mcp
Enables AI agents to securely interact with Microsoft Dataverse for querying, retrieving, and managing data.
mcp-server-guide
An MCP server that centralizes AI agent instructions, documentation, and guidelines to support an iterative and phased software development cycle, ensuring structured, collaborative, and high-quality outcomes.