# ShipStatic (remote · mcp.shipstatic.com)

Deploy websites from AI agents. Free at mcp.shipstatic.com. Install for the full toolset.

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

## Components

- remote · `mcp.shipstatic.com`: 70/100 (this document), [markdown](https://verifymcp.io/servers/com-shipstatic-mcp/mcp.md), [page](https://verifymcp.io/servers/com-shipstatic-mcp/mcp)
- npm · `@shipstatic/mcp`: 81/100, [markdown](https://verifymcp.io/servers/com-shipstatic-mcp/shipstatic-mcp.md), [page](https://verifymcp.io/servers/com-shipstatic-mcp/shipstatic-mcp)

## Channel facts

- Endpoint: `https://mcp.shipstatic.com`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.6.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**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - 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**: 80/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 446 tokens (~223/item across 2 items; 1 tools + 1 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http com-shipstatic-mcp https://mcp.shipstatic.com/
```

### Codex

```toml
[mcp_servers.com-shipstatic-mcp]
url = "https://mcp.shipstatic.com/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-shipstatic-mcp": {
      "type": "remote",
      "url": "https://mcp.shipstatic.com/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-shipstatic-mcp --url https://mcp.shipstatic.com/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-shipstatic-mcp:
    url: "https://mcp.shipstatic.com/"
```

### Other

```json
{
  "mcpServers": {
    "com-shipstatic-mcp": {
      "type": "http",
      "url": "https://mcp.shipstatic.com/"
    }
  }
}
```

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-02 (score 70, +1)

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

### 2026-07-31 (score 69, +1)

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

### 2026-07-30 (score 68, 0)

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

### 2026-07-29 (score 68, +1)

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

### 2026-07-28 (score 67, +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 66, 0)

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

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

First indexed and scored.

## MCP tools (1)

### `deployments_upload` (~242 tokens)

Deploy Static Site

Deploy a static site to a live URL — free, no account or API key required.

\**File content is plain text by default.** Pass HTML/CSS/JS/JSON/SVG/etc. directly in each file's `content` as a regular string. Only set `encoding: "base64"` per-file for binary content (images, fonts) — do not base64-encode text.

Returns the live URL plus a claim URL (the site expires in 3 days unless claimed) — always show both to the user. To make the site private, pass `password`; always show the password to the user if you set one.

Input parameters:

- `files` (array, required): Files that make up the site. The site root is implied by these paths.
- `labels` (array): Labels for organizing deployments (e.g. ["production", "v1.2"]). Lowercase, 3-25 chars, allows . _ - separators.
- `password` (string): Optional password to gate the deployment behind an unlock prompt (6–128 characters; whitespace significant). Visitors must enter this password before viewing the site, including on any custom domains…

Output parameters:

- `claim` (string): One-time URL that claims this anonymous deployment to a free account, making it permanent. Only present on anonymous deploys (this hosted MCP is anonymous-only).
- `config` (boolean): True if the deployment includes a `ship.json` routing config.
- `created` (integer): Unix timestamp (seconds) when the deployment was created.
- `deployment` (string): Deployment hostname, e.g. "happy-cat-abc1234.shipstatic.com".
- `expires`: Unix timestamp (seconds) when the deployment expires; null when permanent. Anonymous deploys through the hosted MCP expire 3 days after creation unless claimed.
- `files` (integer): Number of files in the deployment.
- `labels` (array): Labels attached to the deployment.
- `password` (boolean): True if the deployment is password-protected.
- `screenshot` (string): Full URL to the deployment screenshot. Captured asynchronously after deploy; the URL is returned immediately but the image may take a few seconds to become available.
- `size` (integer): Total deployment size in bytes.
- `status` (string): Deployment lifecycle state. `success` means the site is live.
- `url` (string): Full URL to the live deployment.
- `via` (string|null): Origin tag for analytics (e.g. "gpt", "mcp", "cli", "web"). Null on legacy deployments uploaded before tagging existed.

## Diagnostics

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

## Score history

- 2026-08-03: 70
- 2026-08-02: 70
- 2026-08-01: 69
- 2026-07-31: 69
- 2026-07-30: 68
- 2026-07-29: 68
- 2026-07-28: 67
- 2026-07-27: 66
- 2026-07-26: 66

## Links

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