shipstatic/mcp
[](https://glama.ai/mcp/servers/shipstatic/shipstatic) π βοΈ - Deploy and manage static sites from AI agents. A simpler alternative to Vercel and Netlify for static website hosting β upload files, get a URL, and connect custom domains.
Install
npx -y @shipstatic/mcp
Capabilities
- tools
Server instructions
ShipStatic deploys static websites instantly. No account required. To deploy: call deployments_upload with the build output directory path. 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. Without SHIP_API_KEY, deployments 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. With SHIP_API_KEY configured, deployments go to the user's account and never expire. Listing, managing, and domain operations also require SHIP_API_KEY. Concepts: - Deployment: an immutable set of files with an instant URL (e.g. happy-cat-abc1234.shipstatic.com). No setup needed. - Domain: a custom domain (e.g. www.example.com) pointing to a deployment. Optional. Subdomains only β not apex domains. To add a custom domain: domains_validate β domains_set β domains_records (show DNS records to user) β user configures DNS β domains_verify.