EnoSend MCP running

Model Context Protocol endpoint for the EnoSend WhatsApp API. One hosted endpoint — every EnoSend customer authenticates with their own API key.

Endpoint

POST /mcp — JSON-RPC 2.0 over HTTPS.

Auth

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.

Claude Desktop config

{
  "mcpServers": {
    "enosend": {
      "url": "https://mcp.enosend.com/mcp",
      "headers": { "Authorization": "Bearer wa_live_YOUR_KEY" }
    }
  }
}

Tools exposed

REST docs: enosend.com/whatsapp/docs/