Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

ai.unpaper/cli

NPM · @UNPAPER/CLI · SCANNED AUG 3

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

Available components

+41 this week 59 Trust /100
Trust breakdown (6 categories)

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 →

Supply Chain Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (136 of 140), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (136 of 140), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability63
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 89% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

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.

npm · @unpaper/cli

# add to Claude Code
claude mcp add ai-unpaper-cli -- npx -y @unpaper/cli
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-unpaper-cli --command npx --arg -y --arg @unpaper/cli
# ~/.hermes/config.yaml
mcp_servers:
  ai-unpaper-cli:
    command: "npx"
    args: ["-y", "@unpaper/cli"]
// mcp.json
{
  "mcpServers": {
    "ai-unpaper-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@unpaper/cli"
      ]
    }
  }
}
Changelog

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.

  • 3 Aug 26 +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.

  • 2 Aug 26 +29
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • License: unverified → fail functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Dependency health: unverified → partial functional
    • Licence: SEE LICENSE IN LICENSE functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −23
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +19
    • 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 functional
  • 27 Jul 26 18

    First indexed and scored.

Diagnostics

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 3 Aug 2026 · Analysed npm/@unpaper/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 136 packages

136 packages in the resolved dependency tree · 129 deprecated · 44 stale · 1 without a linked repository.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~1,125 tokens

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.

Tool Tokens
check ~202

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.

NameTypeReqDescription
familystringtemplate mode only: the base family (default: auto-detected)
htmlstringthe deck as an HTML string
pathstringor an absolute file path — exactly one of html/path
templatebooleanvalidate as a company template (byte-law) instead of a deck

No output schema declared.

No examples provided.

convert ~155

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.

NameTypeReqDescription
htmlstringthe deck as an HTML string
noShapesbooleanflatten everything into the background image
outstringoutput .pptx path (default: alongside the input, or CWD/deck.pptx)
pathstringor an absolute file path — exactly one of html/path

No output schema declared.

No examples provided.

import ~147

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

NameTypeReqDescription
emitBrandKitboolean
outDirstringdirectory for outputs (default: alongside the input)
pathstringyesabsolute path to the .pptx/.ppt/.pps/.odp

No output schema declared.

No examples provided.

patterns ~97

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.

NameTypeReqDescription
familystringstandard | consulting | design | editorial
idstringone pattern id, e.g. C16

No output schema declared.

No examples provided.

rehydrate ~119

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.

NameTypeReqDescription
htmlstringthe redesigned deck as an HTML string
imagesJsonstringyesabsolute path to deck.images.json
outstringoutput path (default: alongside the input)
pathstringor an absolute file path — exactly one of html/path

No output schema declared.

No examples provided.

starter ~120

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

NameTypeReqDescription
familystringtemplate family (default standard)

No output schema declared.

No examples provided.

templatize ~285

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.

NameTypeReqDescription
colorsarraybrand colours as hex, up to two
doesstringwhat the company does, one line
familystringbase family (default: standard; design mode defaults to consulting)
footstringfooter line, e.g. "Confidential"
logoDataUristringlogo as a data:image/* URI; SVG preferred
namestringcompany name (any brief field switches to design mode)
notesstring
personalitystring
presentarraywhat the company mostly presents

No output schema declared.

No examples provided.