Gallabox MCP Server
@navayuvan-gallabox
A Model Context Protocol (MCP) server implementation for Gallabox WhatsApp APIs. This server acts as a middleware between MCP clients and the Gallabox API, providing a standardized interface for sending WhatsApp messages.
Overview
What is Gallabox MCP Server?
MCP Server for the Gallabox API, enabling interaction with WhatsApp messaging. It allows sending text, template, and interactive messages programmatically.
How to use Gallabox MCP Server?
Clone the repository and install dependencies with yarn. Then configure a claude_desktop_config.json file with your CHANNEL_ID, GALLABOX_API_KEY, and GALLABOX_API_SECRET, and restart Claude Desktop.
Key features of Gallabox MCP Server
- Send text messages via WhatsApp
- Send template messages with dynamic values
- Send interactive messages with reply buttons
- Provides confirmation with ID and status for each message
- Uses environment variables for API authentication
Use cases of Gallabox MCP Server
- Automate customer support notifications via WhatsApp
- Send personalized marketing or transactional templates
- Create interactive WhatsApp conversations with button-based flows
FAQ from Gallabox MCP Server
What tools does Gallabox MCP Server provide?
It provides three tools: sendTextMessage, sendTemplateMessage, and sendInteractiveMessage.
What are the required environment variables?
CHANNEL_ID, GALLABOX_API_KEY, and GALLABOX_API_SECRET are required.
How do I configure it with Claude Desktop?
Add a whatsapp entry to the mcpServers section of claude_desktop_config.json, pointing the command to your local server and setting the required environment variables.
What does sendInteractiveMessage require?
It requires recipient (name and phone), content, and an array of buttons with type, id, and title.
Can I send templates with custom values?
Yes. Use sendTemplateMessage with templateName and templateValues (an object of replacements).