Twilio WhatsApp
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.
主な機能
- Exposes a `send_whatsapp` tool for FastMCP clients
- Includes a test script for direct Twilio API interaction
- Sends WhatsApp messages via Twilio
- 1 GitHub stars
- Securely loads configuration from a `.env` file
ユースケース
- Integrate WhatsApp messaging into AI workflows.
- Send automated notifications via WhatsApp.
- Enable conversational AI through WhatsApp using FastMCP.