Dataverse (codeurali) MCP Server

mcp-dataverse npm v0.7.8

Published by codeurali — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

The most complete MCP server for Microsoft Dataverse. 81 production-ready tools for AI agents: OData & FetchXML queries, CRUD, metadata, solutions, audit, batch operations, schema write, record access and more. Device code, client credentials, and managed

Trust grade
B
89/100
Last scanned get badge →
Trust
B · 89/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
Critical
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
B Why this grade threat 100 − adoption risk = 89/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 11 = 89. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−10 capability blast radius (critical) — client exposure if the model is manipulated
−1 publisher verification (public source) — no provenance, but the source is public and inspectable

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 6

critical Completed toxic-flow trifecta across toolsMTC-FLOW-002

This server (without client built-ins) exposes a complete data-exfiltration chain: dataverse_download_file_column → dataverse_get_environment_variable ⇒ dataverse_batch_execute. Untrusted input is ingested, private data is read, and it can be sent to an external sink — and at least one leg is a direct schema wire (⇒), where a producer's output drops straight into a free-text parameter of the next tool, so the chain needs little agent cooperation. Static analysis proves the primitive exists, not that a specific run will occur.

Fix: Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.

Location: flow dataverse_download_file_column → dataverse_get_environment_variable → dataverse_batch_execute

high Shell/command execution in server code (dist/doctor.js)MTC-SRC-002

In the server's implementation (`dist/doctor.js:4`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ;import{exec as Pe}from"child_process";import{platform as G}from"process";function Z(s){let e=G==="win32"?`echo|set /p="

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/doctor.js

high Shell/command execution in server code (dist/server.js)MTC-SRC-002

In the server's implementation (`dist/server.js:4`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ;import{exec as Fr}from"child_process";import{platform as Ft}from"process";function Bt(r){let a=Ft==="win32"?`echo|set /

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/server.js

high Shell/command execution in server code (dist/setup-auth.js)MTC-SRC-002

In the server's implementation (`dist/setup-auth.js:4`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ";import{exec as B}from"child_process";import{platform as S}from"process";function I(t){let e=S==="win32"?`echo|set /p="

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/setup-auth.js

medium Unconstrained URL/host parameter "url" on "dataverse_batch_execute"MTC-CAP-007

Tool "dataverse_batch_execute" takes a URL/host parameter "url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).

Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.

Location: tool dataverse_batch_execute · inputSchema.properties.url

low Shell/command execution in packaging/dev tooling (dist/install.js)MTC-SRC-002

In a packaging/dev/install script (shipped, but not the server runtime) (`dist/install.js:2`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ";import{exec as Z}from"child_process";import{platform as A}from"process";import{createCipheriv as O,createDecipheriv as

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/install.js

Tools 129

Each tool and what it can reach — statically extracted from the published source.

  • dataverse_batch_executenetwork egress
  • dataverse_download_file_columningests untrusted input
  • dataverse_get_environment_variablereads sensitive data
  • dataverse_open_table_browseringests untrusted input
  • dataverse_plugin_trace_viewer_get_logsreads sensitive data
  • dataverse_set_environment_variablereads sensitive data
  • dataverse_upload_file_columnnetwork egress
  • file_operationsingests untrusted input
  • analyze-org-healthno sensitive capability
  • analyze-workflowno sensitive capability
Show 119 more tools ↓
  • Available Tablesno sensitive capability
  • batch_schema_workflowno sensitive capability
  • bulk_operationsno sensitive capability
  • create_recordno sensitive capability
  • data-quality-checkno sensitive capability
  • Dataverse FetchXML Workbenchno sensitive capability
  • Dataverse Plugin Trace Viewerno sensitive capability
  • Dataverse RBAC Inspectorno sensitive capability
  • Dataverse Schema Explorerno sensitive capability
  • Dataverse Table Browserno sensitive capability
  • dataverse_add_role_privilegesno sensitive capability
  • dataverse_assignno sensitive capability
  • dataverse_assign_role_to_teamno sensitive capability
  • dataverse_assign_role_to_userno sensitive capability
  • dataverse_associateno sensitive capability
  • dataverse_associate_bulkno sensitive capability
  • dataverse_change_detectionno sensitive capability
  • dataverse_check_record_accessno sensitive capability
  • dataverse_createno sensitive capability
  • dataverse_create_annotationno sensitive capability
  • dataverse_create_attributeno sensitive capability
  • dataverse_create_environment_variableno sensitive capability
  • dataverse_create_lookup_attributeno sensitive capability
  • dataverse_create_relationshipno sensitive capability
  • dataverse_create_sitemapno sensitive capability
  • dataverse_create_tableno sensitive capability
  • dataverse_create_web_resourceno sensitive capability
  • dataverse_deleteno sensitive capability
  • dataverse_delete_attributeno sensitive capability
  • dataverse_detect_duplicatesno sensitive capability
  • dataverse_disassociateno sensitive capability
  • dataverse_environment_capabilitiesno sensitive capability
  • dataverse_execute_actionno sensitive capability
  • dataverse_execute_bound_actionno sensitive capability
  • dataverse_execute_bound_functionno sensitive capability
  • dataverse_execute_fetchxmlno sensitive capability
  • dataverse_execute_functionno sensitive capability
  • dataverse_fetchxml_workbench_executeno sensitive capability
  • dataverse_fetchxml_workbench_list_attributesno sensitive capability
  • dataverse_fetchxml_workbench_list_tablesno sensitive capability
  • dataverse_getno sensitive capability
  • dataverse_get_annotationsno sensitive capability
  • dataverse_get_attribute_option_setno sensitive capability
  • dataverse_get_audit_logno sensitive capability
  • dataverse_get_entity_keyno sensitive capability
  • dataverse_get_guideno sensitive capability
  • dataverse_get_option_setno sensitive capability
  • dataverse_get_plugin_trace_logsno sensitive capability
  • dataverse_get_relationshipsno sensitive capability
  • dataverse_get_role_privilegesno sensitive capability
  • dataverse_get_table_metadatano sensitive capability
  • dataverse_get_user_rolesno sensitive capability
  • dataverse_get_workflowno sensitive capability
  • dataverse_get_workflow_trace_logsno sensitive capability
  • dataverse_grant_accessno sensitive capability
  • dataverse_impersonateno sensitive capability
  • dataverse_list_business_unitsno sensitive capability
  • dataverse_list_connection_referencesno sensitive capability
  • dataverse_list_custom_actionsno sensitive capability
  • dataverse_list_dependenciesno sensitive capability
  • dataverse_list_global_option_setsno sensitive capability
  • dataverse_list_guidesno sensitive capability
  • dataverse_list_plugin_stepsno sensitive capability
  • dataverse_list_rolesno sensitive capability
  • dataverse_list_tablesno sensitive capability
  • dataverse_list_teamsno sensitive capability
  • dataverse_list_tool_tagsno sensitive capability
  • dataverse_list_usersno sensitive capability
  • dataverse_list_viewsno sensitive capability
  • dataverse_list_workflowsno sensitive capability
  • dataverse_merge_recordsno sensitive capability
  • dataverse_open_fetchxml_workbenchno sensitive capability
  • dataverse_open_plugin_trace_viewerno sensitive capability
  • dataverse_open_rbac_inspectorno sensitive capability
  • dataverse_open_schema_explorerno sensitive capability
  • dataverse_publish_customizationsno sensitive capability
  • dataverse_queryno sensitive capability
  • dataverse_query_associationsno sensitive capability
  • dataverse_rbac_inspector_get_profile_permissionsno sensitive capability
  • dataverse_rbac_inspector_get_role_privilegesno sensitive capability
  • dataverse_rbac_inspector_get_user_rolesno sensitive capability
  • dataverse_rbac_inspector_list_field_profilesno sensitive capability
  • dataverse_rbac_inspector_list_rolesno sensitive capability
  • dataverse_rbac_inspector_list_usersno sensitive capability
  • dataverse_remove_role_from_userno sensitive capability
  • dataverse_replace_role_privilegesno sensitive capability
  • dataverse_resolve_entity_nameno sensitive capability
  • dataverse_retrieve_dependencies_for_deleteno sensitive capability
  • dataverse_retrieve_multiple_with_pagingno sensitive capability
  • dataverse_revoke_accessno sensitive capability
  • dataverse_schema_explorer_get_entityno sensitive capability
  • dataverse_schema_explorer_list_tablesno sensitive capability
  • dataverse_searchno sensitive capability
  • dataverse_set_table_iconno sensitive capability
  • dataverse_set_workflow_stateno sensitive capability
  • dataverse_suggest_toolsno sensitive capability
  • dataverse_table_browser_get_rowsno sensitive capability
  • dataverse_table_browser_list_tablesno sensitive capability
  • dataverse_updateno sensitive capability
  • dataverse_update_attributeno sensitive capability
  • dataverse_update_entityno sensitive capability
  • dataverse_upsertno sensitive capability
  • dataverse_whoamino sensitive capability
  • delete_recordno sensitive capability
  • explore_schemano sensitive capability
  • inspect_auditno sensitive capability
  • manage_solutionno sensitive capability
  • query_datano sensitive capability
  • sampleSizeno sensitive capability
  • schema-reviewno sensitive capability
  • search_datano sensitive capability
  • security-auditno sensitive capability
  • Server Instructionsno sensitive capability
  • statusFilterno sensitive capability
  • Table Relationshipsno sensitive capability
  • Table Schemano sensitive capability
  • tableNameno sensitive capability
  • update_recordno sensitive capability
  • workflowNameno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.7.8 latest B 89/100 6 1.13.0 2026-09-07

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: B · 89/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/mcp-dataverse/badge.svg)](https://mcptrustchecker.com/registry/mcp-dataverse)
HTML
<a href="https://mcptrustchecker.com/registry/mcp-dataverse"><img src="https://mcptrustchecker.com/registry/mcp-dataverse/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/mcp-dataverse/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan mcp-dataverse --online

Use the free API → How scoring works

Other implementations of Dataverse 3

Independent packages implementing the same tool, scanned with the same engine. Compare all 4 side by side →

More in Databases