{
  "name": "ShipStatic",
  "description": "Deploy static sites instantly — no account required",
  "servers": [
    {
      "name": "shipstatic",
      "transport": "stdio",
      "install": {
        "npm": "@shipstatic/mcp"
      },
      "config": {
        "command": "npx",
        "args": ["@shipstatic/mcp"],
        "env": {
          "SHIP_API_KEY": {
            "description": "Optional. Deployments work without it — sites go live instantly with a claim URL. With it, deployments are permanent.",
            "required": false,
            "secret": true
          }
        }
      },
      "registry": "https://registry.modelcontextprotocol.io/v0.1/servers?search=com.shipstatic/mcp",
      "docs": "https://www.shipstatic.com/agents/"
    }
  ]
}
