whatsapp-hermes
Related Servers
Alternatives to whatsapp-hermes
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceEnables AI agents to control WhatsApp, including sending messages and media, reading chats, managing groups and communities, with QR/pairing auth and session persistence.1419 npm2MIT
- AlicenseNot gradedqualityAmaintenanceEnables agents to send and manage WhatsApp messages, groups, and media using Baileys, with QR pairing and risk controls.30 npm3MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to manage WhatsApp: list chats, send and receive messages, download media, and transcribe voice notes via the unofficial Baileys library.202 npmMIT
- AlicenseNot gradedqualityBmaintenanceConnects WhatsApp with AI agents and CLI, enabling agents to read and send messages while imitating the user's unique communication style per contact through a local memory system.7 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with your personal WhatsApp account to search messages, list chats, and send messages. It stores all authentication and message data locally using SQLite for privacy and direct multi-device API connection.3 npm1ISC
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with your personal WhatsApp account, allowing them to search messages and contacts, retrieve chat history, and send messages to individuals or groups. Uses WhatsApp Web API with local data storage for privacy and security.3 npmISC
TDQS
Scored across 5 tools
Each tool addresses a distinct concern: connection status, sending text, sending images, listing chats, and retrieving messages. There is no overlap in purpose, so an agent can reliably select the correct tool for a given task.
Tool names uniformly use the whatsapp_ prefix and mostly follow a verb_noun pattern (whatsapp_send, whatsapp_list_chats, whatsapp_get_messages). The only exception is whatsapp_status, which could be interpreted as a status check rather than a verb action, but the pattern is otherwise predictable.
Five tools is well-scoped for a WhatsApp bot server: covering status, messaging, and chat listing without unnecessary bloat. Each tool has a clear role and none are redundant.
The set covers core lifecycle needs: check connectivity, send text, send images, list chats, and read incoming messages. Minor gaps exist, such as sending other media types or marking messages as read, but these are not critical for typical usage.