Developer Tools
shipstatic.com
Deploy a static site to a live URL for free without requiring an account or API key.
ENDPOINT 1
https://mcp.shipstatic.com
MCP server metadata
- Name
- shipstatic
- Version
- 0.6.0
ShipStatic deploys static websites instantly. Free, no account required. To deploy: call deployments_upload with the files of your build output. The site is live immediately. To make the site private, pass `password` — visitors must unlock before viewing, including on any custom domains pointing at it. All deployments through this hosted MCP are public and expire in 3 days. The response includes a claim URL — always show the deployment URL and the claim URL to the user so they can keep the site permanently. For listing, managing deployments, custom domains, or permanent deployments tied to an account, install `@shipstatic/mcp` locally with a SHIP_API_KEY (free; unlocks the full toolset and bigger limits). Concepts: - Deployment: an immutable set of files with an instant URL (e.g. happy-cat-abc1234.shipstatic.com). No setup needed.
Known tools 1
deployments_uploadDeploy a static site to a live URL — free, no account or API key required.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.shipstatic]
url = "https://mcp.shipstatic.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shipstatic": {
"type": "http",
"url": "https://mcp.shipstatic.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shipstatic
Remote MCP URL: https://mcp.shipstatic.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"shipstatic": {
"url": "https://mcp.shipstatic.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shipstatic": {
"type": "http",
"url": "https://mcp.shipstatic.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shipstatic",
"transport": "streamable-http",
"url": "https://mcp.shipstatic.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.