MCP server for the VoIPbin CPaaS platform
Voipbin MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for the VoIPbin CPaaS platform.
An MCP (Model Context Protocol) server that enables AI assistants to interact with the VoIPbin CPaaS platform. It exposes VoIPbin's communication APIs -- calls, flows, messaging, conferencing, AI, and more -- as tools that any MCP-compatible client can use to manage and automate cloud communications.
Once Voipbin is connected, these are the calls the assistant has available:
Resource — ToolsCalls — list_calls, get_call, create_call, hangup_callFlows — list_flows, get_flow, create_flow, update_flow, delete_flowAgents — list_agents, get_agentNumbers — list_numbers, get_numberContacts — list_contacts, get_contact, create_contact, update_contact, delete_contactMessages — list_messages, get_message, send_messageEmails — list_emails, get_email, send_emailConversations — list_conversations, get_conversationConferences — list_conferences, get_conference, create_conference, delete_conferenceCampaigns — list_campaigns, get_campaign, create_campaign, update_campaign, delete_campaignQueues — list_queues, get_queuevoipbin-mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need one environment variable: VOIPBIN_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Voipbin's toolset — Resource, Calls, Flows and 11 more — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Resource | Tools |
| Calls | list_calls, get_call, create_call, hangup_call |
| Flows | list_flows, get_flow, create_flow, update_flow, delete_flow |
| Agents | list_agents, get_agent |
| Numbers | list_numbers, get_number |
| Contacts | list_contacts, get_contact, create_contact, update_contact, delete_contact |
| Messages | list_messages, get_message, send_message |
| Emails | list_emails, get_email, send_email |
| Conversations | list_conversations, get_conversation |
| Conferences | list_conferences, get_conference, create_conference, delete_conference |
| Campaigns | list_campaigns, get_campaign, create_campaign, update_campaign, delete_campaign |
| Queues | list_queues, get_queue |
| Routes | list_routes, get_route |
| Billings | list_billings, get_billing |
{
"mcpServers": {
"voipbin": {
"command": "uvx",
"args": ["voipbin-mcp"],
"env": {
"VOIPBIN_API_KEY": "your-access-key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| VOIPBIN_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.