MCP Server for Slotix - AI-powered appointment management integration
Project description
Slotix MCP Server
MCP (Model Context Protocol) server for Slotix - AI-powered appointment management.
This server allows AI assistants like Claude Desktop and ChatGPT to manage your Slotix appointments, clients, and notifications directly through natural conversation.
Features
- Appointments: View, create, update, cancel, and reschedule appointments
- Clients: Search and view client information and history
- Availability: Check available time slots for booking
- Statistics: Get business insights (revenue, appointments, clients)
- Notifications: Send messages to clients via Telegram or WhatsApp
Prerequisites
- A Slotix account with an active subscription
- An API key (generate one in Slotix Settings > API & Integrations)
Installation
Claude Desktop
- Install using
uvx:
uvx slotixmcp
- Configure Claude Desktop by editing
claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"slotix": {
"command": "uvx",
"args": ["slotixmcp"],
"env": {
"SLOTIX_API_KEY": "sk_slotix_your_api_key_here"
}
}
}
}
- Restart Claude Desktop
ChatGPT (Developer Mode)
- Enable Developer Mode in ChatGPT settings (requires Plus/Pro)
- Go to Settings → Connectors → Advanced Settings → Developer Mode
- Add the MCP server with your API key
Direct Installation (pip)
pip install slotixmcp
Configuration
Set the following environment variables:
| Variable | Required | Description |
|---|---|---|
SLOTIX_API_KEY |
Yes | Your Slotix API key (starts with sk_slotix_) |
SLOTIX_API_URL |
No | API URL (default: https://api.slotix.it) |
Available Tools
| Tool | Description |
|---|---|
get_profile |
Get your professional profile information |
get_appointments |
Get appointments with optional date range and status filter |
get_today_appointments |
Get today's appointments |
get_week_appointments |
Get this week's appointments |
get_appointment |
Get details of a specific appointment |
create_appointment |
Create a new appointment |
update_appointment |
Update an existing appointment |
cancel_appointment |
Cancel an appointment |
reschedule_appointment |
Reschedule and optionally notify the client |
get_clients |
Get list of clients with optional search |
get_client |
Get detailed client information |
get_availability |
Get available time slots |
get_stats |
Get business statistics |
send_notification |
Send a message to a client |
Example Conversations
Get today's schedule:
"What appointments do I have today?"
Reschedule an appointment:
"Move Mario Rossi's appointment to tomorrow at 3pm and let him know"
Check client history:
"Show me the appointment history for client Maria Bianchi"
Get business stats:
"How was my month? Show me the statistics"
Find available slots:
"When am I free next week?"
Development
Local Development
# 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.server
Testing with MCP Inspector
npx @modelcontextprotocol/inspector uvx slotixmcp
Publishing to MCP Stores
PyPI (Required for uvx installation)
- Build the package:
pip install build twine
python -m build
- Upload to PyPI:
# Test upload first
twine upload --repository testpypi dist/*
# Production upload
twine upload dist/*
Or using uv:
uv build
uv publish
MCP.so (Community Registry)
- Go to mcp.so
- Click "Submit Server"
- Fill in the form with:
- Name:
Slotix - Repository:
https://github.com/slotix/SlotixMCP - Description: AI-powered appointment management for professionals
- Name:
Or submit via GitHub issue on their repository.
Smithery.ai
- Visit smithery.ai
- Sign in with GitHub
- Submit your MCP server repository
- Fill in the metadata and examples
Glama.ai
- Go to glama.ai/mcp/servers
- Click "Submit Server"
- Provide repository URL and documentation
Anthropic MCP Directory (Official)
Requirements:
- Privacy policy accessible from your website
- Verified contact information
- Technical support availability
- OAuth 2.0 with valid certificates (for remote servers)
- 3+ working example use cases
- Compliance with Anthropic MCP Directory Policy
Process:
- Ensure your server meets all security and privacy requirements
- Prepare test account with sample data
- Submit via Claude Partners
- Wait for review (can take several weeks)
Security
- Never share your API key publicly
- The API key provides full access to your Slotix account
- Revoke and regenerate keys if compromised
- Use environment variables, not hardcoded keys
Support
- Documentation: docs.slotix.it
- Issues: GitHub Issues
- Email: support@slotix.it
License
MIT License - see LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file slotixmcp-0.1.0.tar.gz.
File metadata
- Download URL: slotixmcp-0.1.0.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4500a291c8e33792060b1348d2b3aa83b4c4f1001d02a2bd051b9ce58b40fadf
|
|
| MD5 |
966fdbee932eb04a15ccd5db5c55982d
|
|
| BLAKE2b-256 |
37becc011714e31e51160d0f9588d72eb2b1889f38e45910b433207721aa486b
|
File details
Details for the file slotixmcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: slotixmcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
464a0257c6821aa8c6017a8d1c2942f946d6b89032718b8316acfd8bf90ed265
|
|
| MD5 |
0d7019e1ee59128a527ebb1efe27e35b
|
|
| BLAKE2b-256 |
eeb1b83cf1f870262fdd7413d441802cd7b4a4316e2d21306bb99e991ec4a925
|