# WhatsApp Message Sender MCP

> The WhatsApp Message Sender MCP lets your AI agents send simple text messages directly to any WhatsApp number using Meta's official Cloud API. It’s a secure, one-way communication bridge for sending automated alerts, confirmations, or status updates without needing complex chatbots or full inbox access.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Tags:** messaging, notifications, api-integration, customer-engagement, alerts, webhook

## Description

You don't need a complicated chatbot system just to tell a customer their order shipped. This MCP gives your agent something much simpler: the ability to send a pure text message via WhatsApp. Your AI client can drop payment confirmations, emergency alerts, or simple status updates straight into a user’s chat, bridging a gap between your internal systems and one of the world's biggest messaging platforms.

Because this tool is strictly for sending messages using Meta’s official API endpoint, it operates like a secure megaphone. Your agent can fire off an alert without ever having to read or reply to anything in the user's inbox. You connect this MCP through Vinkius and your AI client gets immediate access to direct customer communication. This makes it perfect for operational tasks—when an agent processes an order, it doesn't just log it; it immediately pings the user on WhatsApp with the outcome.

## Tools

### send_whatsapp_message
Sends a direct text message to a specified WhatsApp number using the Meta Cloud API. Note that sending outside of the 24-hour service window requires pre-approved templates.

## Prompt Examples

**Prompt:** 
```
Send a WhatsApp message to 5511999999999 saying that their order is out for delivery.
```

**Response:** 
```
I've successfully dispatched the WhatsApp message.
```

## Capabilities

### Send Status Alerts
Your AI client can send simple text messages to customers when a specific process finishes, like an order being shipped or an account being updated.

### Confirm Payments and Orders
The agent sends automated alerts confirming successful payments or providing details about completed transactions directly through WhatsApp.

### Broadcast Emergency Notifications
You can use your AI client to dispatch immediate, time-sensitive messages to a group of users for critical updates or warnings.

## Use Cases

### Order Status Update
A customer asks their agent, 'Where's my stuff?' The agent doesn't have to open a tracking portal; it calls the tool and sends WhatsApp message saying that the package is out for delivery.

### Payment Confirmation
An accounting system completes a transaction. Instead of waiting for manual email confirmation, the agent uses this MCP to send an immediate 'Your payment went through' text alert.

### System Failure Alert
A monitoring tool detects a critical service outage. The operations team feeds that data into their workflow, and the agent sends out an emergency WhatsApp message to all affected users.

## Benefits

- Immediate Customer Reach: When an agent finishes processing a request, it sends the outcome directly on WhatsApp. No more waiting for emails to be read.
- Pure Containment: This MCP only allows sending messages; your AI client cannot read replies or mess with business settings. It's secure and strictly one-way.
- Zero Integration Bloat: You skip massive SDKs. The tool uses the direct REST API endpoint, keeping your setup lean and focused purely on delivery.
- Operational Clarity: Instead of relying on ticket status changes, you send a concrete alert that confirms action taken—like an order processing completion.
- Reliable Notifications: It handles critical alerts like payment confirmations or service downtime notices through the most widely used messaging app available.

## How It Works

The bottom line is that you tell your AI client what to send and where, and it handles the secure delivery using WhatsApp’s established communication channel.

1. First, you connect your preferred AI client to the WhatsApp Message Sender MCP on Vinkius.
2. Next, instruct your agent what needs to be sent (the message body) and who it goes to (the destination phone number).
3. The agent executes the necessary tool call, sending the text through the official Meta API instantly.

## Frequently Asked Questions

**Can the WhatsApp Message Sender MCP read my replies?**
No. This MCP is strictly a sending tool. Your AI client can only dispatch messages; it cannot access your inbox, view conversation history, or reply to incoming messages.

**What format must the destination number be for send_whatsapp_message?**
The phone number must be provided in E.164 format and crucially, without any plus signs (e.g., 5511999999999). Always verify the recipient's number before sending.

**Is this MCP suitable for marketing campaigns?**
Because it's a pure sender, it can be used for targeted alerts. However, remember that Meta requires pre-approved templates for bulk messaging outside of the 24-hour window.

**How is this MCP different from using an email API?**
Unlike email APIs, which require recipients to check their inbox, this sends a notification directly into WhatsApp. It's better for time-sensitive alerts where immediate visibility matters most.

**Can the agent read incoming WhatsApp replies with this?**
No. This MCP utilizes the REST API strictly for creating new messages. It does not configure or expose incoming webhooks, meaning it acts strictly as a one-way notification megaphone. It cannot see your customer's replies.

**Why are some messages failing to send?**
The Meta WhatsApp Cloud API has a strict 24-hour service window. If you are sending a free-form text message to a user who hasn't messaged you in the last 24 hours, the API will block it unless you use a pre-approved Message Template. Ensure you are within the 24-hour window for free-form replies.