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.
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 (string - Voice type 'female' or 'male', defaults to 'female')
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!