VoIPbin MCP Server
An MCP server that enables AI assistants to interact with the VoIPbin CPaaS platform, exposing tools for managing calls, flows, messaging, conferencing, and more.
README
VoIPbin MCP Server
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.
Installation
pip install voipbin-mcp
Or run directly without installing:
uvx voipbin-mcp
Configuration
Claude Code
Add to ~/.claude.json:
{
"mcpServers": {
"voipbin": {
"command": "uvx",
"args": ["voipbin-mcp"],
"env": {
"VOIPBIN_API_KEY": "your-access-key"
}
}
}
}
Cursor
Add to .cursor/mcp.json in your project directory:
{
"mcpServers": {
"voipbin": {
"command": "uvx",
"args": ["voipbin-mcp"],
"env": {
"VOIPBIN_API_KEY": "your-access-key"
}
}
}
}
Generic MCP Client
Any MCP-compatible client can connect by running the voipbin-mcp command with the VOIPBIN_API_KEY environment variable set:
VOIPBIN_API_KEY=your-access-key voipbin-mcp
Available Tools
| Resource | Tools |
|---|---|
| Calls | list_calls, get_call, create_call, hangup_call |
| Flows | list_flows, get_flow, create_flow, update_flow, delete_flow |
| Active Flows | list_activeflows, get_activeflow, stop_activeflow |
| 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 |
| AIs | list_ais, get_ai, create_ai |
| Customer | get_customer |
| Tags | list_tags, get_tag |
| Extensions | list_extensions, get_extension |
Example Usage
Once configured, you can ask your AI assistant to interact with VoIPbin directly:
List active calls:
"Show me all my active calls"
The AI uses list_calls to fetch and display your current calls.
Create a flow:
"Create a flow that answers and plays a greeting"
The AI uses create_flow to build a call flow with answer and play actions.
Check billing:
"What are my recent billing charges?"
The AI uses list_billings to retrieve your billing history.
Manage contacts:
"Add a new contact named John with phone number +1234567890"
The AI uses create_contact to create the contact in your account.
Security Note
Your VoIPbin API key is sent as a URL query parameter (accesskey=) on every request. The connection uses HTTPS, so the key is encrypted in transit. However, be aware that URL parameters may be recorded in server access logs and proxy logs. Avoid sharing unredacted debug output, and rotate your key if you suspect it has been exposed.
Getting an API Key
Sign up at voipbin.net and create an access key through the API or the admin console at admin.voipbin.net.
Development
git clone https://github.com/voipbin/mcp.git
cd mcp
uv venv
uv pip install -e ".[dev]"
uv run pytest tests/ -v
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。