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 사용하면 별도의 설치가 필요하지 않습니다. 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

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