HomeCommunication › Gambot WhatsApp Business API

Gambot WhatsApp Business API

Send WhatsApp messages & templates and manage CRM, leads & campaigns via the Gambot WhatsApp API.

TypeScript Cloud
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.5.0)

npx -y gambot-mcp@1.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "gambot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gambot-mcp@1.5.0"
      ],
      "env": {
        "GAMBOT_TOKEN": "<YOUR_VALUE>",
        "GAMBOT_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • GAMBOT_TOKEN required secret — Your Gambot Token (gmbt_…) from Gambot Settings → General. Authorizes the server against your organization.
  • GAMBOT_API_BASE — Optional override for the API base URL (defaults to https://api.gambot.co.il/api/v1).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry