Provides WhatsApp marketing and messaging capabilities through Titanmind, including conversation management, template creation and registration, template broadcasting to phone numbers in bulk, and sending/receiving messages in active conversations.
Titanmind WhatsApp MCP
A WhatsApp marketing and messaging tool MCP (Model Control Protocol) service using Titanmind. Handles free-form messages (24hr window) and template workflows automatically
Overview
This service provides all the WhatsApp marketing and messaging functionalities using Titanmind. Includes features like template creation and registration with all components header, body, CTAs.., template broadcast to phone numbers in bulk. Read and send messages in an active conversation.
This MCP utilizes Titanmind. Titanmind Account is a requirement to use this MCP.
Titanmind enhances WhatsApp communication by providing powerful features such as conversation management, scheduling, agentic conversations, content generation etc.
Features
Conversation Management
Get Recent Conversations
- Retrieve all conversations with messages sent or received in the last 24 hours
- Returns conversation data with recent activity
Get Conversation Messages
- Fetch all messages from a specific conversation
- Requires:
conversation_id
(alphanumeric conversation identifier)
Send WhatsApp Message
- Send a message to an existing WhatsApp conversation
- Requires:
conversation_id
andmessage
content
Template Management
Create Message Template
- Register new WhatsApp message templates for approval
- Configure template name (single word, underscores allowed only)
- Set language (default: "en") and category (MARKETING, UTILITY, AUTHENTICATION)
- Structure message components including:
- BODY (required): Main text content
- HEADER (optional): TEXT, VIDEO, IMAGE, or DOCUMENT format
- FOOTER (optional): Footer text
- BUTTONS (optional): QUICK_REPLY, URL, or PHONE_NUMBER actions
Get Templates
- Retrieve all created templates with approval status
- Optional filtering by template name
Send Bulk Messages
- Send messages to multiple phone numbers using approved templates
- Requires:
template_id
and list of contacts - Contact format: country code alpha (e.g., "IN"), country code (e.g., "91"), and phone number
Installation
Prerequisites
- Python 3.10 or higher
- API Key and Business Code from Titanmind
Usage with MCP Client
In any MCP Client like Claude or Cursor, Titanmind whatsapp MCP config can be added following ways:
Using Titanmind WhatsApp MCP Python package
1. Install pipx to install the python package globally
2. Set the MCP Config python package script in the MCP Client's MCP Configs Json file.
Use Remote Titanmind MCP server config
1. Make sure npx is installed in the system
2. Then just add the MCP config
Use local python project config
1. First Setup project using instructions mentioned in the Setup Project section.
2. Then add the MCP config
Manual Installation for custom purpose or development
Install package from PyPI for package use
Or use uv
:
Setup Project for development use
1. Clone the repository:
2. Install dependencies:
3. Set the auth keys
How it Works
TitanMind's WhatsApp messaging system operates under two distinct messaging modes based on timing and conversation status:
Free-Form Messaging (24-Hour Window)
- When Available: Only after a user has sent a message within the last 24 hours
- Content Freedom: Any content is allowed without pre-approval
- Use Case: Ongoing conversations and immediate responses
Template Messaging (Outside 24-Hour Window)
- When Required: For new conversations or when the 24-hour window has expired
- Content Structure: Pre-approved, structured message templates only
- Use Case: Initial outreach and re-engagement campaigns
Messaging Workflow Process
- Check Messaging Window Status
- Verify if receiver's phone number is within the free-form messaging window
- A receiver is eligible for free-form messaging if:
- A conversation with their phone number already exists AND
- The receiver has sent a message within the last 24 hours
- Choose Messaging Method
- Free-Form: Send directly if within 24-hour window
- Template: Register and use approved template if outside window
- Template Approval Process (if needed)
- Submit template for WhatsApp approval
- Wait for approval confirmation
- Template becomes available for bulk messaging
- Send Message
- Execute message delivery using appropriate method
- Monitor delivery status
- Verify Delivery
- Check conversation to confirm receiver successfully received the message
- Track message status and engagement
Usage Notes
- All tools integrate with Titanmind's WhatsApp channel messaging functionality
- Templates require approval before they can be used for bulk messaging
- For more help contact us through https://www.titanmind.so/
License
MIT License - See LICENSE file
This server cannot be installed
A WhatsApp marketing and messaging service that handles both free-form messages and template workflows, enabling conversation management, template creation/broadcasting, and bulk messaging capabilities.
Related MCP Servers
- -securityAlicense-qualityA Node.js application that connects WhatsApp Web with AI models through the Model Context Protocol, enabling automated messaging, contact management, and group chat functionality through AI-driven workflows.Last updated -1918TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that connects your personal WhatsApp account to AI agents like Claude, enabling them to search messages, view contacts, retrieve chat history, and send messages via WhatsApp.Last updated -16TypeScript
- TypeScriptMIT License
- -security-license-qualityA simple server that enables AI models to send WhatsApp messages via the Twilio API by exposing a send\_whatsapp tool through the FastMCP framework.Last updated -Python