# io.github.Subcue/edititall-mcp (mcpb · edititall-mcp.mcpb)

Drive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides.

- Trust score: 48/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- mcpb · `edititall-mcp.mcpb`: 48/100 (this document), [markdown](https://verifymcp.io/servers/subcue-edititall-mcp/https-github-com-subcue-edititall-mcp-releases-download-v0-2-0-edititall-mcp-mcp.md), [page](https://verifymcp.io/servers/subcue-edititall-mcp/https-github-com-subcue-edititall-mcp-releases-download-v0-2-0-edititall-mcp-mcp)
- npm · `@edititall/mcp`: 62/100, [markdown](https://verifymcp.io/servers/subcue-edititall-mcp/edititall-mcp.md), [page](https://verifymcp.io/servers/subcue-edititall-mcp/edititall-mcp)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/Subcue/edititall-mcp/releases/download/v0.2.0/edititall-mcp.mcpb`
- Version: `0.2.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 13/100
  - Malware scan not yet available for this package.
  - 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.
  - No install/post-install scripts declared.
  - 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.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 19 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 917 tokens (~50/item across 18 items; 18 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 67/100
  - Stability observed for 20 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 74/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 21% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 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.
  - An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

- Download bundle: `https://github.com/Subcue/edititall-mcp/releases/download/v0.2.0/edititall-mcp.mcpb`

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 48, +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.

### 2026-09-17 (score 47, +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.

### 2026-09-15 (score 46, +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.

### 2026-09-13 (score 45, +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.

### 2026-09-11 (score 44, +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.

### 2026-09-09 (score 43, +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.

### 2026-09-07 (score 42, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-31 (score 39)

First indexed and scored.

## MCP tools (18)

### `sheet_set_cells` (~74 tokens)

Write values or formulas (strings starting with "=") into the EditItAll spreadsheet. Cells use A1 notation. The sheet recalculates instantly.

Input parameters:

- `cells` (object, required): Map of A1 reference to raw value, e.g. {"A1":"Item","B2":"=SUM(B3:B9)"}

### `sheet_read_range` (~54 tokens)

Read COMPUTED display values from the spreadsheet as a 2D array. Range in A1 notation, e.g. "A1:D10" or a single cell "B2".

Input parameters:

- `range` (string, required)

### `sheet_load_csv` (~64 tokens)

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.

Input parameters:

- `csv` (string)
- `path` (string)

### `sheet_export_csv` (~38 tokens)

Export the spreadsheet's COMPUTED values as CSV — returned inline, and written to `path` if given.

Input parameters:

- `path` (string)

### `pdf_open` (~42 tokens)

Open a local PDF in the EditItAll PDF editor. Returns the page count. (Best for files up to ~20 MB.)

Input parameters:

- `path` (string, required)

### `pdf_export` (~32 tokens)

Export the PDF editor's current document (with all edits) to a local file.

Input parameters:

- `path` (string, required)

### `pdf_rotate_page` (~48 tokens)

Rotate one page of the open PDF. page is 1-based; degrees is 90, -90 or 180.

Input parameters:

- `degrees` (number)
- `page` (number, required)

### `pdf_delete_page` (~34 tokens)

Delete one page (1-based) of the open PDF. Returns the new page count.

Input parameters:

- `page` (number, required)

### `pdf_merge` (~51 tokens)

Append the pages of another local PDF into the open document (after page `after`, default: at the end). Returns the new page count.

Input parameters:

- `after` (number)
- `path` (string, required)

### `pdf_page_text` (~41 tokens)

Extract the text of one page (1-based) of the open PDF — lets you READ a PDF without uploading it anywhere.

Input parameters:

- `page` (number, required)

### `word_write` (~35 tokens)

Type text into the EditItAll document editor at the caret (use \n for new paragraphs).

Input parameters:

- `text` (string, required)

### `word_get_text` (~20 tokens)

Read the document editor's current content as plain text.

### `slides_from_outline` (~65 tokens)

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.

Input parameters:

- `slides` (array)
- `subtitle` (string)
- `title` (string, required)

### `vector_import_svg` (~56 tokens)

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).

Input parameters:

- `name` (string)
- `svg` (string, required)

### `photo_open_image` (~45 tokens)

Open a local image file (png/jpg/webp) in the EditItAll photo editor as a new document.

Input parameters:

- `path` (string, required): absolute path to the image

### `photo_export` (~46 tokens)

Export the photo editor's current document (flattened) to a local file.

Input parameters:

- `path` (string, required): output file path (.png or .jpg)
- `quality` (number)

### `images_process` (~127 tokens)

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.

Input parameters:

- `max_dim` (number): optional max width/height (downscale)
- `out` (string)
- `out_dir` (string): optional output directory
- `paths` (array, required): absolute paths of input images
- `quality` (number)

### `editor_screenshot` (~45 tokens)

Screenshot one of the editors so you can SEE the current state. app: sheet|vector|photo|tools|pdf|word|slides.

Input parameters:

- `app` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/subcue-edititall-mcp/https-github-com-subcue-edititall-mcp-releases-download-v0-2-0-edititall-mcp-mcp#diagnostics

## Score history

- 2026-09-20: 48
- 2026-09-19: 47
- 2026-09-18: 47
- 2026-09-17: 47
- 2026-09-16: 46
- 2026-09-15: 46
- 2026-09-14: 45
- 2026-09-13: 45
- 2026-09-12: 44
- 2026-09-11: 44
- 2026-09-10: 43
- 2026-09-09: 43
- 2026-09-08: 42
- 2026-09-07: 42
- 2026-09-06: 39
- 2026-09-05: 39
- 2026-09-04: 39
- 2026-09-03: 39
- 2026-09-02: 39
- 2026-09-01: 39
- 2026-08-31: 39

## Common questions

### 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.

## Links

- Repository: https://github.com/Subcue/edititall-mcp
- Website: https://edititall.com/ai
- Changelog RSS feed: https://verifymcp.io/servers/subcue-edititall-mcp/https-github-com-subcue-edititall-mcp-releases-download-v0-2-0-edititall-mcp-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/subcue-edititall-mcp/https-github-com-subcue-edititall-mcp-releases-download-v0-2-0-edititall-mcp-mcp.json
- HTML version of this page: https://verifymcp.io/servers/subcue-edititall-mcp/https-github-com-subcue-edititall-mcp-releases-download-v0-2-0-edititall-mcp-mcp
