Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready WhatsApp Business MCP server with 58 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across WhatsApp Business — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your WhatsApp Business MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every WhatsApp Business tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every WhatsApp Business call.
Tools Discovery →A WhatsApp Business MCP server lets AI agents read and write WhatsApp Business data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's WhatsApp Business MCP server ships with 58 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from WhatsApp Business's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new message template for the WhatsApp Business Account.
List all message templates for the WhatsApp Business Account.
Get details of a specific message template.
Update an existing message template.
Delete a message template.
List all phone numbers for the WhatsApp Business Account.
Get details of a specific phone number.
Get the business profile information.
Update the business profile information including about text, address, description, email, websites, and industry category.
Get details of the WhatsApp Business Account.
Update configuration and settings for the WhatsApp Business Account.
Create a schedule for the WhatsApp Business Account.
Get schedules for the WhatsApp Business Account.
Create a new WhatsApp group for business messaging.
Get metadata about a WhatsApp group.
Get a list of active WhatsApp groups for a business phone number.
Update a WhatsApp group's subject, description, or profile picture.
Delete a WhatsApp group and remove all participants.
Get the current invite link for a WhatsApp group.
Delete an existing invite link for a WhatsApp group.
Add a user to the WhatsApp Business Account with specified permissions.
Get users assigned to the WhatsApp Business Account with their permissions.
Remove a user's access from the WhatsApp Business Account.
Send a text message to a WhatsApp user.
Send a pre-approved template message to a WhatsApp user.
Send an image message to a WhatsApp user.
Send a video message to a WhatsApp user.
Send an audio message to a WhatsApp user.
Send a document to a WhatsApp user.
Send a location to a WhatsApp user.
Send contact information to a WhatsApp user.
Send an interactive message with buttons or lists.
Send a reaction emoji to a message.
Send a sticker to a WhatsApp user.
Send a template message with a group invite link to a WhatsApp user.
Send a text message to a WhatsApp group.
Retrieve paginated message history including delivery status events and webhook information.
Get a list of all blocked users for a phone number.
Check whether you have permission to call a WhatsApp user.
Get list of applications subscribed to webhook events for the WhatsApp Business Account.
Get pending join requests for a WhatsApp group.
List all business users associated with the Business account.
List all system users associated with the Business account.
Set or update the two-step verification PIN for the phone number.
Configure conversational automation settings for a phone number.
Remove participants from a WhatsApp group.
Mark an incoming message as read, displaying blue check marks to the sender.
Register a phone number for WhatsApp Business.
Deregister a phone number from WhatsApp Business.
Request a verification code for a phone number.
Verify a phone number with the received verification code.
Block one or more users from sending messages to your business number.
Unblock one or more previously blocked users.
Initiate, accept, reject, terminate, or manage a WhatsApp call.
Reset and generate a new invite link for a WhatsApp group.
Approve one or more pending join requests for a WhatsApp group.
Reject one or more pending join requests for a WhatsApp group.
Invite a user to the Business account by email with a specified role.
One endpoint. Any framework. Your agent is talking to WhatsApp Business in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.