DTing MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DTing MCPDraft a support reply to a user asking about account deletion"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DTing MCP
This is a small MCP server for DTing. MCP means Model Context Protocol: it lets an AI client call your own business functions instead of guessing from memory.
DTing Tools
The server now includes learning-friendly DTing tools in app/tools/dting.py:
get_dting_company_brief: returns product positioning and core feature context.suggest_dting_mcp_tools: explains what kind of MCP tools fit a business goal.draft_dting_support_reply: drafts a customer support first response.generate_dting_profile_prompt: creates profile-writing prompts for users.analyze_dting_match_context: gives a simple explainable match-context score.build_dting_safety_checklist: returns a trust and safety review checklist.
Think of every MCP tool as:
AI asks a question -> MCP calls your function -> AI gets trusted company dataTo add your next company tool:
Create a normal Python function with clear inputs and output.
Register it with
@mcp.tool().Keep the docstring simple because AI clients use it to understand the tool.
Add a focused test for the pure helper function.
Related MCP server: Company API MCP Server
Docker
Build and start the MCP server:
docker compose up --buildThe default URL is:
http://localhost:8004If that port is busy, run it with another port:
HOST_PORT=8010 PORT=8010 docker compose up --buildStop the server:
docker compose downLocal Python
Install dependencies and run:
pip install -r requirements.txt
PORT=8004 python -m app.mainThis server cannot be deployed
Maintenance
Related MCP Connectors
Let AI agents query data and act across all your business apps via MCP.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Shared company knowledge, workflows, and connected apps for the AIs your team already uses.
Unified MCP Server is a remote MCP connector for AI agents and vertical AI products that provides access to 22,000+ authorized SaaS tools across 400+ integrations and 24 categories directly inside LLMs (Claude, GPT, Gemini, Cohere). Tools operate only on explicitly authorized customer connections, enabling agents to safely read and write against live third-party systems.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI-powered customer support with real-time access to CRM, ticketing, and communication tools via MCP, supporting context-aware conversations and automated actions.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceExposes internal company services as LLM-callable MCP tools, enabling AI agents to perform business operations like customer management, order processing, and support ticketing through natural language.-

CaseMargin MCP Serverofficial
AlicenseAqualityAmaintenanceExposes support case reasoning tools — generate structured case briefs and check escalation readiness from any MCP-compatible AI client.255 npm1MIT- FlicenseNot gradedqualityCmaintenanceEnables AI agents to retrieve customer, order, ticket, policy, and agreement information, and to prepare or execute state-changing support actions like escalations and follow-ups with confirmation and access control.-