MCP server providing access to Didlogic API for SIP endpoint, number, and call management.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
The install command below didn't complete successfully in our automated test.
uvx didlogic_mcp/bin/bash: line 1: uvx: command not found
This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 1mo ago.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by 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.
When using uv no specific installation is needed. We will
use uvx to directly run didlogic_mcp.
Alternatively you can install didlogic_mcp via pip:
After installation, you can run it as a script using:
The server supports three transport modes:
For local integration with Claude Desktop or similar tools. Uses the DIDLOGIC_API_KEY environment variable for authentication.
For remote access and web clients. Requires Bearer token in Authorization header for each request.
Environment Variables:
PORT - Server port (default: 8000)DIDLOGIC_API_URL - Didlogic API base URL (default: https://app.didlogic.com/api)Note: In HTTP mode, clients must provide their API key as a Bearer token in the Authorization header.
For streaming communication with persistent connections. Ideal for real-time updates and streaming scenarios. Requires Bearer token in Authorization header for each request.
Environment Variables:
PORT - Server port (default: 8000)DIDLOGIC_API_URL - Didlogic API base URL (default: https://app.didlogic.com/api)Note: In SSE mode, clients must provide their API key as a Bearer token in the Authorization header for persistent streaming connections.
Add to your Claude settings:
For Claude Code, you can connect to a running SSE server instance:
Prerequisites:
python -m didlogic_mcp --transport sseYOUR_DIDLOGIC_API_KEY with your actual API keyCustom configuration:
http://localhost:8000/sse to match your server's PORT settinglocalhost with the server's hostname or IP addressMIT
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/userad-didlogic-mcp)<a href="https://allmcps.com/mcp/userad-didlogic-mcp"><img src="https://allmcps.com/api/badge/userad-didlogic-mcp?style=directory" alt="Didlogic MCP on AllMCPs" /></a>