Skip to main content
Glama

didlogic_mcp

Didlogic MCP 服务器

Didlogic API 的模型上下文协议 (MCP) 服务器实现。该服务器允许大型语言模型 (LLM) 通过标准化接口与 Didlogic 服务进行交互。

特征

  • 通过 MCP 工具完全访问 Didlogic API
  • 常见操作的专门提示
  • 余额管理工具
  • SIP账户(sipfriends)管理
  • IP限制管理
  • 采购管理
  • 访问通话记录
  • 交易历史记录访问

安装

使用 uv(推荐)

使用uv时无需特殊安装。我们将使用uvx直接运行didlogic_mcp

使用 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