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, with no install, no signup and 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, with no install, no signup and no API key. Connect your account when your client asks and the same URL answers with everything else.

  • One URL, works in every MCP client
  • Publishing needs no account: live URL plus a claim link
  • Connect an account for custom domains, listing, and sites that never expire
  • Or run it locally for a folder on your own machine
$ 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?

Free to start. No credit card required.