Skip to content
The first AI-native voice MCP server

Phone MCP for AI coding agents

Give your AI agent a phone. One prompt - one real call - full transcript back. Works with Claude Code, Cursor, OpenClaw, and any MCP client. Zero telephony setup.

Book Demo
Voctiv MCP
$
10M+calls across Voctiv platform
18,000+companies on Voctiv
20+conversation languages
99.999%uptime
Recognized by a16z

Three steps to your first AI phone call

No Twilio account. No webhook setup. No SIP configuration.

Step 1

Install

Add one line to your MCP config

{
"mcpServers": {
"voctiv": {
"command": "npx",
"args": ["-y", "@voctiv/mcp-server"],
"env": { "VOCTIV_API_KEY": "your-key" }
}
}
}
Step 2

Prompt

Tell your AI agent what to say

"Call +1-555-0123 and ask if
they're interested in a demo
of our scheduling product"
Step 3

Done

Get the full result back

{
"status": "completed",
"duration": "1m 47s",
"summary": "Demo confirmed for Thursday 2 PM",
"transcript": "..."
}

Built for developers who ship fast

Standard MCP protocol. Works with every major AI development tool.

claude_desktop_config.json
{
"mcpServers": {
"voctiv": {
"command": "npx",
"args": ["-y", "@voctiv/mcp-server"],
"env": {
"VOCTIV_API_KEY": "vk_live_..."
}
}
}
}

Available tools

make_callget_transcriptlist_agentsget_call_statuscreate_agentupdate_agent

One MCP server. Endless possibilities.

AI Sales Calls

Let your AI agent qualify leads, pitch products, and book meetings - all through real phone conversations.

"Call this lead and pitch our product"

Appointment Booking

Automate scheduling calls. Your AI handles availability checks, confirmations, and reminders.

"Book a dental appointment for Tuesday"

Customer Follow-up

Follow up with customers after purchases, check satisfaction, and resolve issues proactively.

"Follow up on order #1234 delivery"

Lead Qualification

Score and qualify inbound leads with intelligent phone conversations before routing to sales.

"Qualify this lead for enterprise plan"

Phone Surveys

Conduct NPS surveys, market research, and feedback calls at scale with natural conversations.

"Run NPS survey with our top 50 clients"

"Call Me When Done"

Trigger phone calls from any workflow. Build completes? Deploy finishes? Get a call.

"Call me when the deploy is done"

Not another telephony wrapper

The only MCP server where AI doesn't just dial - it conducts a full conversation

Setup time

Others

Hours to days

Voctiv

60 seconds

AI conversation

Others

You build it yourself

Voctiv

Built-in, production-ready

Conversation languages

Others

Manual ASR/TTS setup

Voctiv

20+ out of the box

Number of tools

Others

100s of raw APIs

Voctiv

8 curated voice tools

Full transcript

Others

DIY integration

Voctiv

Included with every call

Call summary

Others

Not available

Voctiv

AI-generated summary

Integration cost

Others

$2K-$30K

Voctiv

$0

Built on the Voctiv voice AI platform

Voctiv powers voice AI for enterprise banks, telecom, and e-commerce worldwide. MCP is built on the same battle-tested infrastructure.

0M+

calls monthly across Voctiv

Enterprise banking, telecom, e-commerce

0+

conversation languages

US numbers available now. More countries coming soon.

0.000%

uptime SLA

GDPR compliant, enterprise-grade security

Simple pricing. Pay for what you use.

Start with pay-as-you-go. Save more with a subscription. US numbers available now.

Pay As You Go

$0.15/min

Pay per use. No commitment.

  • Pay-per-use pricing
  • 5 min cooldown between calls
  • 5 min max call duration
  • Full transcripts
  • Basic agent prompts
  • Community support
  • Call recordings
  • Analytics dashboard
  • Campaign calling
Get Started
Most PopularSave 33%

Starter

$0.10/min

$49/mo

500 min/mo included. Best for regular use.

  • 500 minutes included
  • 15 min max call duration
  • Full transcripts
  • Advanced prompts + templates
  • Email support
  • Call recordings
  • Basic analytics
  • Campaign calling
Start Starter
Save 53%

Pro

$0.07/min

$149/mo

2,000 min/mo included. For power users.

  • 2,000 minutes included
  • 30 min max call duration
  • Full transcripts
  • Advanced prompts + templates
  • Priority support + SLA
  • Call recordings
  • Full analytics + exports
  • Campaign calling (batch)
Start Pro

Enterprise

Need custom volume, dedicated infrastructure, or compliance packages?

Unlimited everythingSSO/SAML99.99% SLADedicated numbersCustom voicesWhite-labelDedicated account manager

Frequently asked questions

Voctiv MCP is a Model Context Protocol server that lets AI agents - like Claude Code, OpenClaw, Cursor, or any MCP-compatible client - make real phone calls. Not just dial a number, but conduct full AI-powered conversations, get transcripts, and receive call summaries. It's the bridge between your AI agent and real-world voice communication.

Other MCP servers for telephony give you raw API access - you still need to build the conversation AI, handle speech recognition, text-to-speech, and manage the call flow yourself. Voctiv MCP is like getting a car with the keys in it, not a box of engine parts. The AI conversation engine is built-in and production-ready.

Yes. Voctiv's voice AI platform processes over 10 million calls monthly for 18,000+ companies including enterprise banking, telecom, and e-commerce. The MCP server inherits this same infrastructure with 99.999% uptime.

Over 20 conversation languages out of the box, including English, Spanish, Portuguese, Vietnamese, Kazakh, Russian, Indonesian, Filipino, and more. Language support is built into the platform - no manual ASR/TTS configuration needed.

Currently, Voctiv MCP supports calls to US phone numbers. We are actively rolling out new countries - join the waitlist to get notified when your region becomes available. The underlying Voctiv platform already operates across multiple countries, and MCP coverage is expanding regularly.

Under 60 seconds. You add 5 lines of JSON to your MCP config, set your API key, and you're ready to make calls. No SIP configuration, no webhook servers, no Twilio account needed.

All call data is encrypted in transit and at rest. We are GDPR compliant and offer Data Processing Agreements for enterprise customers. Call recordings and transcripts are stored securely and can be deleted on request.

Pro and Enterprise plans support dedicated phone numbers with custom caller ID. This means your calls show your business number, not a random one.

The API returns a clear status: no_answer, voicemail, or busy. On Pro plans and above, you can configure automatic voicemail messages that the AI will leave when no one picks up.

Your AI agent is one config line away from making phone calls

Built on the same platform powering 18,000+ companies. Pay-as-you-go from $0.15/min.

mcp-config.json
{
"mcpServers": {
"voctiv": {
"command": "npx",
"args": ["-y", "@voctiv/mcp-server"]
}
}
}