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 about the WhatsApp instances managed by the MCP server.
Create a new WhatsApp instance.
Fetch a list of all WhatsApp instances.
Connect to a specified WhatsApp instance.
Restart the specified WhatsApp instance.
Check the connection state of a WhatsApp instance.
Log out from the specified WhatsApp instance.
Delete a specified WhatsApp instance.
Set the presence status for the WhatsApp instance.
Configure a webhook for receiving updates from WhatsApp.
Retrieve information about the currently set webhook.
Configure settings for the WhatsApp instance.
Retrieve the current settings of the WhatsApp instance.
Send a plain text message to a WhatsApp contact.
Send a status update to a WhatsApp contact.
Send media (images, videos) to a WhatsApp contact.
Send an audio message to a WhatsApp contact.
Send a sticker to a WhatsApp contact.
Send a location to a WhatsApp contact.
Send contact information to a WhatsApp contact.
Send a reaction to a specific message in WhatsApp.
Send a poll to a WhatsApp contact.
Send a list of options to a WhatsApp contact.
Send a message with buttons to a WhatsApp contact.
Search for contacts in the WhatsApp instance.
Retrieve a list of chats from the WhatsApp instance.
Find a WhatsApp group using its JID.
Retrieve all groups associated with the WhatsApp instance.
Get a list of members in a specified WhatsApp group.