Serversio.github.ManyContacts/whatsapp-business
B

ManyContacts - WhatsApp Business CRM

io.github.ManyContacts/whatsapp-business · v1.1.0
▦ npm
v1.1.0npm npm: @manycontacts/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ManyContacts/whatsapp-business",
  "description": "WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents.",
  "title": "ManyContacts - WhatsApp Business CRM",
  "repository": {
    "url": "https://github.com/manycontacts/mcp",
    "source": "github"
  },
  "version": "1.1.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@manycontacts/mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ManyContacts CLI authentication token. Get one at https://manycontacts.com or via: npx @manycontacts/cli auth login",
          "isRequired": true,
          "isSecret": true,
          "name": "MC_CLI_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}