How to Use the Dialpad MCP in Claude Code
Run headless Dialpad operations and automate your business communications directly from the Claude Code terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dialpad MCP to Claude Code
Create your Vinkius account to connect Dialpad 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.
Pipe Telephony Data to Terminal Tools
The agent pulls deep internal arrays using `list_raw_call_logs` and outputs clean Dialpad JSON directly to your Claude Code terminal. This MCP server makes it simple to debug call routing issues during active incidents without leaving your shell. You pipe this telephony output directly into grep or jq. Claude Code handles the heavy lifting of parsing the raw arrays so you can diagnose issues in seconds.
Automate SMS Alerts via CLI
Claude Code connects to this MCP server to send outbound notifications using `dispatch_office_sms` directly from your command line. It pulls user details with `get_person_details` to verify the recipient's phone number before sending. This prevents fat-finger mistakes when running critical operations. You trigger transactional updates or alerts to your team without opening any GUI.
Sync Directories with Claude Code
Your agent runs `upsert_business_contact` to batch-upload new Dialpad contacts directly from a local CSV file. When contacts go cold, Claude Code purges them with `wipe_directory_entry` to keep your system tidy. It handles the entire cleanup process in a single command-line session. Your terminal becomes the control center for your entire office directory.
Set up Dialpad 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 seedialpad-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Dialpad transactions." It will automatically discover and invoke the available Dialpad tools.
claude mcp add --transport http dialpad-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 Dialpad MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Dialpad MCP today
We host it, we monitor it, we maintain it. You just paste one token.