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.
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント