About Whatsapp Assistant MCP
Whatsapp Assistant MCP is an MCP server in the Commerce category: stdio MCP server that lets a Claude Code agent read and post in a fixed allowlist of WhatsApp chats. It has been installed 0 times through Conduid.
Tools (5)
list_chatsAllowlisted chats with jid, name, `canPost`, and a lightweight recent-activity count
Takes no parameters.
poll_chatsMessages that arrived since the last call, grouped by chat jid; the read position is persisted, so each message is returned exactly once
Takes no parameters.
react_to_messagePuts an emoji reaction on one message (or removes it with an empty emoji) via the daemon and waits for its ack; requires `canPost: true`
Takes no parameters.
read_chat_messagesLast N stored messages for one allowlisted chat, oldest first -- read from the local inbox log, not a live fetch
Takes no parameters.
send_chat_messageSends a text message via the daemon and waits up to 15s for delivery confirmation; requires `canPost: true`
Takes no parameters.
Install
git clone https://github.com/Agentic-Delivery/whatsapp-assistant-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Whatsapp Assistant MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.