
ShipStatic
Deploy static websites from AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.
Server tool list (15)
Raw names from tools/list. Only developers need these.
| 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. Without a connected account, the response also includes a one-time claim URL, and the site expires in 3 days unless claimed. Pass `password` to make the site private. |
| deployments_list | List all deployments with their URLs, status, labels, and password protection state. The response's `cursor` is null on the last page; pass it back as `cursor` to fetch the next. |
| deployments_get | Get deployment details including URL, status, file count, size, labels, and password protection state. |
| deployments_set | Update deployment labels. Replaces all existing labels. |
| deployments_delete | Permanently deletes a deployment and its files. |
| domains_set | Create or update a custom domain. Can reserve a name (omit deployment), link it to a deployment, switch deployments, or update labels. domains_records then returns the DNS records to configure. |
| domains_list | List all domains with their URLs, linked deployment, and verification status. The response's `cursor` is null on the last page; pass it back as `cursor` to fetch the next. |
| domains_get | Get domain details including URL, linked deployment, verification status, and labels. |
| domains_records | Returns the DNS records to configure at the domain's DNS provider. Call after domains_set. |
| domains_dns | Returns the DNS provider recorded for the domain, if known (e.g. Cloudflare, Namecheap): where its DNS records are configured. |
| domains_share | Returns a shareable DNS setup URL that needs no API key, for whoever manages the domain's DNS. |
| domains_validate | Check if a domain name is valid and available before creating it. Returns the normalized form and availability. |
| domains_verify | Trigger DNS verification for a custom domain. Call after the user has configured DNS records from domains_records. Verification is asynchronous — the domain status updates once DNS propagates. |
| domains_delete | Permanently deletes a domain. |
| whoami | Returns the account's email, name, plan, current usage and plan caps. |