14 points fabian_shipamax 1 hour ago 27 comments
I built Chat-Man because I wanted a cheap way to give my agents access to WhatsApp without integrating a WhatsApp library separately in every project.
You get WhatsApp MCP server, so you can connect WhatsApp to an agent and programmatically read, search, extract and send messages - but also have a web UI for non-techies.
You can also receive webhooks for incoming messages for starred conversations.
What you can do with the MCP? -Read WhatsApp messages and turn them into CRM records -Summarise conversations or groups -Extract structured information from messages -Find messages, participants or other WhatsApp data -Send messages -Manage group memberships
Of course.. you always need to follow data protection regulation.
The web UI: -Edit group details -See who joined or left -See who is most active -Export group members -Match members against a CSV (e.g. from a CRM) -Bulk message members -Bulk kick members -Create invite links For individual contacts, you can send messages directly from the UI.
Why I built it for myself? I needed WhatsApp access for several projects (hermo.ai, florahaus.co.uk, …) and didn't want to pay for a WhatsApp integration for each project.
Link: https://chat-man.net
I’d love to get some feedback, especially from people building agents that need access to WhatsApp. Fabian
kreidema 47 minutes ago | parent
asteroidburger 45 minutes ago | parent
fabian_shipamax 43 minutes ago | parent
LawrenceKerr 47 minutes ago | parent
If not, is this a solution using WhatsApp Web in the backend (like Baileys does)? If this is the case, how does your solution avoid getting blocked or banned? I used Baileys once in an MVP with only 7 users, and my agent got blocked really quickly after just a few days of using it. So I guess the official path is the only way to go?
fabian_shipamax 45 minutes ago | parent
fabian_shipamax 43 minutes ago | parent
thomasjeff1 14 minutes ago | parent
lordgrenville 42 minutes ago | parent
fabian_shipamax 38 minutes ago | parent
dpoloncsak 22 minutes ago | parent
In order to make my life easier, it probably needs to be doing important stuff.
You can't hide behind 'other apps are doing it too', if my 'important business account' or whatever gets banned from using your tool, I'd be upset at you.
How do you guarantee your uptime SLA if my account may get banned any second?
gcgbarbosa 15 minutes ago | parent
lbrito 29 minutes ago | parent
robertclaus 17 minutes ago | parent
addag 12 minutes ago | parent
cute_boi 14 minutes ago | parent
yablak 10 minutes ago | parent
Most of the ones I've seen on github do not store the messages encrypted locally.
When evaluating these tools, check to see what they store unencrypted on disk. A quick search shows that only one seems to check the boxes:
https://github.com/adelaidasofia/whatsapp-mcp
However I haven't tested it. And it does phone home, you may want to disable that before running it.