This ClickSend MCP server, developed by J-Gal02, enables AI agents to interact with ClickSend's SMS and Text-to-Speech (TTS) call services. Built with TypeScript and leveraging the Model Context Protocol SDK, it provides a streamlined interface for sending SMS messages and initiating TTS calls. The implementation focuses on simplifying communication tasks, offering a bridge between AI systems and ClickSend's API. It's particularly useful for businesses and developers looking to integrate automated messaging and voice communication into their AI workflows, enabling use cases such as automated notifications, appointment reminders, and voice-based information delivery without directly dealing with ClickSend's API complexities.
No reviews yet. Be the first to review!
Sign in to join the conversation
Send SMS messages to specified phone numbers. Parameters: to (string - phone number in E.164 format), message (string - text content to send)
Initiate Text-to-Speech calls. Parameters: to (string - phone number in E.164 format), message (string - text content to convert to speech), voice (optional string - voice type, 'female' or 'male', defaults to 'female')