Didlogic MCP Server
Description
# Didlogic MCP Server [](https://archestra.ai/mcp-catalog/userad__didlogic_mcp) A Model Context Protocol (MCP) server implementation for the Didlogic API. This server allows Large Language…
About
# Didlogic MCP Server [](https://archestra.ai/mcp-catalog/userad__didlogic_mcp) A Model Context Protocol (MCP) server implementation for the Didlogic API. This server allows Large Language Models (LLMs) to interact with Didlogic…
Details
- Author
- UserAd
- GitHub stars
- 4
- Downloads
- 148
- Categories
- Communication, Other
Jump to
- Full Didlogic API access through MCP tools
- Specialized prompts for common operations
- Balance management tools
- SIP account (sipfriends) management
- IP restriction management
- Purchases, call history, and transaction history access
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Didlogic MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via uvx (recommended) or pip, then run with your Didlogic API key set as the DIDLOGIC_API_KEY environment variable. The server supports three transport modes: STDIO (default), HTTP, and SSE. For HTTP and SSE modes, clients must pass the API key as a Bearer token in the Authorization header.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"didlogic mcp server": {
"didlogic_mcp": {
"command": "python",
"args": [
"-m",
"didlogic_mcp"
],
"env": {
"DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY"
}
}
}
}
}
McpServers
{
"didlogic_mcp": {
"command": "python",
"args": [
"-m",
"didlogic_mcp"
],
"env": {
"DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY"
}
}
}
Didlogic MCP Server
A Model Context Protocol (MCP) server implementation for the Didlogic API. This server allows Large Language Models (LLMs) to interact with Didlogic services through a standardized interface.
Features
- Full access to Didlogic API through MCP tools
- Specialized prompts for common operations
- Balance management tools
- SIP account (sipfriends) management
- IP restriction management
- Purchases management
- Call hisory access
- Transaction history access
Installation
Using uv (recommended)
When using uv no specific installation is needed. We will
use uvx to directly run didlogic_mcp.
Using PIP
Alternatively you can install didlogic_mcp via pip:
pip install didlogic_mcp
After installation, you can run it as a script using:
DIDLOGIC_API_KEY=YOUR_DIDLOGIC_KEY python -m didlogic_mcp
Transport Modes
The server supports three transport modes:
STDIO Mode (Default)
For local integration with Claude Desktop or similar tools. Uses the DIDLOGIC_API_KEY environment variable for authentication.
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




