How to Use the Kavkom MCP in Claude Code
Run Kavkom cloud telephony commands, send SMS, and manage contacts directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Kavkom MCP to Claude Code
Create your Vinkius account to connect Kavkom 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 from Your Terminal with Claude Code
`send_sms_message` sends an SMS to any recipient directly from your command line. Claude Code executes this command headlessly, letting you pipe phone numbers from local text files straight into the messaging tool. This terminal-first execution makes it easy to integrate text alerts into your deployment scripts. You can trigger a text to your team if a production build fails, keeping everyone updated without opening a browser.
Audit Call Logs via This CLI MCP Server
`list_calls` outputs your recent call history directly to your standard output. Claude Code runs this tool to grab call records, allowing you to grep through the results or export them to CSV files. If you need deeper diagnostics, the agent passes specific call IDs to `get_call_details`. You get instant access to call durations and routing paths without leaving your SSH session.
Manage CRM Contacts in Your Shell
`list_crm_contacts` displays your synced customer database inside your terminal window. Claude Code uses this tool to check contact records before running automated shell scripts or database migrations. You can also run `create_contact` to insert new entries on the fly. The agent processes the input parameters, executes the API call, and returns the newly created contact ID directly to your terminal.
Set up Kavkom 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 seekavkom-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Kavkom transactions." It will automatically discover and invoke the available Kavkom tools.
claude mcp add --transport http kavkom-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 Kavkom MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Kavkom MCP today
We host it, we monitor it, we maintain it. You just paste one token.