Skip to main content

DIDLogic MCP server

Project description

Didlogic MCP Server

A Model Context Protocol (MCP) server implementation for the Didlogic API. This server allows Large Language Models (LLMs) to interact with Didlogic services through a standardized interface.

Features

  • Full access to Didlogic API through MCP tools
  • Specialized prompts for common operations
  • Balance management tools
  • SIP account (sipfriends) management
  • IP restriction management
  • Purchases management
  • Call hisory access
  • Transaction history access

Installation

Using uv (recommended)

When using uv no specific installation is needed. We will use uvx to directly run didlogic_mcp.

Using PIP

Alternatively you can install didlogic_mcp via pip:

pip install didlogic_mcp

After installation, you can run it as a script using:

DIDLOGIC_API_KEY=YOUR_DIDLOGIC_KEY python -m didlogic_mcp

Configuration

Configure for Claude.app

Add to your Claude settings:

Using uvx

"mcpServers": {
  "didlogic": {
    "command": "uvx",
    "args": ["didlogic_mcp"],
    "env": {
      "DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY"
    }
  }
}

Using pip installation

"mcpServers": {
  "didlogic": {
    "command": "python",
    "args": ["-m", "didlogic_mcp"],
    "env": {
      "DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY"
    }
  }
}

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mseep_didlogic_mcp-1.0.4.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mseep_didlogic_mcp-1.0.4-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file mseep_didlogic_mcp-1.0.4.tar.gz.

File metadata

  • Download URL: mseep_didlogic_mcp-1.0.4.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for mseep_didlogic_mcp-1.0.4.tar.gz
Algorithm Hash digest
SHA256 332b4110ce83f3601060fdc497f94b146374a99bd160e810fcdf150e98dd18ba
MD5 9eddce016e02ecabf6811d085564592d
BLAKE2b-256 043aa063de05654a42ba111f31219440da494bda9e18d1e92aeae7e9ea49856d

See more details on using hashes here.

File details

Details for the file mseep_didlogic_mcp-1.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for mseep_didlogic_mcp-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f6780d36f06595e76bb5dbb661dcdae5ecaae3290e39508759645cd4aa4173e6
MD5 2cc8dcff10f1ce936cbd1ae0784003f6
BLAKE2b-256 b864ec50f7fc269922e91bb3f4b2d4836ab4551f7c15586367b680c5f05c9c1b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page