An MCP server for [DIDLogic](https://didlogic.com). Adds functionality to manage SIP endpoints, numbers and destinations.
The Didlogic MCP Server acts as a crucial bridge, empowering Large Language Models (LLMs) to seamlessly interact with the comprehensive suite of Didlogic services through the Model Context Protocol (MCP). This standardized interface unlocks a new realm of possibilities for AI-driven applications leveraging Didlogic's robust functionalities.
This server provides a rich set of features, enabling LLMs to perform complex tasks and access critical information within the Didlogic ecosystem:
Choose the installation method that best suits your development environment:
uv
Leverage the power of uv
for a simplified installation process. By utilizing uvx
, you can directly execute the didlogic_mcp server without complex setup procedures.
For those preferring the traditional approach, installation via pip is also supported:
pip install didlogic_mcp
After installation, execute the server using the following command, ensuring you replace YOUR_DIDLOGIC_KEY
with your actual API key:
DIDLOGIC_API_KEY=YOUR_DIDLOGIC_KEY python -m didlogic_mcp
Integrate the Didlogic MCP Server with Claude.app by adding the following configuration to your Claude settings:
uvx
"mcpServers": { "didlogic": { "command": "uvx", "args": ["didlogic_mcp"], "env": { "DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY" } } }
"mcpServers": { "didlogic": { "command": "python", "args": ["-m", "didlogic_mcp"], "env": { "DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY" } } }
Important: Remember to replace YOUR_DIDLOGIC_KEY
with your actual Didlogic API key for both configuration methods.
๐ VOYP Voice Over Your Phone MCP Server for making calls.
๐ An MCP server with openAPI specs for using the WhatsApp unnoficial API (https://waha.devlike.pro/ also open source: https://github.com/devlikeapro/waha
๐ ๐ JMeter MCP Server for performance testing
๐ โ๏ธ Slack workspace integration for channel management and messaging