mcpbeat Sign in

ShipStatic MCP Server

by shipstatic Your server? Claim it
answering

ShipStatic is answering right now. Last checked 4 min ago. 1 622 installs a week from npm. It exposes 15 tools. Last commit 17 Sep 2026.

Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.

Installs per day peak 943 · avg 278 · +52% w/w
a month agotoday
Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
15
Tools
read from the server
204 ms
Response time
average over 24h
1 622
Installs / week
npm and PyPI

What changed 45

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 10 August 2026. No other catalogue keeps this.

17 Sep a tool changed version
13 Sep 8 tool descriptions were rewritten deployments_delete, deployments_upload, domains_delete and 5 more
13 Sep a tool changed version3 times that day
13 Sep a tool changed the parameters it asks for domains_dns
7 Sep a tool changed version
1 Sep a tool changed version
31 Aug a tool changed version
30 Aug a tool description was rewritten domains_share
30 Aug a tool changed version
28 Aug a tool changed version
and 28 more, back to 10 August 2026

What the code does

We read the source, 17 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment smoke.mjs:235
    Object.entries(process.env).filter(([key]) => !key.startsWith('SHIP_')),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.shipstatic.com
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.shipstatic.com"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.shipstatic.com"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.shipstatic.com"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.shipstatic.com"
    }
  }
}

This one needs environment variables set before it will start: SHIP_TOKEN (Your API key — one credential, two names: the console mints it as an API key (ship-...), and this setting carries it as the token. Free at https://my.shipstatic.com/api-key. Optional: without it, deploys behave like the hosted endpoint (public, claim URL, 3-day expiry). With it, deployments are permanent, the full toolset (custom domains, listing, account-tied ops) unlocks, and rate limits are your own instead of the shared anonymous pools.). The author declared them in the registry entry; get the values from the project itself.

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

domains
domains_delete
Permanently deletes a domain.
domains_dns
Returns the DNS provider recorded for the domain, if known (e.g. Cloudflare, Namecheap): where its DNS records are configured.
domains_get
Get domain details including URL, linked deployment, verification status, and labels.
domains_list
List all domains with their URLs, linked deployment, and verification status. The response's `cursor` is null on the last page; pass it back as `cursor` to fetch the next.
domains_records
Returns the DNS records to configure at the domain's DNS provider. Call after domains_set.
domains_set
Create or update a custom domain. Can reserve a name (omit deployment), link it to a deployment, switch deployments, or update labels. domains_records then returns the DNS records to configure.
domains_share
Returns a shareable DNS setup URL that needs no API key, for whoever manages the domain's DNS.
domains_validate
Check if a domain name is valid and available before creating it. Returns the normalized form and availability.
domains_verify
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.
deployments
deployments_delete
Permanently deletes a deployment and its files.
deployments_get
Get deployment details including URL, status, file count, size, labels, and password protection state.
deployments_list
List all deployments with their URLs, status, labels, and password protection state. The response's `cursor` is null on the last page; pass it back as `cursor` to fetch the next.
deployments_set
Update deployment labels. Replaces all existing labels.
deployments_upload
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. Without a connected account, the response also includes a one-time claim URL, and the site expires in 3 days unless claimed. Pass `password` to make the site private.
whoami
whoami
Returns the account's email, name, plan, current usage and plan caps.

Endpoints

URLTransportStateLatencyChecked
https://mcp.shipstatic.com streamable-http answering 299 ms 4 min ago

Alternatives to ShipStatic

same job, measured the same way
Novence
by lincchad

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
Novence
by novence

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
Shiped
by kandahk

Deploy AI-generated HTML/CSS/JS to instant public HTTPS URLs from any MCP-compatible agent.

3 tools answering
harvis.dev
by harvis

Deploy static sites from AI agents: deploy_site publishes files and returns a live URL in seconds.

1 tools answering
Vibedeploy
by vibedeploy

Deploy and host AI-built websites on EU infrastructure, straight from your AI agent.

39 tools answering
Website Starter
by websitestarter

Create Markdown instructions for AI agents to build, deploy, and maintain an Astro website.

4 tools answering
ship.page
by ship

Deploy HTML from any agent: POST markup, get a live URL. Static hosting API with MCP tools.

11 tools answering
Bult
by bultcloud

Deploy and manage Bult apps from AI coding agents.

26 installs/wk local only

ShipStatic — questions

Answers built from our own checks of this server.

What can ShipStatic do?
It exposes 15 tools, read directly from the server on our last check. Among them: deployments_delete, deployments_get, deployments_list, deployments_set, deployments_upload, domains_delete and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is ShipStatic mostly used for?
Its tools cluster around domains and deployments. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is ShipStatic working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 204 ms. The bar chart above shows every period we have measured.
How do I connect ShipStatic?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does ShipStatic need an API key?
No. ShipStatic completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is ShipStatic?
It answers our handshake in 204 ms on average, which is faster than 65% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use ShipStatic?
The npm package @shipstatic/mcp was installed 1 622 times in the last week. Week over week that is +52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ShipStatic open source?
Yes — it is published under the MIT licence, written in TypeScript, 7 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.