Skip to main content
Glama

didlogic_mcp

Didlogic MCP サーバー

Didlogic API用のモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーにより、大規模言語モデル(LLM)は標準化されたインターフェースを介してDidlogicサービスと連携できるようになります。

特徴

  • MCPツールを介したDidlogic APIへのフルアクセス
  • 一般的な操作のための専用プロンプト
  • バランス管理ツール
  • SIPアカウント(sipfriends)管理
  • IP制限管理
  • 購入管理
  • 通話履歴へのアクセス
  • 取引履歴へのアクセス

インストール

uvの使用(推奨)

uvを使用する場合、特別なインストールは必要ありません。didlogic_mcp直接実行するためにuvxを使用します。

PIPの使用

あるいは、pip 経由でdidlogic_mcpインストールすることもできます。

pip install didlogic_mcp

インストール後、次のコマンドを使用してスクリプトとして実行できます。

DIDLOGIC_API_KEY=YOUR_DIDLOGIC_KEY python -m didlogic_mcp

構成

Claude.app 用に設定する

Claude 設定に追加:

uvxの使用
"mcpServers": { "didlogic": { "command": "uvx", "args": ["didlogic_mcp"], "env": { "DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY" } } }
pipインストールの使用
"mcpServers": { "didlogic": { "command": "python", "args": ["-m", "didlogic_mcp"], "env": { "DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY" } } }

ライセンス

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Didlogic API用のモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーにより、大規模言語モデル(LLM)は標準化されたインターフェースを介してDidlogicサービスと連携できるようになります。

  1. 特徴
    1. インストール
      1. uvの使用(推奨)
      2. PIPの使用
    2. 構成
      1. Claude.app 用に設定する
    3. ライセンス

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.
        Last updated -
        114
        158
        TypeScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol (MCP) server implementation for interacting with Phabricator API. This server allows LLMs to interact with Phabricator through a standardized interface.
        Last updated -
        5
        Python
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data seamlessly through natural language.
        Last updated -
        114
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol (MCP) server designed to easily dump your codebase context into Large Language Models (LLMs).
        Last updated -
        1
        9
        1
        JavaScript
        Apache 2.0

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/UserAd/didlogic_mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server