io.github.dataplat/dbatools-mcp-server
NPM · DBATOOLS-MCP-SERVER · SCANNED AUG 3
MCP server for dbatools — exposes SQL Server management commands as MCP tools
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to dataplat/dbatools-mcp-server). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 106 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 530 tokens (~132/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · dbatools-mcp-server
claude mcp add dataplat-dbatools-mcp-server -- npx -y dbatools-mcp-server
codex mcp add dataplat-dbatools-mcp-server -- npx -y dbatools-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dataplat-dbatools-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"dbatools-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add dataplat-dbatools-mcp-server --command npx --arg -y --arg dbatools-mcp-server
mcp_servers:
dataplat-dbatools-mcp-server:
command: "npx"
args: ["-y", "dbatools-mcp-server"] {
"mcpServers": {
"dataplat-dbatools-mcp-server": {
"command": "npx",
"args": [
"-y",
"dbatools-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +57
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- The attested source repository moved: dataplat/dbatools-mcp-server security
- Schema quality: unverified → good ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −40
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- 30 Jul 26 +22
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- dataplat/dbatools-mcp-server
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/dataplat/dbatools-mcp-server/.github/workflows/publish.yml@refs/tags/v0.5.0
- Rekor log index:
- 1339382728
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:7e2ca9da6edba7da111f2880378e47f5b4c8e76034af5acf53b7e894a9a95d5c69dd07451212d30094cde45ff9a956990bac623c5ceb7d6b89ec0baf8
- Discovery method:
- attestation_endpoint
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
check_dbatools_environment ~30
Verify that PowerShell and the dbatools module are installed and report the help-index status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_dbatools_command_help ~54
Get the full normalized help for a specific dbatools command, including parameters and examples sourced from comment-based help.
| Name | Type | Req | Description |
|---|---|---|---|
| commandName | string | yes | Exact command name, e.g. Get-DbaDatabase |
No output schema declared.
No examples provided.
invoke_dbatools_command ~322
Execute a dbatools command via PowerShell and return structured JSON output. SAFETY: For any destructive or change command (Remove, Drop, Disable, Reset, etc.), always explain the consequences to the user and ask for explicit confirmation before running. Only proceed with confirm:true if the user has clearly confirmed their intent. Respect DBATOOLS_SAFE_MODE: never bypass safety checks. For any command that modifies or deletes data, double-check with the user before proceeding. Show the exact command and output for transparency. Non-readonly commands require confirm:true when safe mode is enabled.
| Name | Type | Req | Description |
|---|---|---|---|
| commandName | string | yes | Exact dbatools command name to execute, e.g. Get-DbaDatabase |
| confirm | boolean | — | Set to true to allow execution of change/destructive commands (required when safeMode is on) |
| parameters | object | — | Key-value map of parameters. Strings, numbers, and booleans map directly to PowerShell parameters. For SQL authentication pass SqlCredential as an object: { "username": "sa", "password": "secret" }.… |
| selectProperties | array | — | List of property names to select from the output (e.g. ['Name', 'Status', 'SizeMB']). Use this to reduce output size for commands that return complex objects like SMO database or login objects. When… |
No output schema declared.
No examples provided.
list_dbatools_commands ~124
Search and list dbatools commands. Filter by verb, noun, keyword, or risk level.
| Name | Type | Req | Description |
|---|---|---|---|
| keyword | string | — | Keyword to search in name, synopsis, and description |
| limit | integer | — | Maximum number of results (default 50, max 200) |
| noun | string | — | Noun fragment to match (e.g. Database, Login, AgentJob) |
| riskLevel | string | — | Filter by risk tier |
| verb | string | — | PowerShell verb (e.g. Get, Set, New, Remove, Test) |
No output schema declared.
No examples provided.