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

didlogic_mcp-1.0.3.tar.gz (19.4 kB view details)

Uploaded Source

Built Distribution

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

didlogic_mcp-1.0.3-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: didlogic_mcp-1.0.3.tar.gz
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.2

File hashes

Hashes for didlogic_mcp-1.0.3.tar.gz
Algorithm Hash digest
SHA256 08c1933a54a4d24aecb38d16bc9154d0d311b3b0761403880b68c1c3c05138c5
MD5 4d56913b46fdbb9ab8642f261db1cf09
BLAKE2b-256 d71b0826d7b22452460bb9a4a23fc6ec01ab5bc246737c82e1d84766042b55a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for didlogic_mcp-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 32c3b4cff0341d47b4e0137887558fed34ed21f694089852abe97334e2330ceb
MD5 9022a106c603691ee1426b62be8319e1
BLAKE2b-256 87f6688c3dfece467a50187aa8c788e2019cf42432a5d9136fd621c186fa4d7e

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