io.github.Subcue/edititall-mcp
MCPB · EDITITALL-MCP.MCPB · 2 COMPONENTS · SCANNED SEP 20
Drive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides.
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 Security13
- 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
- No install/post-install scripts declared.Pass
- 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 & Transparency32
- 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
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 19 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 917 tokens (~50/item across 18 items; 18 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management67
- Stability observed for 20 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage74
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 21% of tool parameters carry a description.Partial
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "pdf_delete_page" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.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.
mcpb · edititall-mcp.mcpb
Download bundleEvery 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.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.
- 9 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 7 Sept 26 +3
- Stability: unverified → 0.23 ▲ functional
- 31 Aug 26 39
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 mcpb/https://github.com/Subcue/edititall-mcp/releases/download/v0.2.0/edititall-mcp.mcpb@0.2.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | mcpb |
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 →
editor_screenshot ~45
Screenshot one of the editors so you can SEE the current state. app: sheet|vector|photo|tools|pdf|word|slides.
| Name | Type | Req | Description |
|---|---|---|---|
| app | string | yes | – |
No output schema declared.
No examples provided.
images_process ~127
Compress or convert local images through EditItAll's real codec pipeline. out: target format id (jpg|png|webp|avif|jxl|qoi) or "same" to recompress in place-format. Writes results next to the inputs (or into out_dir) and reports before/after sizes.
| Name | Type | Req | Description |
|---|---|---|---|
| max_dim | number | – | optional max width/height (downscale) |
| out | string | – | – |
| out_dir | string | – | optional output directory |
| paths | array | yes | absolute paths of input images |
| quality | number | – | – |
No output schema declared.
No examples provided.
pdf_delete_page ~34
Delete one page (1-based) of the open PDF. Returns the new page count.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | – |
No output schema declared.
No examples provided.
pdf_export ~32
Export the PDF editor's current document (with all edits) to a local file.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | – |
No output schema declared.
No examples provided.
pdf_merge ~51
Append the pages of another local PDF into the open document (after page `after`, default: at the end). Returns the new page count.
| Name | Type | Req | Description |
|---|---|---|---|
| after | number | – | – |
| path | string | yes | – |
No output schema declared.
No examples provided.
pdf_open ~42
Open a local PDF in the EditItAll PDF editor. Returns the page count. (Best for files up to ~20 MB.)
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | – |
No output schema declared.
No examples provided.
pdf_page_text ~41
Extract the text of one page (1-based) of the open PDF — lets you READ a PDF without uploading it anywhere.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | yes | – |
No output schema declared.
No examples provided.
pdf_rotate_page ~48
Rotate one page of the open PDF. page is 1-based; degrees is 90, -90 or 180.
| Name | Type | Req | Description |
|---|---|---|---|
| degrees | number | – | – |
| page | number | yes | – |
No output schema declared.
No examples provided.
photo_export ~46
Export the photo editor's current document (flattened) to a local file.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | output file path (.png or .jpg) |
| quality | number | – | – |
No output schema declared.
No examples provided.
photo_open_image ~45
Open a local image file (png/jpg/webp) in the EditItAll photo editor as a new document.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | absolute path to the image |
No output schema declared.
No examples provided.
sheet_export_csv ~38
Export the spreadsheet's COMPUTED values as CSV — returned inline, and written to `path` if given.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | – | – |
No output schema declared.
No examples provided.
sheet_load_csv ~64
Replace the spreadsheet with CSV content (bulk load — much faster than cell-by-cell). Provide inline `csv` text or a local file `path`. Formulas in cells (starting "=") are evaluated.
| Name | Type | Req | Description |
|---|---|---|---|
| csv | string | – | – |
| path | string | – | – |
No output schema declared.
No examples provided.
sheet_read_range ~54
Read COMPUTED display values from the spreadsheet as a 2D array. Range in A1 notation, e.g. "A1:D10" or a single cell "B2".
| Name | Type | Req | Description |
|---|---|---|---|
| range | string | yes | – |
No output schema declared.
No examples provided.
sheet_set_cells ~74
Write values or formulas (strings starting with "=") into the EditItAll spreadsheet. Cells use A1 notation. The sheet recalculates instantly.
| Name | Type | Req | Description |
|---|---|---|---|
| cells | object | yes | Map of A1 reference to raw value, e.g. {"A1":"Item","B2":"=SUM(B3:B9)"} |
No output schema declared.
No examples provided.
slides_from_outline ~65
Build a whole presentation in the EditItAll slides editor from an outline: a title slide plus one slide per entry (title + bullet list). Replaces the current deck.
| Name | Type | Req | Description |
|---|---|---|---|
| slides | array | – | – |
| subtitle | string | – | – |
| title | string | yes | – |
No output schema declared.
No examples provided.
vector_import_svg ~56
Import SVG markup into the EditItAll vector editor as a new document (the natural way for an AI to draw: generate SVG, then refine in the editor).
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | – | – |
| svg | string | yes | – |
No output schema declared.
No examples provided.
word_get_text ~20
Read the document editor's current content as plain text.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
word_write ~35
Type text into the EditItAll document editor at the caret (use \n for new paragraphs).
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | – |
No output schema declared.
No examples provided.
What is the io.github.Subcue/edititall-mcp server?
io.github.Subcue/edititall-mcp is listed in the public MCP registry as io.github.Subcue/edititall-mcp. Drive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides. This page covers its MCPB bundle (https://github.com/Subcue/edititall-mcp/releases/download/v0.2.0/edititall-mcp.mcpb).
Is the io.github.Subcue/edititall-mcp server safe to use?
io.github.Subcue/edititall-mcp scores 48 out of 100 on VerifyMCP. It declares no install or post-install scripts. 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.Subcue/edititall-mcp server expose?
io.github.Subcue/edititall-mcp exposes 18 tools: sheet_set_cells, sheet_read_range, sheet_load_csv, sheet_export_csv, pdf_open, and 13 more. Their descriptions and schemas cost roughly 917 tokens of context every time the server is loaded.