logo-voicenter

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.

INSTALL WITH CLAUDE CODE

/plugin install voicenter-api@voicenter

Examples

voicenter-apibuild a click-to-call endpoint for my CRM
voicenter-apipull yesterday's calls with wait over 30 seconds
voicenter-apiadd a webhook that whisper-briefs my rep on pickup

The voicenter-api plugin packages Voicenter's 14 telephony APIs as Claude Code skills — click-to-call, CDR, dialer, webhooks, real-time events and more. Each skill carries the exact endpoint, a real request and response, and copy-ready TypeScript, so your agent writes the integration correctly the first time. They're grouped by how each API behaves: actions your app triggers, webhooks Voicenter pushes to your endpoint, queries you read, and SDK streams. Install once — all fourteen come with it.

Skills

14

OUT · ACTION — YOUR APP TRIGGERS SOMETHING (CODE AUTH)

/click2callOUT · ACTIONStart or hang up an outbound two-leg call from an agent extension.
/productive-dialerOUT · ACTIONManage auto-dialer campaigns: add/remove destinations, start/stop, and manage agents.
/blacklistOUT · ACTIONAdd or remove phone numbers from the organization dialing blacklist (bulk supported).
/login-logoutOUT · ACTIONSet an agent's login / logout and status programmatically.
/mute-recordingOUT · ACTIONMute or unmute recording on a live call in real time, by extension or by call ID.

PUSH · WEBHOOK — VOICENTER CALLS YOUR ENDPOINT

/voicebotPUSH · WEBHOOKFeed dynamic CRM data to an AI voice agent mid-conversation; the agent reads your response aloud.
/popup-screenPUSH · WEBHOOKPop the caller's CRM record on the agent's screen on incoming calls (ringing / talking / hangup).
/cdr-notificationPUSH · WEBHOOKReceive a full CDR — with optional AI analysis — via webhook after every call ends.
/external-layerPUSH · WEBHOOKRoute inbound IVR calls from your CRM business logic — respond with an action within 5 seconds.

IN · QUERY AND SDK · STREAM — YOU READ THE DATA

/call-logIN · QUERYQuery historical CDR records, filtered by date, phone, extension, or call type.
/active-callsIN · QUERYLive snapshot of active calls per extension and callers waiting in queues — no socket needed.
/extension-listIN · QUERYRetrieve every active extension and user in the organization (SIP code, name, account, email).
/real-timeSDK · STREAMStream live call, queue, and agent-status events continuously via the socket.io EventsSDK.
/lead-trackerSDK · STREAMAttribute inbound calls to the campaign or web page that generated them, via dynamic DIDs.

API quick reference

Click2Callapi.voicenter.com/ForwardDialer/click2call.aspx
Call Logapi.voicenter.com/hub/cdr/
Blacklistapi.voicenter.com/Blacklist/
Extension Listmonitor.voicenter.co.il/Comet/api/GetExtensions
Productive Dialerapi.voicenter.com/ForwardDialer/Dialer/
Login / Logoutapi.voicenter.com/UserLogin/SetStatusFromAPI
Active Callsmonapisec.voicenter.co.il/comet/API/
Mute Recording<monitorX>.voicenter.co/api/MuteUnmuteCalls
Real-TimeEventsSDK (socket.io)
Lead Trackercdn.voicenter.co/cdn/Scripts/did_trace_worker/

Three authentication models

Code · REST

You call Voicenter with your organization API code from the back office; the calling server IP is authorized in CPanel.

click2call · call-log · active-calls · extension-list · blacklist · mute-recording · login-logout · productive-dialer

Push · webhook

Voicenter calls your endpoint, configured in CPanel or in the Voice Agent intent. No outbound token — respond fast.

voicebot · popup-screen · cdr-notification · external-layer

OAuth · via voicenter-mcp

No tokens at all. The agent connects to the same surface over OAuth through the MCP plugin.

the whole surface, as MCP tools

FULL API REFERENCE

Looking for the complete API documentation?

These skills teach your agent the integration. The full reference documents every parameter, response code, and endpoint in detail.

voicenter.co.il/api

Information

CapabilitiesRead · Write · Webhooks · Stream
DeveloperVoicenter LTD
CategoryTelephony / CRM Integration
Version1.4.0
Skills14 (one install)
Websitevoicenter.com/API
Marketplace repogithub.com/VoicenterTeam/claude-marketplace
Privacy Policyvoicenter.com/privacy
Terms of Servicevoicenter.com/terms
LicenseMIT