What is MCP?
MCP (Model Context Protocol) is an open protocol that enables AI assistants to securely connect to external data sources and tools. Think of it as a universal adapter that lets your AI assistant communicate with different business systems.
How MCP Works
MCP provides a standardized way for AI models to:
- Query databases and business systems
- Execute actions (book appointments, create records)
- Access real-time information
- Integrate with third-party platforms
Instead of building custom integrations for each platform, MCP provides a common protocol that works across different systems.
Voka AI MCP Server
Voka AI operates an MCP server at mcp.vokaai.com that provides pre-built integrations for popular business platforms.
Supported Platforms
The Voka AI MCP Server currently supports:
Booking & Scheduling:
- Acuity Scheduling - Full appointment booking and calendar management
- Square Appointments - Calendar sync and booking
- Jobber - Work order and job scheduling
- Housecall Pro - Service appointment scheduling
Wellness & Fitness:
- MindBody - Class bookings and membership management
Coming Soon:
- ServiceTitan - Complete home services management platform
How It Works
When you connect an integration in Voka AI:
- You authorize Voka AI to access your platform (Acuity, Square, etc.)
- Voka AI's MCP server establishes a secure connection
- Your AI assistant can query availability and book appointments
- All data is transmitted securely via the MCP protocol
Example conversation flow:
Customer: "I need to book a haircut for Tuesday."
Assistant: [Queries MCP server for Acuity availability]
Assistant: "I have 2pm and 4pm available on Tuesday. Which works better?"
Customer: "2pm works."
Assistant: [Books appointment via MCP server]
Assistant: "You're confirmed for Tuesday at 2pm!"
Benefits of MCP
For Users:
- ✅ No complex API setup required
- ✅ Connect with one-click authorization
- ✅ Real-time data sync
- ✅ Secure, standardized protocol
For Developers:
- ✅ Universal protocol works across platforms
- ✅ Reduced integration maintenance
- ✅ Built-in security and authentication
- ✅ Extensible for custom integrations
MCP vs Direct API Integration
| Feature | MCP Server | Direct API |
|---|---|---|
| Setup | One-click connect | Manual API configuration |
| Maintenance | Handled by Voka AI | You maintain it |
| Security | Built-in OAuth | You implement it |
| Updates | Automatic | Manual updates required |
| Custom Tools | Yes (via custom MCP) | Yes (via webhooks) |
Recommendation: Use Voka AI's MCP server for supported platforms. Build custom MCP servers only for specialized needs.
Getting Started
1. Connect a Pre-Built Integration
- Go to Integrations in your dashboard
- Select Acuity, Square, Jobber, etc.
- Click Connect and authorize
- View integration guide →
2. Install Third-Party MCP Servers
- Install community-built MCP servers
- Configure in your assistant settings
- Installation guide →
3. Build Custom MCP Servers
- Create your own MCP integrations
- Connect proprietary systems
- Custom MCP guide →
Security & Privacy
The Voka AI MCP server:
- ✅ Uses OAuth 2.0 for authorization
- ✅ Encrypts all data in transit (TLS)
- ✅ Only accesses data you explicitly authorize
- ✅ Does not store your platform credentials
- ✅ Can be revoked anytime from your dashboard
Your data never leaves the secure MCP connection between Voka AI and your business platform.
Technical Details
Protocol: Open standard MCP specification Server: mcp.vokaai.com Authentication: OAuth 2.0 Transport: HTTPS with TLS 1.3 Rate Limits: Vary by platform (handled automatically)