# Waboxapp — MCP server on mcp.ai > Connect your Waboxapp account and use 2 tools for phone and SMS straight from your AI agent. Connect with your own API key. Waboxapp integrates WhatsApp messaging into CRM systems, allowing businesses to centralize customer communications for sales and support. By: mcp.ai · official Page: https://mcp.ai/waboxapp ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_waboxapp?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/waboxapp/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/waboxapp/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/waboxapp/skill.md Postman collection (v2.1): https://mcp.ai/waboxapp/postman.json ## Tools - waboxapp_webhook_ack_event(ack: integer, uid: string, cuid?: string, muid?: string, event: string, token: string) — Tool to process incoming message acknowledgment events. Use when waboxapp posts real-time deliver/read statuses to your webhook endpoint. Validates token before processing. - waboxapp_webhook_message_event(uid: string, event: string, token: string, contact: object, message: object) — Tool to receive real-time incoming WhatsApp message events via webhook. Use after configuring your webhook URL to handle WABOXAPP POST form payloads. ## Example prompts - "What can I do in Waboxapp?" - "Show me a summary of my Waboxapp account" ## Links Docs: https://mcp.ai/docs/mcps/waboxapp Website: https://mcp.ai/mcps/waboxapp