DIDLogic MCP server
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"didlogic-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Didlogic MCP Server [](https://archestra.ai/mcp-catalog/userad__didlogic_mcp) 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`](https://docs.astral.sh/uv/) no specific installation is needed. We will use [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run *didlogic_mcp*. ### Using PIP Alternatively you can install `didlogic_mcp` via pip: ```bash pip install didlogic_mcp ``` After installation, you can run it as a script using: ```bash DIDLOGIC_API_KEY=YOUR_DIDLOGIC_KEY python -m didlogic_mcp ``` ## Transport Modes The server supports three transport modes: ### STDIO Mode (Default) For local integration with Claude Desktop or similar tools. Uses the `DIDLOGIC_API_KEY` environment variable for authentication. ```bash # Using uvx (recommended) DIDLOGIC_API_KEY=your_key uvx didlogic_mcp # Using uv run DIDLOGIC_API_KEY=your_key uv run didlogic_mcp # As Python module DIDLOGIC_API_KEY=your_key python -m didlogic_mcp --transport stdio ``` ### HTTP Mode For remote access and web clients. Requires Bearer token in `Authorization` header for each request. ```bash # Using default port (8000) python -m didlogic_mcp --transport http # Custom port via environment variable PORT=9000 python -m didlogic_mcp --transport http # Custom host and port python -m didlogic_mcp --transport http --host 0.0.0.0 --port 9000 # With debug logging python -m didlogic_mcp --transport http --log-level DEBUG ``` **…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.