74
/ 100
10 days ago
glama

whatsapp-mcp-server

A least-privilege, send-only MCP server for WhatsApp, backed by Meta's official WhatsApp Cloud API. It exposes tools to send text messages and pre-approved templates.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: MCP_AUTH_TOKEN, WHATSAPP_ACCESS_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configKEEPALIVE_MINUTES
configKEEPALIVE_URL
🔐 secretMCP_AUTH_TOKENHeader (preferred): POST /mcp with Authorization: Bearer <>. Use this whenever your client can set headers (e.g. Claude Code's --header). The token never appears in the URL.
configMCP_TRANSPORTYes (http) Set to http to run the HTTP server (default stdio).
configPORTNo Port to listen on. Hosts like Render set this automatically.
🔐 secretWHATSAPP_ACCESS_TOKENYes Meta system-user or temporary access token, scoped to whatsapp_business_messaging.
configWHATSAPP_BUSINESS_ACCOUNT_ID
configWHATSAPP_GRAPH_API_VERSIONNo Graph API version segment. Defaults to v21.0.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/excellario-whatsapp-mcp-server-1rdh4p)](https://m8ven.ai/mcp/excellario-whatsapp-mcp-server-1rdh4p)
commit: 0437b29d67dd78502c70f9d62b544169a966fe27
code hash: f7e92797aba4a5f336861a22cb880e26417dbf416ebf7526c91f7e912b956caa
verified: 7/21/2026, 9:12:19 AM
view raw JSON →