{
  "name": "ShipStatic",
  "description": "One URL. Your agent ships. Drop https://mcp.shipstatic.com into any MCP client — free, no install, no signup, no API key.",
  "servers": [
    {
      "name": "shipstatic",
      "transport": "http",
      "url": "https://mcp.shipstatic.com",
      "description": "Start here — no install. Drop https://mcp.shipstatic.com into any MCP client and your agent can publish a website in its next message. Fifteen tools: deployments_upload needs no account, the other fourteen need one — connect over OAuth when your client asks. Deployments made without an account are public and expire in 3 days unless claimed; connected ones never expire.",
      "registry": "https://registry.modelcontextprotocol.io/v0.1/servers?search=com.shipstatic/mcp",
      "docs": "https://docs.shipstatic.com/mcp"
    },
    {
      "name": "shipstatic",
      "transport": "stdio",
      "description": "The local alternative — the same fifteen tools, from your own machine. Run @shipstatic/mcp via npx when your agent needs to deploy a folder on disk, when you would rather configure a token once than sign in, or when your client does not speak OAuth yet.",
      "install": {
        "npm": "@shipstatic/mcp"
      },
      "config": {
        "command": "npx",
        "args": ["-y", "@shipstatic/mcp"],
        "env": {
          "SHIP_TOKEN": {
            "description": "Optional, and its value is your API key — one credential, two names: the console mints it as an API key (ship-...), and this setting carries it as the token. Free at https://my.shipstatic.com/api-key. Without it, deploys behave like the hosted endpoint with no account connected (public, claim URL, expires in 3 days). With it, deployments are permanent, the account tools answer, and you get bigger limits.",
            "required": false,
            "secret": true
          }
        }
      },
      "registry": "https://registry.modelcontextprotocol.io/v0.1/servers?search=com.shipstatic/mcp",
      "docs": "https://docs.shipstatic.com/mcp"
    }
  ]
}
