Didlogic MCP Server
Interact with Didlogic services seamlessly through a standardized interface. Manage your SIP accounts, transactions, and call history effortlessly while leveraging the full power of the Didlogic API. Enhance your LLM capabilities with specialized prompts for common operations.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install UserAd/didlogic_mcp -c claudeThis command will automatically install and configure the Didlogic MCP Server MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claudeAfter opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Didlogic MCP Server": {
"command": "uvx",
"args": [
"didlogic_mcp"
],
"env": {
"DIDLOGIC_API_KEY": "${input:didlogic_api_key}",
"YOUR_DIDLOGIC_KEY": "${input: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
Configuration
Configure for Claude.app
Add to your Claude settings:
Using uvx
"mcpServers": {
"didlogic": {
"command": "uvx",
"args": ["didlogic_mcp"],
"env": {
"DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY"
}
}
}
Using pip installation
"mcpServers": {
"didlogic": {
"command": "python",
"args": ["-m", "didlogic_mcp"],
"env": {
"DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY"
}
}
}
License
MIT
Stars
1Forks
3Last commit
7 months agoRepository age
7 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Didlogic MCP Server:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit