cezzis-com-cocktails-mcp
by mtnvencenzo·★ 0·综合分 36
Cezzis.com 鸡尾酒 Go 语言 MCP 服务器,提供搜索鸡尾酒和管理用户认证功能。
概述
这是一个结构良好的 Go 语言 MCP 服务器,作为 Cezzis.com 鸡尾酒平台的集成层。它提供可流式传输的 HTTP MCP 接口,允许客户端搜索鸡尾酒、获取详细信息,并通过 Auth0 设备流管理用户认证。该服务器包含生产就绪功能,如健康检查端点、OpenTelemetry 可观测性以及 Kubernetes 和 Terraform 的部署配置。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
什么时候选它
当您需要将鸡尾酒发现和评分功能集成到您的MCP客户端时,特别是如果您已经在使用或计划使用Cezzis平台,请选择此服务器。
什么时候不要选它
如果您需要一个没有外部依赖的独立解决方案,不使用Cezzis平台,或需要开源许可证(这是专有软件),请不要选择此服务器。
此 server 暴露的工具
从 README 抽取出 7 个工具search_cocktailsSearches cocktail data using the upstream AI Search API
get_cocktailReturns detailed cocktail data for a specific cocktail ID
convert_to_plaintextConverts markdown or HTML-rich content into plain text
authentication_login_flowStarts the Auth0 device login flow
auth_statusReturns the authentication state for the current MCP session
authentication_logout_flowClears tokens for the current MCP session
cocktail_rateSubmits a cocktail rating for an authenticated user
可对比工具
安装
安装
- **先决条件**:
- Go 1.25.1+ - PostgreSQL - 上游 API 凭据
- **配置环境**:
在 cocktails.mcp/src 目录创建 .env 文件并添加必要的凭据 ``env PORT=7999 ENV=loc COCKTAILS_API_HOST=https://your-host/cocktails # ... 其他环境变量 ``
- **构建并运行**:
``bash make compile ./cocktails.mcp/dist/linux/cezzis-cocktails ``
- **Claude Desktop 配置**:
在 claude_desktop_config.json 中添加: ``json { "mcpServers": { "cezzis-cocktails": { "command": "./cocktails.mcp/dist/linux/cezzis-cocktails", "args": [] } } } ``
cezzis-com-cocktails-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。