Titanmind WhatsApp MCP

Titanmind WhatsApp MCP

A WhatsApp marketing and messaging service that handles both free-form messages (within 24-hour window) and template workflows for bulk messaging, supporting conversation management and template creation/registration.

Category
Visit Server

README

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 a active conversation.

This MCP utilizes Titanmind. Titanmind Account is a requirement to use this MCP.

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 and message 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

Install from PyPI

pip install titan-mind-whatsapp-mcp

Or use uv:

uv pip install titan-mind-whatsapp-mcp

Manual Installation

  1. Clone the repository:
git clone https://github.com/TitanmindAGI/titan-mind-whatsapp-mcp
cd titan-mind-whatsapp-mcp

2. Install dependencies:

pip install -e .
# Or
uv pip install -e .

3. Set the auth keys

export api-key="your-titanmind-api-key"
export bus-code="your-titanmind-business-code"

Usage

Run the service

In any MCP Client like Claude or Cursor, Titanmind whatsapp MCP config can be added following ways:

Remote Titanmind MCP server config

{
  "mcpServers": {
    "TitanMindMCP": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://mcp.titanmind.so/mcp/",
        "--header",
        "api-key:XXXXXXXXXXXXXXXXXXXXXXX",
        "--header",
        "bus-code:XXXXXX"
      ]
    }
  }
}

Local MCP project config

{
  "mcpServers": {
    "TitanMindMCP": {
      "type": "stdio",
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/path/titan-mind-mcp",
        "python",
        "main.py"
      ],
      "env": {
        "api-key": "XXXXXXXXXXXXXXXXXXXX",
        "bus-code": "XXXXXX"
      }
    }
  }
}

Python package Titanmind MCP

at https://pypi.org/project/titan-mind-whatsapp-mcp/0.1.0/

Development

For development:

git clone https://github.com/TitanmindAGI/titan-mind-whatsapp-mcp
cd titan-mind-whatsapp-mcp
uv sync

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

  1. 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

  2. Choose Messaging Method

    • Free-Form: Send directly if within 24-hour window

    • Template: Register and use approved template if outside window

  3. Template Approval Process (if needed)

    • Submit template for WhatsApp approval

    • Wait for approval confirmation

    • Template becomes available for bulk messaging

  4. Send Message

    • Execute message delivery using appropriate method

    • Monitor delivery status

  5. 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured