io.github.Anselmoo/mcp-ooxml-ledger
OCI · GHCR.IO/ANSELMOO/MCP-OOXML-LEDGER:0.3.0 · 2 COMPONENTS · SCANNED SEP 20
Edit Office documents and prove no edit went unrecorded
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 → Why this is hard to score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 6 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability59
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 2201 tokens (~157/item across 14 items; 14 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 Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage71
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 2 categories
Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the io.github.Anselmoo/mcp-ooxml-ledger server?
io.github.Anselmoo/mcp-ooxml-ledger runs locally as a container image, launched with docker run --rm -i ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.
oci · ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0
claude mcp add anselmoo-mcp-ooxml-ledger -- docker run --rm -i ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0
{
"mcpServers": {
"anselmoo-mcp-ooxml-ledger": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0"
]
}
}
} {
"servers": {
"anselmoo-mcp-ooxml-ledger": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0"
]
}
}
} codex mcp add anselmoo-mcp-ooxml-ledger -- docker run --rm -i ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"anselmoo-mcp-ooxml-ledger": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0"
],
"enabled": true
}
}
} mcp_servers:
anselmoo-mcp-ooxml-ledger:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0"] {
"McpServers": {
"anselmoo-mcp-ooxml-ledger": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0"
]
}
}
} {
"mcpServers": {
"anselmoo-mcp-ooxml-ledger": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0"
]
}
}
} 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.
- 13 Sept 26 36
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 20 Sept 2026 · Analysed oci/ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
Background: How many MCP packages publish verified provenance →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
apply_edits Apply edits ~132
Apply a batch of edits to the document and record each one in the session's journal. ALL-OR-NOTHING: the document is written only if every edit applied, so a failed batch leaves the file byte-identical and journals nothing. `mode` 'tracked' emits Word revision marks a reviewer can see; 'direct' rewrites the text and is recorded in the ledger alone, which the receipt discloses. Seal the session with `commit_document`.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | yes | – |
| edits | array | yes | – |
| mode | string | – | – |
| session_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| applied | integer | yes | – |
| baseline_digest | string | yes | – |
| document_digest_changed | boolean | yes | – |
| outcomes | array | yes | – |
| parts | array | yes | – |
| result_digest | – | yes | – |
| revision_ids | array | yes | – |
| session_id | string | yes | – |
No examples provided.
close_document Close document ~61
End a session and delete its working directory WITHOUT sealing a receipt. Refuses when the journal holds recorded operations unless `discard` is set — closing over them would throw away the accountability record.
| Name | Type | Req | Description |
|---|---|---|---|
| discard | boolean | – | – |
| session_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| closed | boolean | yes | – |
| journal_unreadable | – | – | – |
| operations_discarded | – | yes | – |
| removed_directory | string | yes | – |
| session_id | string | yes | – |
No examples provided.
commit_document Commit document ~102
End a session by sealing its journal into a receipt, but only if the recorded operations account for every change to the document. If they do not, the commit is REFUSED. `force` overrides a failed gate VERDICT and the override is recorded in the receipt, where `verify` will surface it; it does not override a ledger that could not be read or replayed at all.
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | – | – |
| session_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| baseline_digest | string | yes | – |
| caveat | string | yes | – |
| document | string | yes | – |
| forced | boolean | yes | – |
| gate | string | yes | – |
| gate_failures | array | yes | – |
| notices | array | yes | – |
| operations | integer | yes | – |
| receipt_path | string | yes | – |
| result_digest | string | yes | – |
| session_id | string | yes | – |
| structural | – | yes | – |
| visibility | – | yes | – |
No examples provided.
delete_paragraph Delete paragraph ~207
Delete one whole paragraph and record it in the session's journal. Address it by `para_id` — the `w14:paraId` `find_text` returns — or by `para_index` TOGETHER WITH `para_hash`, because an index alone silently addresses a different paragraph once anything above it moves. `mode` 'tracked' marks the paragraph mark AND every run with `w:del`, so a reviewer can reject it back and nothing is actually removed; 'direct' removes it outright and is accounted for by the ledger alone, which the receipt discloses. Refused if the paragraph carries a section break, or holds an unaccepted revision by another author. Seal the session with `commit_document`.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | yes | – |
| mode | string | – | – |
| note | – | – | – |
| para_hash | – | – | – |
| para_id | – | – | – |
| para_index | – | – | – |
| part | string | yes | – |
| session_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| after | – | yes | – |
| baseline_digest | string | yes | – |
| before | – | yes | – |
| document_digest_changed | boolean | yes | – |
| mode | string | yes | – |
| note | – | yes | – |
| op | string | yes | – |
| para_id | – | yes | – |
| para_index | integer | yes | – |
| part | string | yes | – |
| parts | array | yes | – |
| result_digest | string | yes | – |
| revision_ids | array | yes | – |
| session_id | string | yes | – |
No examples provided.
describe_structure Describe structure ~91
Report a session document's structure: which parts the digest covers, which it excludes, and the format's own units — paragraphs for docx, sheets for xlsx, slides (in <p:sldIdLst> order, never filesystem order) for pptx. Describes the session's working copy as opened; `verify` reports on the file on disk now.
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| baseline_digest | string | yes | The canonical digest of this document AS IT WAS WHEN THE SESSION WAS OPENED, and of the working copy these results were read from — not an attestation about the file on disk right now. Call `verify`… |
| document | string | yes | – |
| document_may_have_changed_since_open | boolean | yes | True when the document FILE on disk no longer has the size and modification time it had when this session last touched it — so these results may describe a version that no longer exists. It reports w… |
| excluded_parts | array | yes | – |
| included_parts | integer | yes | – |
| kind | string | yes | – |
| name | string | yes | – |
| paragraphs | – | – | – |
| parts | integer | yes | – |
| session_id | string | yes | – |
| sheets | – | – | – |
| slides | – | – | – |
| text_parts | array | yes | – |
No examples provided.
digest Canonical digest ~50
Compute a document's canonical digest — stable across a no-op Office save, and the key a receipt is stored under. Needs no session.
| Name | Type | Req | Description |
|---|---|---|---|
| document | string | yes | – |
| include_parts | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| canon | string | yes | – |
| digest | string | yes | – |
| document | string | yes | – |
| kind | string | yes | – |
| name | string | yes | – |
| parts | – | – | – |
No examples provided.
export_receipt Export receipt ~60
Write this document's receipt out as one self-contained sidecar file — the thing you attach to a submission, commit to git, or register alongside a DOI.
| Name | Type | Req | Description |
|---|---|---|---|
| dest | – | – | – |
| document | string | yes | – |
| overwrite | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| bytes | integer | yes | – |
| caveat | string | yes | – |
| document | string | yes | – |
| forced | boolean | yes | – |
| gate | string | yes | – |
| operations | integer | yes | – |
| path | string | yes | – |
| result_digest | string | yes | – |
No examples provided.
find_text Find text ~214
Case-insensitive substring search over every text-bearing part the digest covers, returning the best address this build can give for each hit: paragraph id or index and hash for docx, slide id for pptx, sheet and cell for xlsx. On pptx, real slides (in presentation order) are visited before slide layouts, masters and notes masters, so the default page surfaces slide content first. Each match's `text` is a bounded window around the hit, not the whole run — `text_length` and `match_offset` locate it in the full run, and `text_truncated` says whether it was cut; a large result set can also stop early on total response size, reported the same way as `max_results` paging: `truncated=True`. Results come from the session's working copy as opened; `verify` is what reports on the file currently on disk.
| Name | Type | Req | Description |
|---|---|---|---|
| max_results | – | – | – |
| part | – | – | – |
| query | string | yes | – |
| session_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| baseline_digest | string | yes | The canonical digest of this document AS IT WAS WHEN THE SESSION WAS OPENED, and of the working copy these results were read from — not an attestation about the file on disk right now. Call `verify`… |
| document_may_have_changed_since_open | boolean | yes | True when the document FILE on disk no longer has the size and modification time it had when this session last touched it — so these results may describe a version that no longer exists. It reports w… |
| matches | array | yes | – |
| part | – | yes | – |
| query | string | yes | – |
| session_id | string | yes | – |
| truncated | boolean | yes | – |
No examples provided.
insert_paragraph Insert paragraph ~261
Insert a new paragraph carrying `text`, BESIDE a paragraph you name, and record it in the session's journal. Pass exactly one anchor — `after_para_id` or `before_para_id`, the `w14:paraId` `find_text` returns. `para_hash` is OPTIONAL and recommended: the paraId already names one specific paragraph, and passing the hash `find_text` reported with it additionally refuses the call if that paragraph's text has moved on since you read it. There is deliberately NO raw index parameter. The new paragraph becomes a SIBLING of the anchor, which keeps it inside the same table cell, textbox or content control. `mode` 'tracked' marks the new paragraph and its run with `w:ins`, so rejecting removes the whole paragraph; 'direct' writes it unmarked and is accounted for by the ledger alone, which the receipt discloses. Seal the session with `commit_document`.
| Name | Type | Req | Description |
|---|---|---|---|
| after_para_id | – | – | – |
| author | string | yes | – |
| before_para_id | – | – | – |
| mode | string | – | – |
| note | – | – | – |
| para_hash | – | – | – |
| part | string | yes | – |
| session_id | string | yes | – |
| text | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| after | – | yes | – |
| baseline_digest | string | yes | – |
| before | – | yes | – |
| document_digest_changed | boolean | yes | – |
| mode | string | yes | – |
| note | – | yes | – |
| op | string | yes | – |
| para_id | – | yes | – |
| para_index | integer | yes | – |
| part | string | yes | – |
| parts | array | yes | – |
| result_digest | string | yes | – |
| revision_ids | array | yes | – |
| session_id | string | yes | – |
No examples provided.
list_receipts List receipts ~51
List every receipt in the store beside a document, flagging the one whose result digest matches the document as it stands now, and naming every file that was skipped and why.
| Name | Type | Req | Description |
|---|---|---|---|
| document | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| baselines | array | yes | – |
| caveat | string | yes | – |
| document | string | yes | – |
| document_digest | string | yes | – |
| receipts | array | yes | – |
| skipped | array | yes | – |
| store | string | yes | – |
No examples provided.
open_document Open document ~72
Start an editing session: unpack the document to disk, record its baseline digest and part manifest, and sweep expired sessions. Reopening the same unchanged document resumes its live session instead of forking a second one.
| Name | Type | Req | Description |
|---|---|---|---|
| document | string | yes | – |
| keep_baseline | boolean | – | – |
| ttl_seconds | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| baseline_digest | string | yes | – |
| baseline_stored | boolean | yes | – |
| canon | string | yes | – |
| document | string | yes | – |
| expires | string | yes | – |
| kind | string | yes | – |
| name | string | yes | – |
| parts | integer | yes | – |
| resumed | boolean | yes | – |
| session_id | string | yes | – |
| swept | array | yes | – |
| swept_skipped | array | yes | – |
No examples provided.
preview_edits Preview edits ~111
Report what a batch of edits WOULD do, writing nothing. Runs the same engine against a throwaway copy of the document as it stands on disk right now — including every edit already applied in this session — so a green preview and the apply that follows it cannot disagree. `author` and `mode` are required because the engine's refusals depend on both.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | yes | – |
| edits | array | yes | – |
| mode | string | – | – |
| session_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| caveat | string | yes | – |
| outcomes | array | yes | – |
| session_id | string | yes | – |
| would_apply | integer | yes | – |
No examples provided.
server_info Server info ~22
Versions, allowed roots, and what this build can and cannot do.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| canon | string | yes | – |
| caveat | string | yes | – |
| editing_available | boolean | yes | – |
| editing_formats | array | yes | – |
| formats | array | yes | – |
| read_only | boolean | yes | – |
| receipt_schema | string | yes | – |
| roots | array | yes | – |
| tool | string | yes | – |
No examples provided.
verify Verify ~76
Check a document against its receipt. Reports three distinct outcomes: verified, unknown (no receipt matches this digest) and failed (a receipt matched but a tier failed). Needs no session — the same check runs in CI via `ooxml-ledger verify`.
| Name | Type | Req | Description |
|---|---|---|---|
| document | string | yes | – |
| original | – | – | – |
| receipt | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| baseline_checked | – | yes | – |
| caveat | string | yes | – |
| digest | string | yes | – |
| disclosures | array | yes | – |
| document | string | yes | – |
| exit_code | integer | yes | – |
| outcome | string | yes | – |
| reasons | array | yes | – |
| tiers | object | yes | – |
No examples provided.
What is the io.github.Anselmoo/mcp-ooxml-ledger server?
io.github.Anselmoo/mcp-ooxml-ledger is listed in the public MCP registry as io.github.Anselmoo/mcp-ooxml-ledger. Edit Office documents and prove no edit went unrecorded. This page covers its container image (ghcr.io/anselmoo/mcp-ooxml-ledger:0.3.0).
Is the io.github.Anselmoo/mcp-ooxml-ledger server safe to use?
io.github.Anselmoo/mcp-ooxml-ledger scores 36 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.Anselmoo/mcp-ooxml-ledger server expose?
io.github.Anselmoo/mcp-ooxml-ledger exposes 14 tools: server_info, digest, verify, open_document, close_document, and 9 more. Their descriptions and schemas cost roughly 1,510 tokens of context every time the server is loaded.
Is the io.github.Anselmoo/mcp-ooxml-ledger server still maintained?
io.github.Anselmoo/mcp-ooxml-ledger is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.Anselmoo/mcp-ooxml-ledger server under?
io.github.Anselmoo/mcp-ooxml-ledger declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.