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.3.tar.gz (19.8 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.3-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mseep_didlogic_mcp-1.0.3.tar.gz
  • Upload date:
  • Size: 19.8 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.3.tar.gz
Algorithm Hash digest
SHA256 81a1d5b6a8f802b58111e12109ef3d5779e82e1aac665587f45987cef4f6b3c9
MD5 53587fc3ecc7d5346d17e82d6265e008
BLAKE2b-256 190b637c2de2210907dceddd51b0152eda63ce2466b22dccab9ee5146447bb7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mseep_didlogic_mcp-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6318d768b48e3f1b25e22b0eb970ddf9f342f703e818f6b1cbec15029ab5ea6a
MD5 5ebed71e7035cd386da4412aab4289b8
BLAKE2b-256 c9aad78a10bc419744f86306f610fe945c4f86d9bd7eb5dd9fd50940905af66d

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