didlogic_mcp

by UserAd
Verified

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 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" } } }

ライセンス

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

-
security - not tested
A
license - permissive license
-
quality - not tested

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

  1. Features
    1. Installation
      1. Using uv (recommended)
      2. Using PIP
    2. Configuration
      1. Configure for Claude.app
    3. License
      ID: 0iz312dmyd