# io.github.huangdun/tempmd (npm · tempmd-mcp)

Publish artifacts to one stable public temp.md link that updates in place. No account needed.

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

## Components

- remote · `api.temp.md`: 57/100, [markdown](https://verifymcp.io/servers/huangdun-tempmd/api.md), [page](https://verifymcp.io/servers/huangdun-tempmd/api)
- npm · `tempmd-mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/huangdun-tempmd/tempmd-mcp.md), [page](https://verifymcp.io/servers/huangdun-tempmd/tempmd-mcp)

## Channel facts

- Registry: `npm`
- Package: `tempmd-mcp`
- Version: `0.4.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 (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 9 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1063 tokens (~151/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**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 67% 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 huangdun-tempmd -- npx -y tempmd-mcp
```

### Codex

```bash
codex mcp add huangdun-tempmd -- npx -y tempmd-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add huangdun-tempmd --command npx --arg -y --arg tempmd-mcp
```

### Hermes

```yaml
mcp_servers:
  huangdun-tempmd:
    command: "npx"
    args: ["-y", "tempmd-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "huangdun-tempmd": {
      "command": "npx",
      "args": [
        "-y",
        "tempmd-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, +47)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [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] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 19, −24)

- [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 (7)

### `publish_temp` (~188 tokens)

Publish a new Temp

Publish an artifact (HTML, Markdown, CSV, or Mermaid) to temp.md and get a stable public URL. Use only for a NEW artifact — if this project already has a Temp for it (check .tempmd), use update_temp to keep the same link. The record is saved to .tempmd automatically.

Input parameters:

- `additional_files` (array): Extra files to publish alongside the main file (scripts, styles, images)
- `file` (string, required): Absolute path to the main artifact file (.html, .md, .csv, .mmd)
- `project_dir` (string): Project root holding the .tempmd records file. Defaults to the current working directory.
- `spa_mode` (boolean): Enable index.html fallback for client-routed SPAs; leave false for ordinary static bundles
- `title` (string): Display title (defaults to the HTML <title> if present)

### `update_temp` (~190 tokens)

Update an existing Temp

Push a new version of an artifact behind the same temp.md URL — no re-sharing needed. Resets the 7-day active window. Reads temp_id and update_token from the project's .tempmd file when omitted. If the update fails, the previous version stays live.

Input parameters:

- `additional_files` (array): Extra files to publish alongside the main file (scripts, styles, images)
- `file` (string, required): Absolute path to the updated main artifact file
- `project_dir` (string): Project root holding the .tempmd records file. Defaults to the current working directory.
- `spa_mode` (boolean): Set SPA index fallback explicitly; omitted preserves the current setting
- `temp_id` (string): Temp ID (omit to use the project's .tempmd record)
- `title` (string)
- `update_token` (string): Update token (omit to use the project's .tempmd record)

### `get_temp_status` (~84 tokens)

Get Temp status

Check a Temp's lifecycle: active/cooling/expired, when it expires, and whether it can be restored. Reads credentials from the project's .tempmd file when omitted.

Input parameters:

- `project_dir` (string): Project root holding the .tempmd records file. Defaults to the current working directory.
- `temp_id` (string)
- `update_token` (string)

### `restore_temp` (~82 tokens)

Restore an expired Temp

Reactivate a recently expired Temp — the same canonical URL comes back to life. Only works within 7 days of expiry. Reads credentials from .tempmd when omitted.

Input parameters:

- `project_dir` (string): Project root holding the .tempmd records file. Defaults to the current working directory.
- `temp_id` (string)
- `update_token` (string)

### `snapshot_temp` (~128 tokens)

Freeze a snapshot

Freeze the current version of a Temp as a fixed reference with its own URL — for sign-offs and 'approve exactly this' moments. The canonical link keeps serving the latest version; share the snapshot URL only when exactness matters. Reads credentials from the project's .tempmd file when omitted.

Input parameters:

- `label` (string): Optional label for the snapshot, e.g. 'client sign-off v2'
- `project_dir` (string): Project root holding the .tempmd records file. Defaults to the current working directory.
- `temp_id` (string)
- `update_token` (string)

### `set_comments` (~90 tokens)

Enable or disable comments

Toggle pinned visitor comments (Pindrop) on a Temp's page. Reads credentials from the project's .tempmd file when omitted.

Input parameters:

- `enabled` (boolean, required): true to enable comments, false to disable
- `project_dir` (string): Project root holding the .tempmd records file. Defaults to the current working directory.
- `temp_id` (string)
- `update_token` (string)

### `list_temps` (~52 tokens)

List this project's Temps

List the Temps recorded in this project's .tempmd file (local records, no network call).

Input parameters:

- `project_dir` (string): Project root holding the .tempmd records file. Defaults to the current working directory.

## Diagnostics

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

## Score history

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

## Links

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