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 설치할 수 있습니다.

지엑스피1

설치 후 다음을 사용하여 스크립트로 실행할 수 있습니다.

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

특허

MIT

-
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