Slotix MCP服务器
MCP(模型上下文协议)服务器 Slotix -人工智能驱动的预约管理。
该服务器允许AI助手 克劳德桌面版 和 ChatGPT 通过自然对话直接管理您的Slotix约会、客户和通知。
特性
- 约见:查看、创建、更新、取消和重新安排约会
- 客户:搜索和查看客户信息和历史记录
- 可用性:查看可用的预订时段
- 统计:获取业务见解(收入、预约、客户)
- 通知:通过Telegram或WhatsApp向客户发送消息
- 优惠券:创建并向客户发送带有二维码的折扣券
先决条件
- A. Slotix 具有活动订阅的帐户
- API密钥(在Slotix设置>API和集成中生成一个)
安装
克劳德桌面版
- 使用安装
uvx:
uvx slotixmcp- 通过编辑配置Claude Desktop
claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json 视窗: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"slotix": {
"command": "uvx",
"args": ["slotixmcp"],
"env": {
"SLOTIX_API_KEY": "sk_slotix_your_api_key_here"
}
}
}
}- 重新启动克劳德桌面
ChatGPT(开发者模式)
- 在ChatGPT设置中启用开发人员模式(需要Plus/Pro)
- 前往设置→ 连接器→ 高级设置→ 开发者模式
- 使用API密钥添加MCP服务器
直接安装(pip)
pip install slotixmcp配置
设置以下环境变量:
| 变量 | 必填 | 描述 |
|---|---|---|
SLOTIX_API_KEY | 是 | 您的Slotix API密钥(以 sk_slotix_) |
SLOTIX_API_URL | 无 | API URL(默认值: https://api.slotix.it) |
可用工具
| 工具 | 说明 |
|---|---|
get_profile | 获取您的专业个人资料信息 |
get_appointments | 使用可选的日期范围和状态筛选器获取约会 |
get_today_appointments | 获取今天的预约 |
get_week_appointments | 获取本周的预约 |
get_appointment | 获取特定预约的详细信息 |
create_appointment | 创建新约会 |
update_appointment | 更新现有约会 |
cancel_appointment | 取消预约 |
reschedule_appointment | 重新安排并可选择通知客户 |
get_clients | 通过可选搜索获取客户端列表 |
get_client | 获取详细的客户信息 |
get_availability | 获取可用时隙 |
get_stats | 获取业务统计数据 |
send_notification | 向客户端发送消息 |
create_coupon | 创建并向客户发送折扣券 |
对话示例
获取今天的日程安排:
“我今天有什么约会?”
重新安排预约:
“把马里奥·罗西的约会推迟到明天下午3点,让他知道”
检查客户端历史记录:
“给我看看客户Maria Bianchi的预约历史”
获取业务统计数据:
“我的月份怎么样?给我看看统计数据”
查找可用插槽:
“我下周什么时候有空?”
发送折扣券:
“为客户Mario Rossi创建10%折扣券”
发送固定金额的优惠券:
“向ID为42的客户发送5欧元优惠券”
发展
地方发展
# Clone the repository
git clone https://github.com/slotix/SlotixMCP.git
cd SlotixMCP
# Install dependencies
pip install -e .
# Run the server
SLOTIX_API_KEY=your_key python -m slotixmcp.serverMCP检验员测试
npx @modelcontextprotocol/inspector uvx slotixmcp______________________________________________________________________
发布到MCP商店
PyPI(必需 uvx 安装)
- 构建包:
pip install build twine
python -m build- 上传到PyPI:
# Test upload first
twine upload --repository testpypi dist/*
# Production upload
twine upload dist/*或使用 uv:
uv build
uv publishMCP.so(社区注册处)
- 首选 mcp.so
- 点击“提交服务器”
- 在表格中填写:
- 姓名: Slotix - 存储库: https://github.com/slotix/SlotixMCP - 描述:面向专业人士的人工智能预约管理
或者通过GitHub issue在他们的存储库上提交。
Smithery.ai
- 访问 史密斯艾
- 使用GitHub登录
- 提交您的MCP服务器存储库
- 填写元数据和示例
Glama.ai
- 首选 glama.ai/mcp/服务器
- 点击“提交服务器”
- 提供存储库URL和文档
人类学MCP目录(官方)
要求:
- 隐私政策可从您的网站访问
- 已验证的联系信息
- 技术支持可用性
- 具有有效证书的OAuth 2.0(适用于远程服务器)
- 3+工作示例用例
- 遵守 Anthropic MCP目录策略
流程:
- 确保您的服务器满足所有安全和隐私要求
- 用样本数据准备测试账户
- 通过提交 克劳德合伙人
- 等待审核(可能需要几周时间)
______________________________________________________________________
安全
- 永远不要公开共享您的API密钥
- API密钥可完全访问您的Slotix帐户
- 如果密钥被泄露,则撤销并重新生成密钥
- 使用环境变量,而不是硬编码密钥
支持
- 文档: docs.slotix.it
- 问题:
- 电子邮件: support@slotix.it
许可证
MIT许可证-请参阅 许可证 了解详情。
