A WhatsApp integration server that connects AI assistants to the Evolution API, enabling management of WhatsApp instances and messaging capabilities. This implementation provides tools for creating and managing WhatsApp instances, sending various message types (text, media, stickers, polls, buttons), retrieving contacts and group information, and configuring webhooks. Built with TypeScript and Bun, it uses the Model Context Protocol to expose WhatsApp functionality as tools that can be called programmatically, making it valuable for automated customer service, chatbots, and messaging workflows.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Retrieve information from the MCP server.
Create a new WhatsApp instance.
Fetch a list of existing WhatsApp instances.
Connect to a specified WhatsApp instance.
Restart a specified WhatsApp instance.
Check the connection state of a WhatsApp instance.
Log out from a specified WhatsApp instance.
Delete a specified WhatsApp instance.
Set the presence status of the WhatsApp instance.
Configure a webhook for the WhatsApp instance.
Retrieve the currently configured webhook.
Configure settings for the WhatsApp instance.
Retrieve the current settings for the WhatsApp instance.
Send a plain text message through WhatsApp.
Send a status update through WhatsApp.
Send media files through WhatsApp.
Send an audio message through WhatsApp.
Send a sticker message through WhatsApp.
Send a location message through WhatsApp.
Send a contact message through WhatsApp.
Send a reaction to a message in WhatsApp.
Send a poll message through WhatsApp.
Send a list message through WhatsApp.
Send button messages through WhatsApp.
Retrieve a list of contacts from WhatsApp.
Retrieve a list of chats from WhatsApp.
Find a WhatsApp group using its JID.
Retrieve all groups associated with the WhatsApp account.
Retrieve the members of a specified WhatsApp group.