# ShipStatic > Static hosting on a global edge network. Deploy instantly — free, no account required. Claim to keep permanently. Zero-install deploy: `npx -y @shipstatic/ship ./dist`. Site is live in seconds; the response includes a claim URL the user can visit later to keep it permanently. Public deploys expire in 3 days unless claimed. The platform has two primitives: **deployments** (immutable file snapshots with instant preview URLs) and **domains** (pointers you repoint between deployments for instant rollbacks). - Package: `@shipstatic/ship` (both CLI and SDK) - MCP (one URL, no install): `https://mcp.shipstatic.com` — drop into any MCP client - MCP (local, full toolset): `@shipstatic/mcp` - API: `https://api.shipstatic.com` - Dashboard: `https://my.shipstatic.com` - Docs: `https://docs.shipstatic.com` ## Agent Resources - [Agent Resources](https://www.shipstatic.com/agents/): MCP, CLI skill, SDK, REST API — everything agents need - [Hosted MCP](https://mcp.shipstatic.com): drop `https://mcp.shipstatic.com` into any MCP client — your agent can publish a website in its next message; free, no install, no signup, no API key - [MCP (local)](https://www.npmjs.com/package/@shipstatic/mcp): `npx -y @shipstatic/mcp` — full toolset incl. custom domains; add `SHIP_API_KEY` for permanent deployments and bigger limits - [SKILL.md](https://www.shipstatic.com/SKILL.md): Agent skill instructions for CLI-based deployment - [.well-known/mcp.json](https://www.shipstatic.com/.well-known/mcp.json): MCP server discovery ## Docs - [Deployments](https://docs.shipstatic.com/deployments): Immutable file snapshots with unique IDs, instant preview URLs, optional password protection - [Domains](https://docs.shipstatic.com/domains): Platform (`*.shipstatic.com`) or custom (`www.example.com`) — no apex domains - [Tokens](https://docs.shipstatic.com/tokens): Single-use, time-limited deploy credentials - [API Key](https://docs.shipstatic.com/api-key): Persistent credential (`ship-{64 hex}`), one per account - [ship.json](https://docs.shipstatic.com/ship-json): Optional config for redirects, rewrites, headers, clean URLs ## Interfaces - [Web](https://docs.shipstatic.com/web): Dashboard with drag-and-drop deploy and DNS setup wizard - [CLI](https://docs.shipstatic.com/cli): `npx -y @shipstatic/ship ./dist` (zero install) or `npm i -g @shipstatic/ship` - [MCP](https://docs.shipstatic.com/mcp): drop `https://mcp.shipstatic.com` into any MCP client (Claude, Cursor, Antigravity, Windsurf, VS Code, n8n) — or run `npx -y @shipstatic/mcp` locally for the full toolset - [SDK](https://docs.shipstatic.com/sdk): `npm i @shipstatic/ship` — deploy from Node.js or browser - [Action](https://docs.shipstatic.com/action): `shipstatic/action@v1` — deploy from CI/CD (no API key needed for PR previews) - [Skill](https://docs.shipstatic.com/skill): SKILL.md that teaches AI agents to deploy via CLI - [API](https://docs.shipstatic.com/api): REST API — same operations as CLI and SDK ## Full Documentation - [llms-full.txt](https://www.shipstatic.com/llms-full.txt): Complete platform documentation in a single file