ShipStatic ShipStatic

Static Hosting MCP

One URL: mcp.shipstatic.com. Drop it into any MCP client and your agent can publish a website in its next message — free, no install, no signup, no API key.

mcp.json

Drop into any MCP client

{
  "mcpServers": {
    "shipstatic": {
      "url": "https://mcp.shipstatic.com"
    }
  }
}
        
Model Context Protocol

One URL. Your agent ships.

Drop mcp.shipstatic.com into any MCP client. Free — no install, no signup, no API key. Run the package locally when you need custom domains and the full toolset.

  • One URL — works in every MCP client
  • Free — no Node, no npm, no API key
  • Run locally for custom domains, full toolset, and bigger limits
  • Claim URL keeps anonymous deployments permanent
$ https://mcp.shipstatic.com
Configuration as Code

One file. Full control.

Drop a ship.json in your project root to configure rewrites, redirects, and custom headers. No dashboard clicks, no deploy flags, just code.

SPA Rewrites

Route all paths to index.html for client-side routing.

Redirects

Permanent or temporary redirects with status codes.

Custom Headers

Set CORS, CSP, cache-control, and any other HTTP header.

ship.json
{
  "rewrites": [
    {
      "source": "/**",
      "destination": "/index.html"
    }
  ]
}

Ready to go live?

No extra charges, no surprise bills, nothing to maintain.