# io.github.huangdun/tempmd (remote · api.temp.md)

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

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

## Components

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

## Channel facts

- Endpoint: `https://api.temp.md/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.4.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (update_temp).
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 54/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 598 tokens (~74/item across 8 items; 8 tools + 0 resources), lean.
  - 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**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 48% 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 --transport http huangdun-tempmd https://api.temp.md/mcp
```

### Codex

```toml
[mcp_servers.huangdun-tempmd]
url = "https://api.temp.md/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "huangdun-tempmd": {
      "type": "remote",
      "url": "https://api.temp.md/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add huangdun-tempmd --url https://api.temp.md/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  huangdun-tempmd:
    url: "https://api.temp.md/mcp"
```

### Other

```json
{
  "mcpServers": {
    "huangdun-tempmd": {
      "type": "http",
      "url": "https://api.temp.md/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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 57, +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-01 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 55, 0)

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

### 2026-07-30 (score 55, +1)

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

### 2026-07-28 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 53, +1)

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

### 2026-07-26 (score 52)

First indexed and scored.

## MCP tools (8)

### `publish_temp` (~92 tokens)

Publish a new Temp

Publish an inline text or base64 bundle to a stable public URL. Send index.html as the main page. Repeated identical calls are idempotent. If the MCP connection uses a temp.md account API key, the Temp is owned by that account immediately.

Input parameters:

- `files` (array, required)
- `idempotency_key` (string)
- `spa_mode` (boolean)
- `title` (string)

### `update_temp` (~104 tokens)

Update an existing Temp

Atomically publish a new inline bundle behind the same canonical URL. The previous Version stays live if this call fails.

Input parameters:

- `files` (array, required)
- `idempotency_key` (string)
- `spa_mode` (boolean)
- `temp_id` (string, required): The Temp ID.
- `title` (string)
- `update_token` (string): Scoped Temp update token. May be omitted when the MCP Authorization header contains an account API key that owns the Temp.

### `get_temp_status` (~65 tokens)

Get Temp status

Inspect lifecycle, expiry, restore eligibility, ownership, moderation, and settings.

Input parameters:

- `temp_id` (string, required): The Temp ID.
- `update_token` (string): Scoped Temp update token. May be omitted when the MCP Authorization header contains an account API key that owns the Temp.

### `restore_temp` (~64 tokens)

Restore an expired Temp

Reactivate an expired Temp during its restore grace period without changing its URL.

Input parameters:

- `temp_id` (string, required): The Temp ID.
- `update_token` (string): Scoped Temp update token. May be omitted when the MCP Authorization header contains an account API key that owns the Temp.

### `snapshot_temp` (~76 tokens)

Freeze a snapshot

Create a fixed snapshot URL for the current Version while the canonical URL continues to track the latest Version.

Input parameters:

- `label` (string)
- `temp_id` (string, required): The Temp ID.
- `update_token` (string): Scoped Temp update token. May be omitted when the MCP Authorization header contains an account API key that owns the Temp.

### `set_comments` (~64 tokens)

Enable or disable comments

Toggle pinned visitor feedback on a Temp.

Input parameters:

- `enabled` (boolean, required)
- `temp_id` (string, required): The Temp ID.
- `update_token` (string): Scoped Temp update token. May be omitted when the MCP Authorization header contains an account API key that owns the Temp.

### `list_temps` (~24 tokens)

List account Temps

List Temps owned by the account API key supplied in the MCP Authorization header.

### `recover_update_token` (~40 tokens)

Recover a Temp update token

Rotate every prior scoped update token and return one replacement. Requires an owning account API key in the MCP Authorization header.

Input parameters:

- `temp_id` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/huangdun-tempmd/api#diagnostics

## Score history

- 2026-08-03: 57
- 2026-08-02: 56
- 2026-08-01: 56
- 2026-07-31: 55
- 2026-07-30: 55
- 2026-07-29: 54
- 2026-07-28: 54
- 2026-07-27: 53
- 2026-07-26: 52

## Links

- Remote endpoint: https://api.temp.md/mcp
- Repository: https://github.com/huangdun/tempmd-mcp
- Website: https://temp.md/
- Changelog RSS feed: https://verifymcp.io/servers/huangdun-tempmd/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/huangdun-tempmd/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/huangdun-tempmd/api
