Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

ManyContacts - WhatsApp Business CRM

NPM · @MANYCONTACTS/MCP · SCANNED AUG 3

WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents.

Available components

−11 this week 71 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2857 tokens (~51/item across 55 items; 55 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @manycontacts/mcp

# add to Claude Code
claude mcp add manycontacts-whatsapp-business -- npx -y @manycontacts/mcp
# add to Codex CLI
codex mcp add manycontacts-whatsapp-business -- npx -y @manycontacts/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "manycontacts-whatsapp-business": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@manycontacts/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add manycontacts-whatsapp-business --command npx --arg -y --arg @manycontacts/mcp
# ~/.hermes/config.yaml
mcp_servers:
  manycontacts-whatsapp-business:
    command: "npx"
    args: ["-y", "@manycontacts/mcp"]
// mcp.json
{
  "mcpServers": {
    "manycontacts-whatsapp-business": {
      "command": "npx",
      "args": [
        "-y",
        "@manycontacts/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +19
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: unverified → 0.27 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −27
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 +39
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@manycontacts/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 108 packages

108 packages in the resolved dependency tree · 108 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 55 exposed · ~2,765 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
manycontacts.ai_agents.feedback ~35

Get feedback/conversation logs for a WhatsApp AI agent

NameTypeReqDescription
idstringyesAI Agent ID (UUID)

No output schema declared.

No examples provided.

manycontacts.ai_agents.get ~37

Get details of a specific WhatsApp AI agent including scenarios and configuration

NameTypeReqDescription
idstringyesAI Agent ID (UUID)

No output schema declared.

No examples provided.

manycontacts.ai_agents.list ~25

List AI agents configured to auto-respond to WhatsApp Business messages

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

manycontacts.ai_agents.update ~93

Update a WhatsApp AI agent's configuration (instructions, active status, etc.)

NameTypeReqDescription
activebooleanEnable or disable the agent
block_1stringAgent instructions block 1
block_2stringAgent instructions block 2
block_3stringAgent instructions block 3
idstringyesAI Agent ID (UUID)

No output schema declared.

No examples provided.

manycontacts.campaigns.create ~127

Create a WhatsApp Business bulk messaging campaign. Sends a template message to a list of phone numbers at a scheduled time.

NameTypeReqDescription
datestringyesScheduled send date in ISO format, e.g. 2026-12-01T09:00:00
namestringyesCampaign name
phonesstringyesComma-separated phone numbers to send to
templateIdstringyesWhatsApp template ID to use
variablesstringTemplate variables as JSON array, e.g. '["John","20%"]'

No output schema declared.

No examples provided.

manycontacts.campaigns.delete ~30

Delete a WhatsApp Business campaign

NameTypeReqDescription
idstringyesCampaign ID to delete

No output schema declared.

No examples provided.

manycontacts.campaigns.list ~31

List WhatsApp Business bulk messaging campaigns with statistics (sent, delivered, read, failed counts)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

manycontacts.channels.list ~19

List connected WhatsApp Business and Instagram channels

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

manycontacts.contacts.assign ~57

Assign a WhatsApp Business contact to a team member

NameTypeReqDescription
phonestringyesPhone number with country code, e.g. 34600000000
userIdstringyesUser ID to assign the contact to

No output schema declared.

No examples provided.

manycontacts.contacts.bulk ~82

Perform bulk operations on multiple WhatsApp Business contacts (close, open, assign, add_tag, add_team)

NameTypeReqDescription
actionstringyesBulk action to perform
phonesstringyesComma-separated phone numbers
valuestringValue for action (user_id for assign, tag_id for add_tag, team_id for add_team)

No output schema declared.

No examples provided.

manycontacts.contacts.close ~38

Close a WhatsApp Business conversation

NameTypeReqDescription
phonestringyesPhone number with country code, e.g. 34600000000

No output schema declared.

No examples provided.

manycontacts.contacts.create ~61

Create a new WhatsApp Business contact in ManyContacts CRM

NameTypeReqDescription
namestringContact name
notesstringContact notes
phonestringyesPhone number with country code, e.g. 34600000000

No output schema declared.

No examples provided.

manycontacts.contacts.delete ~42

Delete a WhatsApp Business contact from ManyContacts CRM

NameTypeReqDescription
phonestringyesPhone number with country code, e.g. 34600000000

No output schema declared.

No examples provided.

manycontacts.contacts.get ~49

Get detailed information about a WhatsApp Business contact including tags, teams, and funnel stages

NameTypeReqDescription
phonestringyesPhone number with country code, e.g. 34600000000

No output schema declared.

No examples provided.

manycontacts.contacts.list ~196

List WhatsApp Business contacts with filters. Returns paginated results.

NameTypeReqDescription
assigned_tostringFilter by assigned user ID
blackliststringOnly blacklisted contacts
date_fromstringFilter updated after date (YYYY-MM-DD)
date_tostringFilter updated before date (YYYY-MM-DD, max 90 days range)
limitnumberResults per page, max 200 (default 50)
openstringFilter by open/closed status
pagenumberPage number (default 1)
scheduledstringOnly contacts with pending scheduled messages
stagesstringComma-separated funnel stage IDs
tagsstringComma-separated tag IDs (contacts must have ALL tags)
teamstringFilter by team ID
unreadstringOnly contacts with unread messages

No output schema declared.

No examples provided.

manycontacts.contacts.open ~40

Reopen a closed WhatsApp Business conversation

NameTypeReqDescription
phonestringyesPhone number with country code, e.g. 34600000000

No output schema declared.

No examples provided.

manycontacts.contacts.set_stage ~68

Move a WhatsApp Business contact to a funnel/pipeline stage

NameTypeReqDescription
funnel_idstringyesFunnel ID
phonestringyesPhone number with country code, e.g. 34600000000
stage_idstringyesStage ID within the funnel

No output schema declared.

No examples provided.

manycontacts.contacts.tag.add ~54

Add a tag to a WhatsApp Business contact

NameTypeReqDescription
phonestringyesPhone number with country code, e.g. 34600000000
tagIdstringyesTag ID to add

No output schema declared.

No examples provided.

manycontacts.contacts.tag.remove ~54

Remove a tag from a WhatsApp Business contact

NameTypeReqDescription
phonestringyesPhone number with country code, e.g. 34600000000
tagIdstringyesTag ID to remove

No output schema declared.

No examples provided.

manycontacts.contacts.team.add ~54

Add a team to a WhatsApp Business contact

NameTypeReqDescription
phonestringyesPhone number with country code, e.g. 34600000000
teamIdstringyesTeam ID to add

No output schema declared.

No examples provided.

manycontacts.contacts.team.remove ~54

Remove a team from a WhatsApp Business contact

NameTypeReqDescription
phonestringyesPhone number with country code, e.g. 34600000000
teamIdstringyesTeam ID to remove

No output schema declared.

No examples provided.

manycontacts.contacts.unassign ~44

Unassign a WhatsApp Business contact (remove user assignment)

NameTypeReqDescription
phonestringyesPhone number with country code, e.g. 34600000000

No output schema declared.

No examples provided.

manycontacts.contacts.update ~79

Update an existing WhatsApp Business contact (name, notes, custom fields)

NameTypeReqDescription
customFieldsstringCustom fields as JSON string
namestringNew contact name
notesstringNew contact notes
phonestringyesPhone number with country code, e.g. 34600000000

No output schema declared.

No examples provided.

manycontacts.context ~42

Get ManyContacts account overview: WhatsApp Business channels, contact/user/tag counts, active AI agents, and enabled features. Use this first to understand the account state.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

manycontacts.funnels.add_stage ~51

Add a stage to a sales funnel/pipeline

NameTypeReqDescription
funnelIdstringyesFunnel ID
namestringyesStage name
ordernumberyesStage order position

No output schema declared.

No examples provided.

manycontacts.funnels.contacts ~65

List contacts in a funnel/pipeline, optionally filtered by stage

NameTypeReqDescription
funnelIdstringyesFunnel ID
limitnumberResults per page
pagenumberPage number
stage_idstringFilter by stage ID

No output schema declared.

No examples provided.

manycontacts.funnels.create ~33

Create a new sales funnel/pipeline for WhatsApp Business contacts

NameTypeReqDescription
namestringyesFunnel name

No output schema declared.

No examples provided.

manycontacts.funnels.delete ~29

Delete a sales funnel/pipeline

NameTypeReqDescription
idstringyesFunnel ID to delete

No output schema declared.

No examples provided.

manycontacts.funnels.list ~25

List sales funnels/pipelines for organizing WhatsApp Business contacts by stage

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

manycontacts.funnels.update_stage ~54

Update a stage in a sales funnel/pipeline

NameTypeReqDescription
funnelIdstringyesFunnel ID
namestringNew stage name
stageIdstringyesStage ID to update

No output schema declared.

No examples provided.

manycontacts.messages.list ~76

List WhatsApp Business messages for a contact. Shows the conversation history with timestamps and status.

NameTypeReqDescription
limitnumberMessages per page (default 50)
pagenumberPage number (default 1)
phonestringyesPhone number with country code, e.g. 34600000000

No output schema declared.

No examples provided.

manycontacts.messages.send.note ~59

Send an internal note on a WhatsApp Business contact (not visible to the contact)

NameTypeReqDescription
bodystringyesInternal note text
phonestringyesPhone number with country code, e.g. 34600000000

No output schema declared.

No examples provided.

manycontacts.messages.send.template ~85

Send a WhatsApp Business template message (for outbound messaging outside the 24h window)

NameTypeReqDescription
phonestringyesPhone number with country code, e.g. 34600000000
templateIdstringyesTemplate ID to send
variablesstringTemplate variables as JSON array, e.g. '["John","20%"]'

No output schema declared.

No examples provided.

manycontacts.messages.send.text ~55

Send a WhatsApp Business text message to a phone number

NameTypeReqDescription
bodystringyesMessage text to send
phonestringyesPhone number with country code, e.g. 34600000000

No output schema declared.

No examples provided.

manycontacts.org.apikey ~17

Get the organization API key

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

manycontacts.org.get ~24

Get WhatsApp Business organization/account information (name, timezone, settings)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

manycontacts.org.schedule.get ~23

Get the business hours schedule for the WhatsApp Business account

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

manycontacts.org.update ~181

Update WhatsApp Business organization settings (timezone, auto-reply, webhooks, etc.)

NameTypeReqDescription
auto_reply_awaybooleanEnable away auto-reply
auto_reply_away_textstringAway auto-reply text
auto_reply_closebooleanEnable auto-reply on chat close
auto_reply_close_minutesnumberMinutes before auto-close
auto_reply_close_textstringAuto-reply text when chat closes
auto_reply_openbooleanEnable auto-reply on chat open
auto_reply_open_textstringAuto-reply text when chat opens
timezonestringTimezone, e.g. Europe/Madrid
webhooks_forwardbooleanEnable webhook forwarding
webhooks_forward_urlstringWebhook forward URL

No output schema declared.

No examples provided.

manycontacts.tags.create ~54

Create a new tag for WhatsApp Business contacts

NameTypeReqDescription
colorstringTag color hex, e.g. #ff0000 (default #fab1a0)
namestringyesTag name

No output schema declared.

No examples provided.

manycontacts.tags.delete ~29

Delete a WhatsApp Business contact tag

NameTypeReqDescription
idstringyesTag ID to delete

No output schema declared.

No examples provided.

manycontacts.tags.list ~21

List all tags for categorizing WhatsApp Business contacts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

manycontacts.tags.update ~49

Update an existing WhatsApp Business contact tag

NameTypeReqDescription
colorstringNew tag color hex
idstringyesTag ID
namestringNew tag name

No output schema declared.

No examples provided.

manycontacts.teams.add_member ~41

Add a user to a team

NameTypeReqDescription
teamIdstringyesTeam ID
userIdstringyesUser ID to add

No output schema declared.

No examples provided.

manycontacts.teams.create ~31

Create a new team in the WhatsApp Business organization

NameTypeReqDescription
namestringyesTeam name

No output schema declared.

No examples provided.

manycontacts.teams.delete ~32

Delete a team from the WhatsApp Business organization

NameTypeReqDescription
idstringyesTeam ID to delete

No output schema declared.

No examples provided.

manycontacts.teams.list ~20

List teams in the WhatsApp Business organization

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

manycontacts.teams.remove_member ~41

Remove a user from a team

NameTypeReqDescription
teamIdstringyesTeam ID
userIdstringyesUser ID to remove

No output schema declared.

No examples provided.

manycontacts.templates.get ~34

Get details of a specific WhatsApp Business message template including components and configuration

NameTypeReqDescription
idstringyesTemplate ID

No output schema declared.

No examples provided.

manycontacts.templates.list ~42

List WhatsApp Business message templates. Templates are required for sending messages outside the 24h conversation window.

NameTypeReqDescription
statusstringFilter by template status

No output schema declared.

No examples provided.

manycontacts.templates.sync ~33

Sync WhatsApp Business templates from Meta Cloud API. Fetches the latest templates from the connected WhatsApp Business account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.