# SCORM Packager (HTML → SCORM 2004) (npm · scorm-mcp-server)

Turn HTML, Claude Design bundles or Teach on Mars exports into SCORM 2004/1.2 packages.

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

## Components

- mcpb · `scorm-mcp-server-2.2.0.mcpb`: 39/100, [markdown](https://verifymcp.io/servers/giacomomaria81-scorm-mcp-server/https-github-com-giacomomaria81-scorm-mcp-server-releases-download-v2-2-0-scorm.md), [page](https://verifymcp.io/servers/giacomomaria81-scorm-mcp-server/https-github-com-giacomomaria81-scorm-mcp-server-releases-download-v2-2-0-scorm)
- npm · `scorm-mcp-server`: 65/100 (this document), [markdown](https://verifymcp.io/servers/giacomomaria81-scorm-mcp-server/scorm-mcp-server.md), [page](https://verifymcp.io/servers/giacomomaria81-scorm-mcp-server/scorm-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `scorm-mcp-server`
- Version: `2.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-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (129 of 134), 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 (129 of 134), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 54/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1672 tokens (~836/item across 2 items; 2 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 giacomomaria81-scorm-mcp-server -- npx -y scorm-mcp-server
```

### Codex

```bash
codex mcp add giacomomaria81-scorm-mcp-server -- npx -y scorm-mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add giacomomaria81-scorm-mcp-server --command npx --arg -y --arg scorm-mcp-server
```

### Hermes

```yaml
mcp_servers:
  giacomomaria81-scorm-mcp-server:
    command: "npx"
    args: ["-y", "scorm-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "giacomomaria81-scorm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "scorm-mcp-server"
      ]
    }
  }
}
```

## 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 65, −2)

- [functional] Package version: 2.1.0 → 2.2.0

### 2026-08-02 (score 67, +62)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Schema quality: 1149 → 836
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT
- [functional] Package version: 2.1.0 → 2.2.0

### 2026-08-01 (score 5, −11)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 2.0.1 → 2.1.0

### 2026-07-31 (score 16, −6)

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

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

First indexed and scored.

## MCP tools (2)

### `scorm_package` (~1607 tokens)

Package HTML as SCORM (2004 or 1.2)

Convert a self-contained HTML document, a folder, a .zip, a Claude Design (.dc) bundle OR a Teach on Mars content export into a SCORM package (.zip) — SCORM 2004 4th Edition by default, or SCORM 1.2 for legacy LMSs.

Use this to turn a finished learning module (for example HTML produced by Claude Design) into a file that any SCORM-compliant LMS can import. The conversion is faithful: the HTML is preserved, external assets are inlined as data URIs so the package runs 100% offline, and a small runtime is injected to report completion and progress.

TEACH ON MARS MIGRATION: if the input zip/folder contains Teach on Mars Excel activity templates (Mobile Course, Quiz Game...) plus a media folder — the format produced by the platform's content export — the tool rebuilds an interactive HTML course from them (info/transition/flash cards, scored quizzes reporting cmi.score, media embedded, TOM layout codes rendered) and packages it. No title needed: it is derived from the template file names. Combined with batch mode this migrates a whole course catalogue in one call.

PROGRESS / COMPLETION MODEL (milestones):
The author can mark meaningful steps with data-jalon + optional data-trigger:
  \- <section data-jalon="histoire-produit" data-trigger="view"> ... </section>   (counts when scrolled into view; "view" is the default)
  \- <button  data-jalon="argumentaire" data-trigger="click">J'ai lu</button>      (counts on click)
  \- <video   data-jalon="geste" data-trigger="ended"> ... </video>                (counts when playback ends)
AUTOMATIC FALLBACK: if the HTML declares NO milestone, they are generated automatically from the document structure (sections → articles → h2 → h3, capped at 8, trigger "view"). So plain HTML "just works" with meaningful progress — you do NOT need to ask the author to add attributes first. Explicit data-jalon attributes always take precedence (recommended for click/video steps).
The runtime reports cmi.progress_measure = milestones_reached / total, an…

Input parameters:

- `auto_milestones` (boolean): When the HTML declares no [data-jalon] milestone, auto-generate 'view' milestones from the document structure (sections, then articles, then headings; max 8). Default: true.
- `base_url` (string): Base URL to resolve relative/root-relative asset references over the network (only needed if the HTML uses relative URLs and no input_path is given).
- `batch` (boolean): Treat input_path as a DIRECTORY containing several courses (each sub-directory, .zip or .html file = one course). Produces one package per course plus a consolidated report. Course titles default to…
- `format` (string): Input format. 'auto' (default) detects Claude Design .dc bundles by signature; override to force a pipeline.
- `html` (string): Raw HTML content to convert (e.g. the output of Claude Design). Provide this OR input_path.
- `identifier` (string): Manifest identifier. Auto-generated from the title if omitted.
- `input_path` (string): Absolute path to an HTML file on disk. Its folder is used to resolve relative assets. Provide this OR html.
- `language` (string): Content language tag (BCP-47), e.g. 'fr-FR', 'en-US', 'it-IT'. Default: 'fr-FR'. Applied as <html lang> when the source declares none.
- `mastery_score` (number): Pass threshold 0..1. Enables score-based success (passed/failed from cmi.score.scaled) and adds sequencing objectives to the manifest. Content reports the score via window.SCORM2004.score(raw,min,max…
- `output_dir` (string): Directory to write the .zip package into. Defaults to $SCORM_OUTPUT_DIR or ~/scorm-packages.
- `scorm_version` (string): SCORM edition of the produced package. '2004' (default, 4th Edition) or '1.2' for legacy LMSs. The injected runtime is adaptive and works with both LMS APIs; this choice controls the manifest and bun…
- `success_on_completion` (boolean): Also report cmi.success_status='passed' when the module completes (equivalent to adding data-scorm-success="on-completion"). Default: false.
- `title` (string): Course / module title, used as the manifest, organization and item title shown in the LMS. Required for HTML inputs; optional for a Teach on Mars export, where it is derived from the template file na…
- `vendor_cdn` (boolean): For Claude Design (.dc) bundles: download CDN libs (React/Babel…) into the package so it runs offline (via window.__resources, no source patch). Default: true.

### `scorm_selftest` (~65 tokens)

SCORM packager self-test

Diagnostic tool with NO arguments: packages a constant built-in HTML and reports version, duration and output path. Distinguishes 'server broken' from 'input problem' in one second. Writes one small file (selftest-scorm2004.zip) into the output directory.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/giacomomaria81-scorm-mcp-server/scorm-mcp-server#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 67
- 2026-08-01: 5
- 2026-07-31: 16
- 2026-07-30: 22
- 2026-07-28: 22
- 2026-07-27: 22

## Links

- npm package: https://www.npmjs.com/package/scorm-mcp-server
- Socket report: https://socket.dev/npm/package/scorm-mcp-server
- Repository: https://github.com/giacomomaria81/scorm-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/giacomomaria81-scorm-mcp-server/scorm-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/giacomomaria81-scorm-mcp-server/scorm-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/giacomomaria81-scorm-mcp-server/scorm-mcp-server
