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

ライセンス

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

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

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

      • A
        security
        A
        license
        A
        quality
        Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, we provide an installer as well as an MCP Server for Upstash Developer API's.
        Last updated -
        16
        58
        27
        TypeScript
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        An educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.
        Last updated -
        1
        88
        Python
        MIT License
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol (MCP) server implementation that enables LLMs to interact with the Osmosis protocol, allowing for querying and transaction functionality through natural language.
        Last updated -
        9
        TypeScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        The APISIX Model Context Protocol (MCP) server bridges large language models (LLMs) with the APISIX Admin API.
        Last updated -
        31
        15
        23
        TypeScript
        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