voicenter-mcp
A live MCP server over OAuth. No tokens, no env vars. Ask your agent to place a call, read call records, or manage agents, and it acts against your account.
INSTALL WITH CLAUDE CODE
/plugin install voicenter-mcp@voicenter /setup
Try asking your agent
The Voicenter MCP server is a remote Model Context Protocol server that gives an AI coding agent — Claude Code, Cursor, or any MCP client — live access to the Voicenter cloud telephony platform. Once connected, the agent can place calls, pull call detail records, list SIP extensions, set agent status, and run dialer campaigns by calling real tools instead of reading API docs. Authentication is OAuth, so there are no API tokens or environment variables to manage.
How the connection works
Add & install
Add the marketplace, then run /plugin install voicenter-mcp@voicenter. The server URL is already baked into the plugin.
OAuth sign-in
On the first tool call, Claude Code opens your browser; you log in to Voicenter and grant access. No token to paste.
Tools appear
The agent now sees the Voicenter tools and can call them directly.
Just ask
Describe what you want in natural language; the agent picks the right tool and runs it against your account.
Connected in under a minute.
Tools
14CALLS
RECORDS
AGENTS & ORG
CAMPAIGNS
REAL-TIME
INBOUND LOGIC
Security model
OAuth, not API keys
You authenticate as yourself against your Voicenter account; the agent acts on your behalf within that grant.
no keys to copy
No stored tokens
Nothing in .env, shell profiles, or environment variables. Claude Code stores the OAuth token securely and refreshes it automatically.
nothing in .env
Account-scoped access
Tools operate only within the account you authorized. The code-based REST APIs add a second layer: an organization API code plus IP allow-listing in CPanel.
code + IP for REST
Information
Where to go next
voicenter-api
Fourteen battle-tested integration skills, each with the real endpoint, request/response examples, and copy-ready TypeScript: click-to-call, CDR, dialer, blacklist, real-time events, and more.
voicenter-bot-builder
Design a production-ready voice agent by talking to your coding agent. A guided three-step pipeline turns intents and slots into validated, deployable Bot JSON.