clicksend-mcp
If you are the rightful owner of clicksend-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides SMS messaging and Text-to-Speech (TTS) call capabilities through ClickSend's API.
The ClickSend MCP Server is designed to facilitate AI models in sending SMS messages and initiating voice calls programmatically using ClickSend's API. It offers robust features such as SMS messaging, text-to-speech calls, rate limiting, input validation, and error handling. The server is built with Node.js and requires a ClickSend account with API credentials. It supports comprehensive error messages and proper error propagation to ensure smooth operation. The server is equipped with a rate limit of 5 actions per minute to prevent abuse, and it provides detailed error messages for various scenarios, including invalid phone numbers, message content validation failures, and API authentication errors.
Features
- SMS Messaging: Send SMS messages to any phone number worldwide.
- Text-to-Speech Calls: Make voice calls with customizable text-to-speech messages.
- Rate Limiting: Built-in protection with 5 actions per minute limit.
- Input Validation: Comprehensive validation for phone numbers and message content.
- Error Handling: Detailed error messages and proper error propagation.
Tools
send_sms
Send SMS messages to specified phone numbers.
make_tts_call
Initiate Text-to-Speech calls.