Ceoitbox AI is the first WhatsApp Business API platform to integrate Model Context Protocol (MCP).
Connect powerful AI agents directly to your WhatsApp messaging workflows and automate message sending that was once manual.
Connect Ceoitbox to your AI assistants like Claude Desktop, OpenAi, Cursor, Visual Studio Code, WindSurf and send WhatsApp messages programmatically through the Model Context Protocol.
Transform your WhatsApp messaging with intelligent AI agents that handle message sending automatically
Let AI agents handle message sending automatically. Generate and send contextual WhatsApp messages through intelligent automation.
Send messages programmatically through AI agents. Perfect for customer support, notifications, and automated responses.
Connect your AI tools directly to WhatsApp messaging. MCP provides a standardized interface for sending messages.
MCP is a revolutionary protocol that allows AI agents to securely connect to external systems and APIs. With Ceoitbox AI, your AI assistants can now send WhatsApp messages directly through our messaging API in a simple and secure way.
Follow our comprehensive guide to connect the MCP
server to Claude and start sending WhatsApp messages through your AI assistant.
The Model Context Protocol (MCP) server provides a standardized interface that allows Claude to send WhatsApp messages through your Ceoitbox AI account in a simple and secure way.
Ceoitbox AI’s MCP server follows the authenticated remote MCP spec, so the server is centrally hosted and managed. Currently, the MCP server provides the send_message tool for automated WhatsApp messaging.
Note: Remote MCP connections are still early and may fail or require multiple attempts. If you experience issues, try restarting Claude or disabling and re-enabling the Snapto AI MCP server.
Follow these steps to access the configuration:
{
"mcpServers": {
"whatsapp-snapto": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.snapto.ai/mcp-server/sse",
"--header",
"x-api-key:your_api_key_here",
"--header",
"x-phone-id:your_phone_id_here"
]
}
}
}
Follow these steps to get your API key:
1. Go to
2. Copy existing API key or create a new one
Note: x-phone-id is only required when you have multiple phone numbers linked to your account. If you have only one phone number, this header can be omitted.
Follow these steps to get your Phone ID:
1. Go to
2. Copy the Phone ID value for the specific number you want to use
The MCP server uses environment variables for authentication. You’ll need to: