Omdaa Docs

⭐ Omdaa MCP Server — Free Forever

Connect WhatsApp to any MCP-compatible AI assistant — Cursor · Claude Desktop · ChatGPT · Windsurf.

Free — unlike Wassenger which limits MCP to Enterprise. Omdaa MCP is free for all users. No credit card.

Official MCP page on omdaa.com ← · vs Wassenger

One-click install — Cursor

Create an API Key, set OMDAA_API_KEY in Cursor, then click the button. Auth uses a Bearer header — never put the key in the URL.

Official Cursor docs — MCP Install Links · Cursor Directory

Cursor setup (5 minutes)

  1. Create an API Key
  2. Cursor: Settings → MCP → Add server
  3. Add this config (or paste the key instead of ${env:OMDAA_API_KEY}):
{
  "mcpServers": {
    "omdaa": {
      "type": "http",
      "url": "https://omdaa.com/api/v1/mcp",
      "headers": {
        "Authorization": "Bearer ${env:OMDAA_API_KEY}"
      }
    }
  }
}

⚠️ Legacy ?key= in the URL is deprecated — use the Authorization header only.

Available tools (MCP v2.0 — full account control)

Discovery

GET https://omdaa.com/api/v1/mcp/info — no auth (version + tool count)

POST https://omdaa.com/api/v1/mcp — JSON-RPC 2.0 with Authorization: Bearer <API_KEY>

Destructive tools need confirm: true · API key create/revoke/rotate require JWT.

← Guides · Developer tools