Skip to main content
Glama

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

ライセンス

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

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 -
    118
    172
    MIT License
    • Apple
  • -
    security
    -
    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.
  • -
    security
    -
    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.
  • 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 -
    366
    1
    11
    3
    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