How to Use the ClickSend MCP in Claude Code
Hook Claude Code straight into ClickSend. Fire off SMS alerts, check account balances, and audit voice calls directly from your terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ClickSend MCP to Claude Code
Create your Vinkius account to connect ClickSend to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Claude Code Triggers Alerts
This ClickSend server lets you trigger alerts instantly. Running a headless session lets you execute `send_clicksend_sms` the second a pipeline fails. You pipe the error logs straight into the text message body and hit the on-call engineers. Verifying the alert actually went out takes one command. You trigger `get_sms_outbound_history` to check the exact dispatch times. No GUI required, just raw terminal execution that fits perfectly into your existing shell scripts.
Audit Automated Communications
Managing ClickSend automated voice alerts means tracking what was actually said. You drop into your SSH session and fire `get_voice_call_history` to pull the recent logs. The terminal spits out the exact delivery metrics you need for your incident report. Tracking physical letters is just as fast. When compliance needs proof of a mailed notice, `get_physical_mail_history` delivers the timestamps instantly. This MCP Server turns your command line into an auditing powerhouse.
Monitor Balances and Campaigns
Running out of ClickSend credits during a major marketing push is a disaster. A quick cron job can trigger `get_clicksend_account_info` every morning to print your current balance. If it drops too low, you know before the marketing team complains. Pulling audience data is simple with `list_clicksend_contacts` and `list_sms_marketing_campaigns`. You grab the active lists and campaign stats, then pipe that JSON into jq to filter exactly what you want. You also monitor replies using `list_received_sms` without leaving the prompt.
Set up ClickSend MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeclicksend-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest ClickSend transactions." It will automatically discover and invoke the available ClickSend tools.
claude mcp add --transport http clicksend-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about ClickSend MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ClickSend MCP today
We host it, we monitor it, we maintain it. You just paste one token.