Sitecore MCP Server

@antonytm/mcp-sitecore-server npm v2.0.0 Source verified

Published by antonytm — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.

A Model Context Protocol server for Sitecore

Trust grade
A
90/100
Last scanned get badge →
Trust
A · 90/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
A Why this grade threat 100 − adoption risk = 90/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 − 10 = 90. 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

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 8

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

This server (without client built-ins) exposes a complete data-exfiltration chain: get-pages-by-site → logging-get-logs → get-powershell-documentation. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). 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 get-pages-by-site → logging-get-logs → get-powershell-documentation

high Tool "get-powershell-documentation" exposes command/code executionMTC-CAP-001

Tool "get-powershell-documentation" appears to run shell commands or evaluate code (keyword "powershell" in tool name, parameter "command"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.

Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.

Location: tool get-powershell-documentation

high Tool "run-powershell-script" exposes command/code executionMTC-CAP-001

Tool "run-powershell-script" appears to run shell commands or evaluate code (keyword "powershell" in tool name, parameter "script"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.

Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.

Location: tool run-powershell-script

high Dynamic code execution in server code (dist/bundle.js)MTC-SRC-001

In the server's implementation (`dist/bundle.js:17381`): Evaluating strings as code is the most direct RCE primitive; if any tool input reaches it, the server executes attacker-chosen code. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: h); const validate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode)(this, this.scope

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/bundle.js

medium Unconstrained command parameter "command" on "get-powershell-documentation"MTC-CAP-006

Tool "get-powershell-documentation" takes a command-shaped parameter "command" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.

Fix: Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.

Location: tool get-powershell-documentation · inputSchema.properties.command

medium Unconstrained command parameter "script" on "run-powershell-script"MTC-CAP-006

Tool "run-powershell-script" takes a command-shaped parameter "script" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.

Fix: Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.

Location: tool run-powershell-script · inputSchema.properties.script

low Mutating tool "get-powershell-documentation" declares no destructiveHintMTC-CAP-005

Tool "get-powershell-documentation" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool get-powershell-documentation

low Mutating tool "run-powershell-script" declares no destructiveHintMTC-CAP-005

Tool "run-powershell-script" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool run-powershell-script

Tools 119

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

  • get-pages-by-siteingests untrusted input
  • get-powershell-documentationruns code / shell
  • logging-get-logsreads sensitive data
  • media-downloadingests untrusted input
  • run-powershell-scriptruns code / shell
  • add-rendering-to-placeholderno sensitive capability
  • authoring-copy-itemno sensitive capability
  • authoring-create-itemno sensitive capability
  • authoring-create-item-templateno sensitive capability
  • authoring-delete-itemno sensitive capability
Show 109 more tools ↓
  • authoring-get-itemno sensitive capability
  • authoring-get-item-templateno sensitive capability
  • authoring-get-jobno sensitive capability
  • authoring-get-media-itemno sensitive capability
  • authoring-get-siteno sensitive capability
  • authoring-graphqlno sensitive capability
  • authoring-introspect-schemano sensitive capability
  • authoring-list-jobsno sensitive capability
  • authoring-list-sitesno sensitive capability
  • authoring-move-itemno sensitive capability
  • authoring-publish-itemno sensitive capability
  • authoring-publishing-statusno sensitive capability
  • authoring-rebuild-indexesno sensitive capability
  • authoring-rename-itemno sensitive capability
  • authoring-searchno sensitive capability
  • authoring-update-itemno sensitive capability
  • authoring-update-item-templateno sensitive capability
  • authoring-upload-mediano sensitive capability
  • common-add-item-versionno sensitive capability
  • common-convert-from-item-cloneno sensitive capability
  • common-get-archiveno sensitive capability
  • common-get-archive-itemno sensitive capability
  • common-get-cacheno sensitive capability
  • common-get-databaseno sensitive capability
  • common-get-item-cloneno sensitive capability
  • common-get-item-fieldno sensitive capability
  • common-get-item-referenceno sensitive capability
  • common-get-item-referrerno sensitive capability
  • common-get-item-templateno sensitive capability
  • common-get-item-workflow-eventno sensitive capability
  • common-get-sitecore-jobno sensitive capability
  • common-invoke-workflowno sensitive capability
  • common-new-item-cloneno sensitive capability
  • common-new-item-workflow-eventno sensitive capability
  • common-publish-itemno sensitive capability
  • common-remove-archive-itemno sensitive capability
  • common-remove-item-versionno sensitive capability
  • common-reset-item-fieldno sensitive capability
  • common-restart-applicationno sensitive capability
  • common-restore-archive-itemno sensitive capability
  • common-set-base-templateno sensitive capability
  • common-set-item-templateno sensitive capability
  • common-test-base-templateno sensitive capability
  • common-update-item-referrerno sensitive capability
  • configno sensitive capability
  • create-component-datasourceno sensitive capability
  • get-allowed-components-by-placeholderno sensitive capability
  • get-site-informationno sensitive capability
  • indexing-find-itemno sensitive capability
  • indexing-get-search-indexno sensitive capability
  • indexing-rebuild-search-indexno sensitive capability
  • indexing-set-search-index-stateno sensitive capability
  • item-service-create-itemno sensitive capability
  • item-service-delete-itemno sensitive capability
  • item-service-edit-itemno sensitive capability
  • item-service-get-itemno sensitive capability
  • item-service-get-item-childrenno sensitive capability
  • item-service-get-item-descendantsno sensitive capability
  • item-service-get-languagesno sensitive capability
  • item-service-search-itemsno sensitive capability
  • list-insert-optionsno sensitive capability
  • list-site-componentsno sensitive capability
  • list-sitesno sensitive capability
  • media-uploadno sensitive capability
  • presentation-add-placeholder-settingno sensitive capability
  • presentation-add-renderingno sensitive capability
  • presentation-get-layoutno sensitive capability
  • presentation-get-layout-deviceno sensitive capability
  • presentation-get-placeholder-settingno sensitive capability
  • presentation-get-renderingno sensitive capability
  • presentation-get-rendering-parameterno sensitive capability
  • presentation-list-renderingsno sensitive capability
  • presentation-merge-layoutno sensitive capability
  • presentation-remove-placeholder-settingno sensitive capability
  • presentation-remove-renderingno sensitive capability
  • presentation-remove-rendering-parameterno sensitive capability
  • presentation-reset-layoutno sensitive capability
  • presentation-set-layoutno sensitive capability
  • presentation-set-renderingno sensitive capability
  • presentation-set-rendering-parameterno sensitive capability
  • presentation-switch-renderingno sensitive capability
  • provider-get-itemno sensitive capability
  • search-site-pagesno sensitive capability
  • security-add-role-memberno sensitive capability
  • security-disable-userno sensitive capability
  • security-enable-userno sensitive capability
  • security-export-accountno sensitive capability
  • security-get-current-userno sensitive capability
  • security-get-domainno sensitive capability
  • security-get-item-aclno sensitive capability
  • security-get-roleno sensitive capability
  • security-get-role-memberno sensitive capability
  • security-get-userno sensitive capability
  • security-import-accountno sensitive capability
  • security-new-domainno sensitive capability
  • security-new-roleno sensitive capability
  • security-new-userno sensitive capability
  • security-remove-domainno sensitive capability
  • security-remove-roleno sensitive capability
  • security-remove-role-memberno sensitive capability
  • security-remove-userno sensitive capability
  • security-set-item-aclno sensitive capability
  • security-set-item-lockno sensitive capability
  • security-set-item-protectionno sensitive capability
  • security-set-userno sensitive capability
  • security-set-user-passwordno sensitive capability
  • security-test-accountno sensitive capability
  • security-test-item-aclno sensitive capability
  • security-unlock-userno 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 3

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
v2.0.0 latest A 90/100 8 1.13.0 2026-09-07
v1.4.2 A 94/100 7 1.13.0 2026-09-01
v1.4.1 A 94/100 7 1.12.1 2026-07-29

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: A · 90/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/antonytm-mcp-sitecore-server/badge.svg)](https://mcptrustchecker.com/registry/antonytm-mcp-sitecore-server)
HTML
<a href="https://mcptrustchecker.com/registry/antonytm-mcp-sitecore-server"><img src="https://mcptrustchecker.com/registry/antonytm-mcp-sitecore-server/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/antonytm-mcp-sitecore-server/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 @antonytm/mcp-sitecore-server --online

Use the free API → How scoring works

More in Other