D-Tools MCP Server (Saml1211/D-Tools-MCP-Server) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 25 tools. No publisher has claimed this listing.

D
Caution
54/100

D-Tools MCP Server

A production-ready MCP server that connects AI assistants to the D-Tools System Integrator platform, enabling natural language management of AV projects, clients, catalogs, tasks, service orders, and purchase orders.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

Saml1211

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 14 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 2 credentials: DTOOLS_API_KEY, MOCK_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes25 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

get_catalog

Retrieve a D-Tools SI product catalog entry by its unique ID.

search_products

Search the D-Tools SI product catalog by keyword. Returns matching entries with pricing, manufacturer, and specification data.

list_catalogs

List D-Tools SI product catalog entries with optional pagination and search text filtering.

get_client

Retrieve a D-Tools SI client record by its unique ID.

list_clients

List D-Tools SI client records with optional pagination, search text, and deleted or imported filters.

create_client

Create a new client record in D-Tools SI. Requires a name; optionally accepts email, phone, company, and address.

update_client

Update an existing D-Tools SI client by ID. Accepts any combination of name, email, phone, company, and address.

health_check

Run a comprehensive health check verifying D-Tools API connectivity, configuration, webhook handler registration, and rate limiter status.

server_status

Return a quick status snapshot of the MCP server process, including uptime, memory usage, and Node.js version.

get_project

Retrieve a D-Tools SI project or change order by its unique ID. Returns the full project record including all line items.

list_projects

List D-Tools SI projects with optional pagination and filtering by search text, archived, imported, or deleted status.

create_project

Create a new project in D-Tools SI. Requires a project name; optionally accepts description, client association, status, and line items.

update_project

Update an existing D-Tools SI project by ID. Accepts any combination of name, description, client, status, archived flag, and line items.

archive_project

Archive or unarchive one or more D-Tools SI projects by their IDs. Set archive to false to restore previously archived projects.

analyze_project_profitability

Analyse the financial profitability of a D-Tools SI project. Returns total cost, revenue, profit, and gross margin calculated from all line items.

get_equipment_summary

Return a grouped equipment summary for a D-Tools SI project, aggregating quantities and costs by category (falls back to product ID when no category is set).

get_purchase_order

Retrieve a D-Tools SI purchase order by its unique ID.

list_purchase_orders

List D-Tools SI purchase orders with optional pagination, search text, vendor filters, and status filters.

get_service_order

Retrieve a D-Tools SI service order by its unique ID.

list_service_orders

List D-Tools SI service orders with optional pagination, search text, client filters, and progress status filters.

create_service_order

Create a new service order in D-Tools SI. Requires a name; optionally accepts project, client, description, status, due date, and line items.

get_task

Retrieve a D-Tools SI task by its unique ID.

list_tasks

List D-Tools SI tasks with optional filters for project association, search text, pagination, and deleted or imported status.

create_task

Create a new task in D-Tools SI. Requires a name; optionally accepts project, description, status, assignee, and due date.

update_task

Update an existing D-Tools SI task by ID. Accepts any combination of project, name, description, status, assignee, and due date.

// known CVEs in dependencies1 critical14 high12 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@4.0.18GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

highaxios@1.6.2GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.6.2GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

highaxios@1.6.2GHSA-43fc-jf86-j433

Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig

highaxios@1.6.2GHSA-4hjh-wcwx-xvwj

Axios is vulnerable to DoS attack through lack of data size check

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretDTOOLS_API_KEYEdit .env — set DTOOLS_API_URL and
configDTOOLS_API_URLEdit .env — set and DTOOLS_API_KEY
🔐 secretMOCK_API_KEY
configMOCK_API_PORT
configMOCK_API_URL
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

25/25 tools missing one or more hints — get_catalog (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_products (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_catalogs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +22 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

23/25 tool handlers declare input schemas (92%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

24/25 tool handlers wrap calls in try/catch (96%)

Wrap each tool handler body in try/catch and return a structured error response.

Production dependencies are patched

0 critical, 14 high severity in production deps — axios@1.6.2 (high), axios@1.6.2 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/saml1211/d-tools-mcp-server?variant=verified)](https://m8ven.ai/mcp/saml1211/d-tools-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: e9658b38af4b3219962d7fa96bbf4be3adc8800e
code hash: c2dffc382c2354093e0e90ace77e61d45deccab46b7dcbffd5d3edff570ccee8
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client