DIDLogic MCP server
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file didlogic_mcp-1.0.2.tar.gz.
File metadata
- Download URL: didlogic_mcp-1.0.2.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c90734afc7b0cb1c3b83a17c654176168df0ad6f03cb0500fe83f8c434d2562c
|
|
| MD5 |
f63045fbff866d08f1986d6046fdcee6
|
|
| BLAKE2b-256 |
76fd302808e966449faf9d9a771eac6d662bb41d9ca4adda22c2199768c3c09f
|
File details
Details for the file didlogic_mcp-1.0.2-py3-none-any.whl.
File metadata
- Download URL: didlogic_mcp-1.0.2-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87b5a37e6f2676a06ad4f41c31bcd99531bcb07078572666b470030f72733fbb
|
|
| MD5 |
77dda5f96d0f7bba75c6d5077ff748d5
|
|
| BLAKE2b-256 |
74ae906219d6ebfb9f38546f844567c0ec441f5679eddda9be6c3442c8635713
|