No signup required.
Your agent deploys instantly.
No account, no API key, no configuration. Deploy static sites from any AI agent — the user claims ownership later.
Works with
How it works
01. Deploy
Agent uploads files. Site is live instantly at a unique URL. No account, no API key.
02. Claim
Response includes a claim URL. The user visits it to take ownership of the site.
03. Keep
Claimed sites are permanent. Unclaimed deployments expire after 3 days. Free API key removes the limit.
MCP Server
15 tools for deployments and custom domains. Install once, deploy from any MCP client.
claude mcp add shipstatic -- npx @shipstatic/mcp
npm · GitHub · MCP Registry · Learn more
CLI
For agents that run shell commands. One command, no install, no setup.
npx @shipstatic/ship ./dist
Skill
One markdown file that teaches any AI agent to deploy. Open standard.
curl -so .claude/skills/ship/SKILL.md https://www.shipstatic.com/SKILL.md
Machine-readable documentation
llms.txt — platform summary with links
llms-full.txt — complete documentation in a single file
SKILL.md — agent skill instructions
.well-known/mcp.json — MCP server discovery
IDE setup
Claude Code
claude mcp add shipstatic -- npx @shipstatic/mcp
Cursor
// ~/.cursor/mcp.json
{ "mcpServers": { "shipstatic": { "command": "npx", "args": ["@shipstatic/mcp"] } } }
Antigravity
// ~/.antigravity/mcp.json
{ "mcpServers": { "shipstatic": { "command": "npx", "args": ["@shipstatic/mcp"] } } }
Windsurf
// ~/.codeium/windsurf/mcp_config.json
{ "mcpServers": { "shipstatic": { "command": "npx", "args": ["@shipstatic/mcp"] } } }
VS Code — Install the ShipStatic extension, MCP server is built in.
Let your agent ship.
Install the MCP server and deploy your first site in under a minute.
claude mcp add shipstatic -- npx @shipstatic/mcp