# ShipPage (npm · shippage-mcp)

Publish HTML or Markdown to a public URL in one call. Zero config, auto-registers on first use.

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

## Components

- npm · `shippage-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/jieshu666-shippage/shippage-mcp.md), [page](https://verifymcp.io/servers/jieshu666-shippage/shippage-mcp)

## Channel facts

- Registry: `npm`
- Package: `shippage-mcp`
- Version: `1.2.1`
- 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 27 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 290 tokens (~72/item across 4 items; 4 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**: 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 jieshu666-shippage -- npx -y shippage-mcp
```

### Codex

```bash
codex mcp add jieshu666-shippage -- npx -y shippage-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add jieshu666-shippage --command npx --arg -y --arg shippage-mcp
```

### Hermes

```yaml
mcp_servers:
  jieshu666-shippage:
    command: "npx"
    args: ["-y", "shippage-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "jieshu666-shippage": {
      "command": "npx",
      "args": [
        "-y",
        "shippage-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 70, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 66, +45)

- [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: not enough scan history yet (needs a 30-day window).
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-07-31 (score 21, −25)

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

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

First indexed and scored.

## MCP tools (4)

### `publish_html` (~109 tokens)

Publish HTML content to a public URL accessible from any device. Zero config — auto-registers on first use. Returns a public URL that can be opened on any device, including mobile phones and WeChat.

Input parameters:

- `html` (string, required): The HTML content to publish
- `password` (string): Access password to protect the page (optional)
- `slug` (string): Custom URL path, e.g. "my-page" (optional)
- `title` (string): Page title for display (optional)

### `list_pages` (~28 tokens)

List all pages published by this agent. Shows URLs, titles, view counts, and expiry dates.

### `publish_markdown` (~123 tokens)

Publish Markdown content as a beautifully styled web page. Converts Markdown to HTML with GitHub-flavored styling, then publishes to a public URL. Supports headings, code blocks, tables, images, lists, blockquotes, and more.

Input parameters:

- `markdown` (string, required): The Markdown content to publish
- `password` (string): Access password to protect the page (optional)
- `slug` (string): Custom URL path, e.g. "my-page" (optional)
- `title` (string): Page title (optional, auto-extracted from first # heading if omitted)

### `delete_page` (~30 tokens)

Delete a published page by its slug.

Input parameters:

- `slug` (string, required): The slug of the page to delete

## Diagnostics

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

## Score history

- 2026-08-03: 70
- 2026-08-02: 66
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/shippage-mcp
- Socket report: https://socket.dev/npm/package/shippage-mcp
- Repository: https://github.com/jieshu666/ShipPage-Skill
- Website: https://shippage.ai/
- Changelog RSS feed: https://verifymcp.io/servers/jieshu666-shippage/shippage-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/jieshu666-shippage/shippage-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/jieshu666-shippage/shippage-mcp
