How to Use the Kontak MCP in Claude Code
Manage your Kontak account from the command line. Use Claude Code to run audits, send SMS, and pipe data into your shell scripts and CI/CD pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Kontak MCP to Claude Code
Create your Vinkius account to connect Kontak 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.
Send SMS alerts from your build scripts
Drop a command into your CI/CD pipeline to get build failure notifications. A simple call from Claude Code to the `send_outbound_sms` tool can text the on-call engineer the moment a deployment fails. Because it's just a standard CLI command, it works anywhere your shell does. Use it in GitHub Actions, Jenkins, or any automated workflow. The output is clean text, perfect for logging.
Run automated audits from a cron job
Set up a cron job to call Claude Code and pull your `get_kontak_audit_logs`. You can pipe the raw JSON output directly to `jq` to filter for specific events, building a simple, powerful, and headless monitoring system. This is how you keep tabs on your account without a GUI. Your agent can run scheduled checks on API usage, user actions, or webhook status via `list_kontak_webhooks` and alert you if something is wrong.
Manage contacts and templates via shell
Work with your Kontak account directly from the terminal. Pipe the output of `list_kontak_contacts` to `grep` to find someone, or check `list_kontak_templates` before you send a message. It's fast and scriptable. This MCP Server gives you a direct, no-nonsense interface to the Kontak API. You can combine it with the command-line tools you already use to create custom workflows for managing your communications.
Set up Kontak 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 seekontak-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Kontak transactions." It will automatically discover and invoke the available Kontak tools.
claude mcp add --transport http kontak-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 Kontak MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Kontak MCP today
We host it, we monitor it, we maintain it. You just paste one token.