Skip to main content

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:

  1. You authorize Voka AI to access your platform (Acuity, Square, etc.)
  2. Voka AI's MCP server establishes a secure connection
  3. Your AI assistant can query availability and book appointments
  4. 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

FeatureMCP ServerDirect API
SetupOne-click connectManual API configuration
MaintenanceHandled by Voka AIYou maintain it
SecurityBuilt-in OAuthYou implement it
UpdatesAutomaticManual updates required
Custom ToolsYes (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

2. Install Third-Party MCP Servers

3. Build Custom MCP Servers


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)