Skip to main content
Glama

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

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