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_uploadDeploy 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_listList 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_getGet deployment details including URL, status, file count, size, labels, and password protection state.
    deployments_setUpdate deployment labels. Replaces all existing labels.
    deployments_deletePermanently deletes a deployment and its files.
    domains_setCreate 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_listList 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_getGet domain details including URL, linked deployment, verification status, and labels.
    domains_recordsReturns the DNS records to configure at the domain's DNS provider. Call after domains_set.
    domains_dnsReturns the DNS provider recorded for the domain, if known (e.g. Cloudflare, Namecheap): where its DNS records are configured.
    domains_shareReturns a shareable DNS setup URL that needs no API key, for whoever manages the domain's DNS.
    domains_validateCheck if a domain name is valid and available before creating it. Returns the normalized form and availability.
    domains_verifyTrigger 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_deletePermanently deletes a domain.
    whoamiReturns the account's email, name, plan, current usage and plan caps.
    ShipStatic: connect to Claude, ChatGPT, Cursor · Connectors.fun