didlogic_mcpServer

UserAd
GitHub
communicationapp automationAPI

Loading subscription status...

💡 Description

Implementation of a Model Context Protocol (MCP) server for the Didlogic API, allowing Large Language Models (LLMs) to interact with Didlogic services through a standardized interface.

📝 JSON Entries

{
  "mcpServers": [
    {
      "didlogic": {
        "env": {
          "DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY"
        },
        "args": [
          "didlogic_mcp"
        ],
        "command": "uvx"
      }
    },
    {
      "didlogic": {
        "env": {
          "DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY"
        },
        "args": [
          "-m",
          "didlogic_mcp"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

uvpip

Features

  • Full access to Didlogic API through MCP tools
  • Specialized prompts for common operations
  • Balance management tools
  • SIP accounts management
  • IP restriction management
  • Purchase management
  • Call history access
  • Transaction history access