Sends WhatsApp messages via the Twilio API using a FastMCP server.
This project provides a FastMCP server for sending WhatsApp messages through the Twilio API. It exposes a `send_whatsapp` tool that can be integrated with FastMCP clients like AI models. The server securely loads configuration from a `.env` file and includes a test script for direct Twilio API interaction, facilitating easy setup and testing of WhatsApp messaging capabilities within your FastMCP workflows.
Key Features
01Exposes a `send_whatsapp` tool for FastMCP clients
02Includes a test script for direct Twilio API interaction
03Sends WhatsApp messages via Twilio
041 GitHub stars
05Securely loads configuration from a `.env` file
Use Cases
01Integrate WhatsApp messaging into AI workflows.
02Send automated notifications via WhatsApp.
03Enable conversational AI through WhatsApp using FastMCP.