# ship

# ShipStatic MCP

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add shipstatic/ship

# Browse available tools
npx -y smithery tool list shipstatic/ship

# Get full schema for a tool
npx -y smithery tool get shipstatic/ship deployments_upload

# Call a tool
npx -y smithery tool call shipstatic/ship deployments_upload '{}'
```

## Direct MCP Connection

Endpoint: `https://ship--shipstatic.run.tools`

## Tools (1)

- `deployments_upload` — Deploy a website instantly — free, no account or API key required. Returns the live URL, file count, and size. The resp…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get shipstatic/ship <tool-name>
```
