mcpbeat

ShipStatic MCP Server

com.shipstatic/mcp
answering

ShipStatic is answering right now. Last checked 9 min ago. 643 installs a week from npm. It exposes 1 tools. Last commit 15 May 2026.

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

Installs per day peak 247 · avg 39 · +320% w/w
a month agotoday
Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
1
Tools
read from the server
180 ms
Response time
average over 24h
643
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 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"
    }
  }
}

Available tools 1

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

deployments
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 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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.shipstatic.com streamable-http answering 287 ms 9 min ago

ShipStatic — questions

Answers built from our own checks of this server.

What can ShipStatic do?
It exposes 1 tools, read directly from the server on our last check. Among them: deployments_upload. 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 →
Is ShipStatic working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 180 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 1 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 180 ms on average, which is faster than 67% 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 643 times in the last week. Week over week that is +320%. 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, 5 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.