Free forever WhatsApp MCP for Cursor v2.0 — full account control with 43 tools (sessions, QR, messaging, inbox, webhooks, integrations). Secure Bearer auth. Wassenger alternative. https://omdaa.com/mcp
---
description: Use Omdaa WhatsApp MCP v2.0 tools for full account control
globs:
alwaysApply: false
---
# Omdaa WhatsApp MCP
When the user asks about WhatsApp messaging, sessions, QR linking, media, buttons, number checks, webhooks, profile, integrations, geo links, or account stats:
1. Use the `omdaa` MCP server with `Authorization: Bearer YOUR_API_KEY` (get key from https://omdaa.com/dashboard/api-keys).
2. Available tools (v2.0 — full account control):
- Sessions: `list_sessions`, `create_session`, `get_qr`, `regenerate_qr`, `get_session_status`, `delete_session`, `logout_session`, `pause_session`
- Messaging: `send_text_message`, `send_media`, `send_buttons`, `check_whatsapp_number`
- Inbox: `list_chats`, `get_messages`, `search_messages`, `list_contacts`
- Webhooks: `get_webhook_config`, `set_webhook`, `test_webhook`, `remove_webhook`, `list_webhook_events`, `get_webhook_stats`
- Account: `get_profile`, `update_profile`, `get_account_stats`, `get_mcp_usage`, `get_health`
- Integrations: `list_integrations`, Omdaa AI / n8n / Free API / Geo tools
- API keys: `list_api_keys` (safe); create/revoke/rotate require JWT
3. For sending messages, a connected `sessionId` is required — use `create_session` + `get_qr` or dashboard QR first.
4. Destructive tools require `confirm: true`.
5. Free forever — docs: https://omdaa.net/guides/mcp-en.html · landing: https://omdaa.com/mcp
Never invent API keys. Never put secrets in URLs.