WhatsApp Business Connector for AI agents.
9 live capabilities
Manage customer conversations and send rich media directly through your AI client.
Waiting for input…
Why people use WhatsApp Business
WhatsApp Business for Automated Customer Support
This Connector lets your AI agent take over the heavy lifting. Your agent can grab the info it needs and send out text messages, media, or even location pins automatically. You get a system that handles the grunt work while you just monitor the results.
What Vinkius changes
It turns your AI into a direct operator for your WhatsApp Business account.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Appointment Confirmation
An agent sends a text message to confirm a time and then follows up with a location pin so the customer knows exactly where to go.
- Real-world use case 02
Product Demo Delivery
A sales rep asks their agent to send a video via send_media_message to a lead who wants to see the product in action.
- Real-world use case 03
Survey Follow-up
A marketing manager uses send_quick_reply_buttons to ask for feedback on a recent purchase, making it easy for users to respond.
Complete set · 9capabilities
The complete WhatsApp Business capability set.
These are the exact actions your AI can choose when you ask it to work with WhatsApp Business.
01—03
3 capabilities in this set.
Part of 9 available through WhatsApp Business.
- 01 Capability
Mark as read
Updates a message status to read using its raw wamid ID. Use this to clear notifications as the agent processes them.
- 02 Capability
Send quick reply buttons
Dispatches a message block with up to three custom buttons for user navigation. This reduces the need for users to type.
- 03 Capability
Send template message
Sends a pre-approved Meta template to start or resume a conversation. This is required for initiating new chats.
04—06
3 capabilities in this set.
Part of 9 available through WhatsApp Business.
- 04 Capability
Send text message
Sends a plain text message to a user's phone number in E.164 format. Use this for standard conversational replies.
- 05 Capability
Get business profile
Pulls your current WhatsApp Business profile details for the agent to reference. This helps the agent stay on brand.
- 06 Capability
Send media message
Sends images, videos, or documents via a public URL to a specific recipient. It's great for sending demos or receipts.
07—09
3 capabilities in this set.
Part of 9 available through WhatsApp Business.
- 07 Capability
Send contact card
Shares a contact card containing a name and phone number with a user. This helps users save your business info quickly.
- 08 Capability
Send location pin
Sends a physical map pin with specific coordinates to a customer's phone. This works well for sharing store locations.
- 09 Capability
Send emoji reaction
Adds an emoji reaction to a specific incoming message ID. It's a simple way for the agent to acknowledge user input.
Set up in minutes
One URL. Then ask WhatsApp Business to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use WhatsApp Business from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_giwxrZxzWscU0kN8TCKoVdyL6yiTSfXN5TCsajqw/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it WhatsApp Business, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable WhatsApp Business for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_giwxrZxzWscU0kN8TCKoVdyL6yiTSfXN5TCsajqw/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the WhatsApp Business URL.
- Step 03
Save and start
Save the connection and enable WhatsApp Business in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"whatsapp-business": {
"url": "https://edge.vinkius.com/vk_preview_giwxrZxzWscU0kN8TCKoVdyL6yiTSfXN5TCsajqw/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using WhatsApp Business
Open Agent mode in chat and ask: "Using WhatsApp Business, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"whatsapp-business": {
"url": "https://edge.vinkius.com/vk_preview_giwxrZxzWscU0kN8TCKoVdyL6yiTSfXN5TCsajqw/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using WhatsApp Business
Ask Copilot: "Using WhatsApp Business, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"whatsapp-business": {
"url": "https://edge.vinkius.com/vk_preview_giwxrZxzWscU0kN8TCKoVdyL6yiTSfXN5TCsajqw/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using WhatsApp Business
Open Cascade and ask: "Using WhatsApp Business, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"whatsapp-business": {
"url": "https://edge.vinkius.com/vk_preview_giwxrZxzWscU0kN8TCKoVdyL6yiTSfXN5TCsajqw/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using WhatsApp Business
Ask Cline: "Using WhatsApp Business, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add whatsapp-business --transport http "https://edge.vinkius.com/vk_preview_giwxrZxzWscU0kN8TCKoVdyL6yiTSfXN5TCsajqw/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using WhatsApp Business
Ask Claude: "Using WhatsApp Business, show me...". 9 tools are ready
Where the request belongs
Work WhatsApp Business can move forward.
This is for the customer support lead drowning in tickets, the sales rep who needs to send demos faster, and the ops manager who wants to automate logistics updates.
Customer Support Lead
Handles high-volume inquiries by letting an agent send docs and location pins automatically.
Sales Representative
Follows up with leads by sending product videos and approved templates via chat.
Marketing Manager
Sends out notification broadcasts and tracks template delivery status for campaigns.
Operations Coordinator
Shares logistics info and uses buttons to get rapid confirmations from drivers or users.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWA Smart Business
Scale your WhatsApp business communication with chatbots, bulk messaging, and team inbox features for growing companies.
Wati
Send WhatsApp messages at scale with official API access, chatbot automation, and shared team inbox for business conversations.
QuickReply.ai
Automate WhatsApp marketing and customer engagement via QuickReply.ai. trigger journeys, send templates, and manage session messages directly from your AI agent.
360dialog
Send WhatsApp messages at scale, manage templates, and track delivery with the official 360dialog Business API integration.
WSLA (WhatsApp)
Send WhatsApp messages, templates, and reactions via AI using the Meta Cloud API.
Gallabox
Automate WhatsApp Business communication, send templates, and manage chats via AI agents with Gallabox.
Bring your own AI
Change the model, client or framework. Keep WhatsApp Business connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about WhatsApp Business.
The practical details behind the request, access and result.
How does the WhatsApp Business MCP help my support team?
It lets your AI agent handle common questions and send files automatically. This reduces the time your team spends on repetitive typing and lets them focus on complex issues.
Can I use the WhatsApp Business MCP to send images?
Yes, you can send photos, videos, and other rich media via public URLs. This allows your AI to provide visual evidence or demos directly in the chat.
Does the WhatsApp Business MCP work with my existing API?
Yes, it connects to your existing Meta-approved account. You just need to provide your Access Token and Phone Number ID to get started.
Can the WhatsApp Business MCP send buttons?
Yes, it can send up to three quick-reply buttons. This helps guide customers through your workflows without them having to type out every response.
How do I send a location with the WhatsApp Business MCP?
The agent can send physical map pins with specific coordinates. This is perfect for sharing store locations or meeting points with your customers.
Can the WhatsApp Business MCP react to messages?
Yes, it can add emoji reactions to specific incoming messages. It's a great way for your AI to acknowledge user input without sending a full text reply.
Can I send a message to a customer who hasn't messaged me in the last 24 hours?
Yes, but you must use the send_template_message capability. WhatsApp requires Meta-approved templates to initiate contact outside the 24-hour service window. For active conversations within that window, you can use the send_text_message capability for free-form replies.
How many quick-reply buttons can I send at once?
Using the send_quick_reply_buttons capability, you can send up to 3 interactive buttons along with a message block. This is ideal for helping users choose between options like 'Confirm', 'Cancel', or 'Reschedule' with a single tap.
Can I share images or PDF documents through this server?
Absolutely. Use the send_media_message capability and provide a public URL to your asset. You can specify the type as 'image' or 'document' and even add a custom caption to the message.
One connection away
Give your agent a direct line to WhatsApp Business.
Connect WhatsApp Business once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available