- Didlogic
Didlogic
Overview
What is Didlogic MCP?
Didlogic MCP is a Model Context Protocol (MCP) server implementation that allows Large Language Models (LLMs) to interact with Didlogic services through a standardized interface.
How to use Didlogic MCP?
To use Didlogic MCP, you can either run it using the uv tool or install it via pip. After installation, set your Didlogic API key and run the server.
Key features of Didlogic MCP?
- Full access to Didlogic API through MCP tools
- Specialized prompts for common operations
- Balance management tools
- SIP account management
- IP restriction management
- Purchases management
- Call history access
- Transaction history access
Use cases of Didlogic MCP?
- Integrating LLMs with Didlogic services for enhanced functionality.
- Managing SIP accounts and transactions through a standardized API.
- Accessing call and transaction history for analytics and reporting.
FAQ from Didlogic MCP?
- What is the purpose of Didlogic MCP?
Didlogic MCP serves as a bridge for LLMs to interact with Didlogic services seamlessly.
- How do I install Didlogic MCP?
You can install Didlogic MCP using pip or run it directly with the
uvtool.
- Is there any support for managing SIP accounts?
Yes, Didlogic MCP includes tools for managing SIP accounts and related operations.
Server Config
{
"mcpServers": {
"didlogic": {
"command": "python",
"args": [
"-m",
"didlogic_mcp"
],
"env": {
"DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY"
}
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
useradStar
-Language
-License
-Category
developer-tools