Model Context Protocol endpoint for the EnoSend WhatsApp API. One hosted endpoint — every EnoSend customer authenticates with their own API key.
POST /mcp — JSON-RPC 2.0 over HTTPS.
Every request must include your EnoSend API key as a Bearer token:
Authorization: Bearer wa_live_…
Grab your key from the EnoSend dashboard → API Keys. The key identifies you — your sends land in your dashboard, billed against your wallet.
{
"mcpServers": {
"enosend": {
"url": "https://mcp.enosend.com/mcp",
"headers": { "Authorization": "Bearer wa_live_YOUR_KEY" }
}
}
}
list_instances — show your connected WhatsApp numberscheck_human_mode — inspect Human-mode state for an instancetoggle_human_mode — enable/disable Human-mode + change pacesend_message — send one WhatsApp textsend_bulk_messages — send to up to 500 recipients in one callget_bulk_status — poll a bulk batch by campaign_idREST docs: enosend.com/whatsapp/docs/