DTing MCP
Click on "Install 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: Customer Support 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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 gradedqualityCmaintenanceProvides prompt management, resource management, and tool call capabilities (content analysis, article analysis) based on the MCP protocol.3MIT
- 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 gradedqualityCmaintenanceExposes 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.
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to drive Relay, an AI support-triage agent, by exposing tools for customer lookup, documentation search, ticket classification, reply, and escalation, with full guardrails and read-only mode option.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rifatsoftdev/DTing-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server