# io.github.desper/quick-html-share-mcp (npm · quick-html-share-mcp)

Share AI-generated HTML from your coding agent. Unguessable URL + viewer analytics.

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

## Components

- npm · `quick-html-share-mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/desper-quick-html-share-mcp/quick-html-share-mcp.md), [page](https://verifymcp.io/servers/desper-quick-html-share-mcp/quick-html-share-mcp)

## Channel facts

- Registry: `npm`
- Package: `quick-html-share-mcp`
- Version: `0.2.3`
- 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 (95 of 99), 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 (95 of 99), 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 62 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 669 tokens (~133/item across 5 items; 5 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**: 79/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 38% 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 desper-quick-html-share-mcp -- npx -y quick-html-share-mcp
```

### Codex

```bash
codex mcp add desper-quick-html-share-mcp -- npx -y quick-html-share-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "desper-quick-html-share-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "quick-html-share-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add desper-quick-html-share-mcp --command npx --arg -y --arg quick-html-share-mcp
```

### Hermes

```yaml
mcp_servers:
  desper-quick-html-share-mcp:
    command: "npx"
    args: ["-y", "quick-html-share-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "desper-quick-html-share-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "quick-html-share-mcp"
      ]
    }
  }
}
```

## 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 67, +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 66, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 23, +18)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −38)

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

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

First indexed and scored.

## MCP tools (5)

### `qhs_share` (~238 tokens)

Upload an HTML document (or self-contained snippet) and get back a public, unguessable shareable URL plus a private edit URL. Use this whenever the user wants to share, preview, demo, publish, or 'send a link for' some HTML they wrote/generated. Typical triggers: 'share this HTML', 'give me a link to send', 'put this online', 'publish this page', 'preview in browser', 'send to a friend'.  The share URL is unguessable (~62 bits of entropy) and acts as a soft secret — only people with the link can view. No login required for viewers.  IMPORTANT: After calling this, tell the user the editUrl is private and they should save it themselves — it is the only way to update or delete the share later. The token is also persisted locally at ~/.qhs/shares.json so qhs_edit and qhs_delete can find it.

Input parameters:

- `html` (string, required): The full HTML document or self-contained snippet to publish.
- `title` (string): Optional local-only label to help the user identify this share later. Not sent to server.

### `qhs_edit` (~164 tokens)

Replace the HTML at a previously shared slug. Use when the user wants to update a share they already created — e.g. 'fix the typo on the page I shared', 'update that demo with the new code'. The shareUrl stays the same; viewers who already loaded the page need to refresh.  Requires an edit token in ~/.qhs/shares.json (populated when qhs_share or the companion Claude Code skill created the share). If the slug is unknown, ask the user to paste their edit URL — the part after #edit= is the token.

Input parameters:

- `editToken` (string): Override the locally-stored edit token. Pass this if the user supplied a fresh edit URL.
- `html` (string, required)
- `slug` (string, required)

### `qhs_delete` (~92 tokens)

Permanently delete a previously shared HTML. After this, the share URL returns 404. Use when the user says 'delete my share', 'take that page down', 'remove the demo I posted'. Requires an edit token (same as qhs_edit).  Idempotent: re-deleting an already-deleted slug returns ok.

Input parameters:

- `editToken` (string)
- `slug` (string, required)

### `qhs_stats` (~98 tokens)

Get view statistics for a share: total view count, last viewed time, created time, and whether the share is deleted. Use when the user asks 'did anyone see my share', 'how many views', 'check who looked at it', 'is the demo getting traffic'.  No edit token required — anyone with the slug can read stats (matches the product’s "link is the secret" model).

Input parameters:

- `slug` (string, required)

### `qhs_list` (~77 tokens)

List shares this machine has created via qhs_share or the companion skill. Use when the user asks 'what have I shared', 'list my shares', 'show recent links'. Returns slug + shareUrl + createdAt + optional title from local storage only (~/.qhs/shares.json). Does NOT include shares created from other machines.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/desper-quick-html-share-mcp/quick-html-share-mcp#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 23
- 2026-07-31: 5
- 2026-07-30: 43
- 2026-07-28: 43
- 2026-07-27: 43

## Links

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