VoIPBin MCP Server
@nrjchnd
关于 VoIPBin MCP Server
VoIPBin MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"voipbin-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is VoIPBin MCP Server?
A Model Context Protocol (MCP) server implementation for the VoIPBin API, enabling AI models to interact with VoIP services.
How to use VoIPBin MCP Server?
Set up by creating a virtual environment, installing dependencies, and configuring a .env file with your VoIPBin API URL and API key. Run the server locally with python src/main.py --transport stdio for standard I/O or --transport sse --port 8000 for SSE mode. Docker deployment is also supported.
Key features of VoIPBin MCP Server
- Full VoIPBin API integration through MCP protocol
- Support for stdio and SSE transport modes
- Comprehensive tool definitions with proper annotations
- Type-safe request/response handling
- Asynchronous HTTP requests with error handling
- Docker support for easy deployment
Use cases of VoIPBin MCP Server
- Manage calls (create, retrieve, end) via AI model
- Retrieve and update agent statuses
- Create and manage outbound campaigns
- Access call recordings and billing information
- Control conferences, queues, and chat conversations
FAQ from VoIPBin MCP Server
What transports are supported?
Both stdio and SSE (Server-Sent Events) transport modes are supported.
How do I configure API credentials?
Set VOIPBIN_API_URL and VOIPBIN_API_KEY in a .env file or as environment variables.
Can I run the server using Docker?
Yes, Docker and Docker Compose files are provided. The container runs in SSE mode on port 8000 by default.
How do I add a new tool?
Define the tool in the list_tools() function, implement its handler in the voipbin_tool() function, and update the documentation.
What is the license for this project?
This project is licensed under the MIT License, allowing commercial use, modification, and distribution with attribution.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论