@shipstatic/mcp 1.3.1-beta.2 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,14 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
**One URL. Your agent ships.**
|
|
4
4
|
|
|
5
|
+
> ⚡ **You probably don't need to install this.** The same server is hosted at **`https://mcp.shipstatic.com`** — drop that URL into any MCP client and your agent can publish a website in its next message. No install, no Node.js, no signup, no API key.
|
|
6
|
+
>
|
|
7
|
+
> **This package is the local alternative.** Install it when your agent needs to deploy a folder on your own machine, when you'd rather configure a token once than sign in, or when your client doesn't speak OAuth yet — the same fifteen tools, reached the other way. [Local setup ↓](#local--the-same-tools-from-your-own-machine)
|
|
8
|
+
|
|
5
9
|
Give your AI a publish button for the internet: ask it to put your site online, and get back a real, shareable link in seconds. Landing pages, prototypes, portfolios — any static site.
|
|
6
10
|
|
|
7
11
|
[](https://smithery.ai/servers/shipstatic/ship)
|
|
8
12
|
[](https://glama.ai/mcp/servers/shipstatic/mcp)
|
|
9
13
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Hosted — nothing to install
|
|
14
|
+
## Hosted — start here
|
|
13
15
|
|
|
14
16
|
Drop `https://mcp.shipstatic.com` into any MCP client. No install, no signup, no API key — your agent can publish a website in its next message.
|
|
15
17
|
|
|
@@ -27,7 +29,7 @@ claude mcp add --transport http shipstatic https://mcp.shipstatic.com
|
|
|
27
29
|
|
|
28
30
|
**Settings → Connectors → Add custom connector**, paste `https://mcp.shipstatic.com`, save.
|
|
29
31
|
|
|
30
|
-
### Cursor, Antigravity, Windsurf, Zed — anywhere with `mcp.json`
|
|
32
|
+
### Cursor, Antigravity, Windsurf, n8n, Zed — anywhere with `mcp.json`
|
|
31
33
|
|
|
32
34
|
```json
|
|
33
35
|
{
|
|
@@ -39,6 +41,10 @@ claude mcp add --transport http shipstatic https://mcp.shipstatic.com
|
|
|
39
41
|
}
|
|
40
42
|
```
|
|
41
43
|
|
|
44
|
+
### VS Code
|
|
45
|
+
|
|
46
|
+
Install [ShipStatic for VS Code](https://marketplace.visualstudio.com/items?itemName=shipstatic.shipstatic) — the server is built in, with no config at all.
|
|
47
|
+
|
|
42
48
|
### Then just ask
|
|
43
49
|
|
|
44
50
|
> "Put my site online."
|
|
@@ -60,7 +66,7 @@ Install this package when your agent needs to deploy **a folder on your own mach
|
|
|
60
66
|
|
|
61
67
|
The config asks for one thing: `SHIP_TOKEN`. **Its value is your API key** — one credential, two names. The console mints it as an *API key* (it looks like `ship-...`), and the setting that carries it is called the *token*. Get yours free at [my.shipstatic.com/api-key](https://my.shipstatic.com/api-key), paste it where the snippets below show `ship-...`, and every site you publish lands in your account, never expires, and gets bigger limits.
|
|
62
68
|
|
|
63
|
-
The key is optional: leave it out and the local server behaves like the hosted endpoint with no account connected
|
|
69
|
+
The key is optional: leave it out and the local server behaves exactly like the hosted endpoint with no account connected — public sites, claim links, live for 3 days.
|
|
64
70
|
|
|
65
71
|
The server runs with `npx`, which ships with [Node.js](https://nodejs.org) (20.19 or newer).
|
|
66
72
|
|
|
@@ -106,25 +112,26 @@ Add to `~/.gemini/antigravity/mcp_config.json`:
|
|
|
106
112
|
|
|
107
113
|
Same config shape — `npx -y @shipstatic/mcp`, with `SHIP_TOKEN` in `env`. Works with any MCP-compatible client.
|
|
108
114
|
|
|
109
|
-
### VS Code
|
|
110
|
-
|
|
111
|
-
Prefer an editor extension? [ShipStatic for VS Code](https://marketplace.visualstudio.com/items?itemName=shipstatic.shipstatic) has this server built in — no config at all.
|
|
112
|
-
|
|
113
115
|
## Tools
|
|
114
116
|
|
|
115
|
-
All fifteen tools are on both doors. `deployments_upload` is the one that needs no account
|
|
117
|
+
All fifteen tools are on both doors. What changes is not which tools exist, but which ones answer: `deployments_upload` is the one that needs no account, and the other fourteen answer once you have connected one (hosted) or set `SHIP_TOKEN` (local).
|
|
116
118
|
|
|
117
|
-
###
|
|
119
|
+
### Publishing — no account needed
|
|
118
120
|
|
|
119
121
|
| Tool | Description |
|
|
120
122
|
|------|-------------|
|
|
121
123
|
| `deployments_upload` | Publish files and get a live URL instantly, optionally protected by a password |
|
|
124
|
+
|
|
125
|
+
### Deployments — with an account
|
|
126
|
+
|
|
127
|
+
| Tool | Description |
|
|
128
|
+
|------|-------------|
|
|
122
129
|
| `deployments_list` | List all deployments with their URLs, status, labels, and password protection state. Pages with `limit` and `cursor` |
|
|
123
130
|
| `deployments_get` | Get deployment details including URL, status, file count, size, labels, and password protection state |
|
|
124
131
|
| `deployments_set` | Update the labels on a deployment for organization and filtering |
|
|
125
132
|
| `deployments_delete` | Permanently delete a deployment and all its files |
|
|
126
133
|
|
|
127
|
-
### Domains
|
|
134
|
+
### Domains — with an account
|
|
128
135
|
|
|
129
136
|
| Tool | Description |
|
|
130
137
|
|------|-------------|
|
|
@@ -138,7 +145,7 @@ All fifteen tools are on both doors. `deployments_upload` is the one that needs
|
|
|
138
145
|
| `domains_verify` | Check if DNS is configured correctly after you set up the records |
|
|
139
146
|
| `domains_delete` | Permanently disconnect and delete a custom domain |
|
|
140
147
|
|
|
141
|
-
### Account
|
|
148
|
+
### Account — with an account
|
|
142
149
|
|
|
143
150
|
| Tool | Description |
|
|
144
151
|
|------|-------------|
|
|
@@ -162,7 +169,7 @@ Key the *attempt*, not the try — a run id, a commit sha, or a uuid generated b
|
|
|
162
169
|
{ "path": "/path/to/dist", "ttl": 3600 }
|
|
163
170
|
```
|
|
164
171
|
|
|
165
|
-
It needs `SHIP_TOKEN`
|
|
172
|
+
It needs an account — `SHIP_TOKEN` here, a connected account on the hosted endpoint: a deploy with no account already expires on the platform's schedule, so a `ttl` on one is refused rather than ignored. A deployment carrying a `ttl` cannot be linked to a custom domain — deploy without one when the site needs a domain.
|
|
166
173
|
|
|
167
174
|
## Registry
|
|
168
175
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipstatic/mcp",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"mcpName": "com.shipstatic/mcp",
|
|
5
|
-
"description": "Deploy static websites from AI agents.
|
|
5
|
+
"description": "Deploy static websites from AI agents. Start with the hosted endpoint at mcp.shipstatic.com — no install, no signup, no API key — or install this package to deploy folders from your own machine. The same fifteen tools either way.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"sideEffects": [
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"license": "MIT",
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
70
|
-
"@shipstatic/ship": "2.3.1
|
|
71
|
-
"@shipstatic/types": "2.9.0
|
|
70
|
+
"@shipstatic/ship": "2.3.1",
|
|
71
|
+
"@shipstatic/types": "2.9.0",
|
|
72
72
|
"zod": "^4.4.3"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|