# ai.unpaper/cli (npm · @unpaper/cli)

Slide decks locally: templates, checks, HTML to editable PowerPoint, .pptx rescue. No AI inside.

- Trust score: 59/100 (low)
- Change this week: +41
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@unpaper/cli`: 59/100 (this document), [markdown](https://verifymcp.io/servers/ai-unpaper-cli/unpaper-cli.md), [page](https://verifymcp.io/servers/ai-unpaper-cli/unpaper-cli)

## Channel facts

- Registry: `npm`
- Package: `@unpaper/cli`
- Version: `0.2.1`
- 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-08-03.

- **Supply Chain Security**: 88/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (136 of 140), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (136 of 140), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 6/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (SEE LICENSE IN LICENSE) isn't a recognized OSI-approved license.
  - Actively maintained (last published 16 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1125 tokens (~160/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 96/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 89% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add ai-unpaper-cli -- npx -y @unpaper/cli
```

### Codex

```bash
codex mcp add ai-unpaper-cli -- npx -y @unpaper/cli
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-unpaper-cli": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@unpaper/cli"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-unpaper-cli --command npx --arg -y --arg @unpaper/cli
```

### Hermes

```yaml
mcp_servers:
  ai-unpaper-cli:
    command: "npx"
    args: ["-y", "@unpaper/cli"]
```

### Other

```json
{
  "mcpServers": {
    "ai-unpaper-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@unpaper/cli"
      ]
    }
  }
}
```

## 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-08-03 (score 59, +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.

### 2026-08-02 (score 58, +29)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] License: unverified → fail
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → good
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: SEE LICENSE IN LICENSE

### 2026-08-01 (score 29, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 14, −23)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 37, +19)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 89
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 18)

First indexed and scored.

## MCP tools (7)

### `starter` (~120 tokens)

Get a ready-to-fill unPaper HTML slide template. Use this FIRST when asked to create a presentation/deck/slides as .pptx or print-ready HTML: write your content INTO the returned file's structure (keep its <style>, @page and <script> blocks verbatim; one <section class="slide"> per slide; add data-unpaper-chart JSON to every chart; put speaker notes in <aside class="notes">). Then validate with `check` and convert with `convert`.

Input parameters:

- `family` (string): template family (default standard)

### `check` (~202 tokens)

Validate unPaper HTML (or any HTML deck) BEFORE converting. Returns the conformance level (L0–L3), per-slide issues, and a ready fix-request text. Call after writing or editing a deck; if level < L1 or errors exist, apply the fixes and call again. A clean check makes `convert` output fully editable. Set template: true (with optional family) to validate a COMPANY TEMPLATE from `templatize` against the byte-law instead: per-rule checks, mechanical re-lock of a drifted sizing script, a fix request on failure, and the repaired html to save.

Input parameters:

- `family` (string): template mode only: the base family (default: auto-detected)
- `html` (string): the deck as an HTML string
- `path` (string): or an absolute file path — exactly one of html/path
- `template` (boolean): validate as a company template (byte-law) instead of a deck

### `convert` (~155 tokens)

Convert an unPaper/self-contained HTML deck to a REAL, editable PowerPoint (.pptx): native text boxes, tables, data-editable charts, movable shapes, speaker notes. Runs fully locally — no network, no upload. Prefer running `check` first; conversion succeeds on most HTML but editability follows conformance. Returns the output file path and a per-slide report.

Input parameters:

- `html` (string): the deck as an HTML string
- `noShapes` (boolean): flatten everything into the background image
- `out` (string): output .pptx path (default: alongside the input, or CWD/deck.pptx)
- `path` (string): or an absolute file path — exactly one of html/path

### `patterns` (~97 tokens)

Browse the unPaper pattern library (consulting slide layouts: exec summary, comparison, waterfall, 2×2, roadmap…). Use when deciding HOW to lay out content before writing the deck. Returns compact pattern descriptions with structure hints; write the deck yourself using them — there is no generation here.

Input parameters:

- `family` (string): standard | consulting | design | editorial
- `id` (string): one pattern id, e.g. C16

### `import` (~147 tokens)

Rescue an existing .pptx (or legacy .ppt with LibreOffice installed) into AI-readable unPaper HTML: content, tables, notes, chart DATA, image placeholders + a facts file. Use when asked to redesign, update, or 'un-paper' an existing PowerPoint. Then rewrite the returned deck.ai.html into a proper deck (keep every <figure data-unpaper-image> placeholder), call `rehydrate`, then `check` + `convert`.

Input parameters:

- `emitBrandKit` (boolean)
- `outDir` (string): directory for outputs (default: alongside the input)
- `path` (string, required): absolute path to the .pptx/.ppt/.pps/.odp

### `rehydrate` (~119 tokens)

Merge real images back into a redesigned deck. Call after rewriting an imported deck.ai.html: replaces every <figure data-unpaper-image> placeholder with the stored image from deck.images.json. Fails loudly if placeholders were lost — restore them and retry.

Input parameters:

- `html` (string): the redesigned deck as an HTML string
- `imagesJson` (string, required): absolute path to deck.images.json
- `out` (string): output path (default: alongside the input)
- `path` (string): or an absolute file path — exactly one of html/path

### `templatize` (~285 tokens)

Turn a company's slide format into a reusable unPaper TEMPLATE. Returns a payload for YOU to execute — there is no generation inside unPaper. With no brief: the template-maker prompt + the base skeleton (study the company's real slides in your context and produce the re-skin yourself). With a brief (name, colours, personality, logo…): the designer prompt + a pre-founded base for a company with NO existing format — that embedded base is already a valid template and may be saved as-is. After authoring, validate with `check` {template: true} and keep the repaired html as the company template every future deck starts from. Use `starter` for one-off decks; use this when the user wants THEIR OWN reusable format.

Input parameters:

- `colors` (array): brand colours as hex, up to two
- `does` (string): what the company does, one line
- `family` (string): base family (default: standard; design mode defaults to consulting)
- `foot` (string): footer line, e.g. "Confidential"
- `logoDataUri` (string): logo as a data:image/* URI; SVG preferred
- `name` (string): company name (any brief field switches to design mode)
- `notes` (string)
- `personality` (string)
- `present` (array): what the company mostly presents

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/ai-unpaper-cli/unpaper-cli#diagnostics

## Score history

- 2026-08-03: 59
- 2026-08-02: 58
- 2026-08-01: 29
- 2026-07-31: 14
- 2026-07-30: 37
- 2026-07-28: 37
- 2026-07-27: 18

## Links

- npm package: https://www.npmjs.com/package/@unpaper/cli
- Socket report: https://socket.dev/npm/package/@unpaper/cli
- Website: https://www.unpaper.ai/agents
- Changelog RSS feed: https://verifymcp.io/servers/ai-unpaper-cli/unpaper-cli/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-unpaper-cli/unpaper-cli/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-unpaper-cli/unpaper-cli
