# ShipStatic (npm · @shipstatic/mcp)

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

- Trust score: 81/100 (high trust)
- Change this week: +35
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@shipstatic/mcp`
- Version: `0.6.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 (125 of 129), 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 (125 of 129), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to shipstatic/mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 6 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 83/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1202 tokens (~80/item across 15 items; 15 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 com-shipstatic-mcp -- npx -y @shipstatic/mcp
```

### Codex

```bash
codex mcp add com-shipstatic-mcp -- npx -y @shipstatic/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-shipstatic-mcp --command npx --arg -y --arg @shipstatic/mcp
```

### Hermes

```yaml
mcp_servers:
  com-shipstatic-mcp:
    command: "npx"
    args: ["-y", "@shipstatic/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-shipstatic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shipstatic/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 81, +29)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security] The attested source repository moved: shipstatic/mcp
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.27
- [functional] Licence: MIT

### 2026-08-02 (score 52, +31)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → excellent

### 2026-08-01 (score 21, −29)

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

### 2026-07-31 (score 50, +4)

- [security regression] Malware scan: pass → unverified
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security] The attested source repository moved: shipstatic/mcp
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

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

First indexed and scored.

## MCP tools (15)

### `deployments_upload` (~197 tokens)

Deploy a static site instantly — free, no account or API key required. Returns the live URL, file count, and size. Without SHIP_API_KEY, the response includes a claim URL (site expires in 3 days) — always show both the deployment URL and claim URL to the user. To make the site private, pass `password`; always show the password to the user if you set one.

Input parameters:

- `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…
- `path` (string, required): Absolute path to the build output directory to deploy (e.g. "/Users/me/project/dist")

### `deployments_list` (~24 tokens)

List all deployments with their URLs, status, labels, and password protection state.

### `deployments_get` (~59 tokens)

Get deployment details including URL, status, file count, size, labels, and password protection state.

Input parameters:

- `deployment` (string, required): Deployment hostname (e.g. "happy-cat-abc1234.shipstatic.com"). Returned by deployments_upload or deployments_list.

### `deployments_set` (~70 tokens)

Update deployment labels. Replaces all existing labels.

Input parameters:

- `deployment` (string, required): Deployment hostname (e.g. "happy-cat-abc1234.shipstatic.com"). Use deployments_list to find deployments.
- `labels` (array, required): Labels to set. Replaces all existing labels. Pass empty array to clear.

### `deployments_remove` (~57 tokens)

Permanently delete a deployment and its files. You MUST confirm with the user before calling this tool, referencing the deployment.

Input parameters:

- `deployment` (string, required): Deployment hostname to delete (e.g. "happy-cat-abc1234.shipstatic.com")

### `domains_set` (~128 tokens)

Create or update a custom domain. Can reserve a name (omit deployment), link it to a deployment, switch deployments, or update labels. After creating, call domains_records and show the DNS records to the user.

Input parameters:

- `deployment` (string): Deployment to serve on this domain (e.g. "happy-cat-abc1234.shipstatic.com"). Omit to reserve the domain without linking.
- `domain` (string, required): Domain name (e.g. "www.example.com" or "blog.example.com")
- `labels` (array): Labels for organizing domains (e.g. ["production"]).

### `domains_list` (~22 tokens)

List all domains with their URLs, linked deployment, and verification status.

### `domains_get` (~47 tokens)

Get domain details including URL, linked deployment, verification status, and labels.

Input parameters:

- `domain` (string, required): Domain name (e.g. "www.example.com"). Use domains_list to find names.

### `domains_records` (~56 tokens)

Get the DNS records the user needs to configure at their DNS provider. Call after domains_set. You MUST show the returned records to the user.

Input parameters:

- `domain` (string, required): Domain name. Must be a domain previously created with domains_set.

### `domains_dns` (~60 tokens)

Look up the DNS provider for a domain (e.g. Cloudflare, Namecheap). Helps the user know where to configure their DNS records.

Input parameters:

- `domain` (string, required): Domain name to look up DNS provider for (e.g. "www.example.com")

### `domains_share` (~66 tokens)

Get a shareable DNS setup hash for a domain. The hash can be shared with the user so they can view the required DNS records without needing an API key.

Input parameters:

- `domain` (string, required): Domain name to generate a share link for. Must be a domain previously created with domains_set.

### `domains_validate` (~55 tokens)

Check if a domain name is valid and available before creating it. Returns the normalized form and availability.

Input parameters:

- `domain` (string, required): Domain name to check (e.g. "www.example.com"). Call before domains_set to check availability.

### `domains_verify` (~64 tokens)

Trigger DNS verification for a custom domain. Call after the user has configured DNS records from domains_records. Verification is asynchronous — the domain status updates once DNS propagates.

Input parameters:

- `domain` (string, required): Domain name to verify DNS for. Must be a domain previously created with domains_set.

### `domains_remove` (~49 tokens)

Permanently delete a domain. You MUST confirm with the user before calling this tool, referencing the domain name.

Input parameters:

- `domain` (string, required): Domain name to delete (e.g. "www.example.com")

### `whoami` (~20 tokens)

Show authenticated account details including email, plan, and usage.

## Diagnostics

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

## Score history

- 2026-08-03: 81
- 2026-08-02: 52
- 2026-08-01: 21
- 2026-07-31: 50
- 2026-07-29: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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