@shipstatic/mcp 0.4.8 → 0.5.0
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 +55 -23
- package/dist/server.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,48 @@
|
|
|
1
1
|
# @shipstatic/mcp
|
|
2
2
|
|
|
3
|
-
MCP
|
|
3
|
+
ShipStatic MCP — deploy static websites, landing pages, and prototypes from AI agents.
|
|
4
|
+
|
|
5
|
+
**One URL. Your agent ships.**
|
|
4
6
|
|
|
5
7
|
<a href="https://glama.ai/mcp/servers/@shipstatic/shipstatic">
|
|
6
8
|
<img width="380" height="200" src="https://glama.ai/mcp/servers/@shipstatic/shipstatic/badge" alt="shipstatic MCP server" />
|
|
7
9
|
</a>
|
|
8
10
|
|
|
9
|
-
##
|
|
11
|
+
## Hosted — no install
|
|
12
|
+
|
|
13
|
+
Drop this URL into any MCP client. Your agent can publish a website in its next message — free, no install, no signup, no API key.
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
https://mcp.shipstatic.com
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
### Claude Code
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
claude mcp add --transport http shipstatic https://mcp.shipstatic.com
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### Cursor, Antigravity, Windsurf, Zed — anywhere with `mcp.json`
|
|
26
|
+
|
|
27
|
+
```json
|
|
28
|
+
{
|
|
29
|
+
"mcpServers": {
|
|
30
|
+
"shipstatic": {
|
|
31
|
+
"url": "https://mcp.shipstatic.com"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Claude Desktop, Claude.ai web
|
|
38
|
+
|
|
39
|
+
Add a custom connector pointing at `https://mcp.shipstatic.com`.
|
|
40
|
+
|
|
41
|
+
The hosted endpoint exposes one tool: `deployments_upload`. Public deployments expire in 3 days unless claimed — the response includes a claim URL the user can visit to keep the site permanently. Set a `password` arg to gate the deployment behind an unlock prompt.
|
|
42
|
+
|
|
43
|
+
## Local — full toolset
|
|
44
|
+
|
|
45
|
+
Install this package when you need to manage deployments, link custom domains, or use account-tied operations.
|
|
10
46
|
|
|
11
47
|
### Claude Code
|
|
12
48
|
|
|
@@ -46,42 +82,38 @@ Add to `~/.gemini/antigravity/mcp_config.json`:
|
|
|
46
82
|
|
|
47
83
|
### Windsurf, Zed, and other MCP clients
|
|
48
84
|
|
|
49
|
-
Same config format — `npx @shipstatic/mcp
|
|
85
|
+
Same config format — `npx @shipstatic/mcp`. Works with any MCP-compatible client.
|
|
50
86
|
|
|
51
|
-
##
|
|
87
|
+
## Free API key — permanent deployments
|
|
52
88
|
|
|
53
|
-
|
|
89
|
+
`SHIP_API_KEY` is optional. Without it, deploys behave like the hosted endpoint (public, claim URL, 3-day expiry). With it, you get permanent deployments, the full toolset, and bigger limits.
|
|
54
90
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
Deployments without an API key are public and expire in 3 days. The response includes a **claim URL** — always show it to the user so they can keep the site permanently.
|
|
58
|
-
|
|
59
|
-
Want a private site? Ask your agent to set a password when deploying — visitors will be prompted to unlock before viewing, on the deployment URL and on any custom domains pointing at it.
|
|
60
|
-
|
|
61
|
-
## All Tools — Free API Key
|
|
62
|
-
|
|
63
|
-
For permanent deployments and full control over your sites and domains, add a free API key from [my.shipstatic.com/api-key](https://my.shipstatic.com/api-key):
|
|
91
|
+
Get a free key at [my.shipstatic.com/api-key](https://my.shipstatic.com/api-key):
|
|
64
92
|
|
|
65
93
|
```bash
|
|
66
94
|
claude mcp add shipstatic -e SHIP_API_KEY=ship-... -- npx @shipstatic/mcp
|
|
67
95
|
```
|
|
68
96
|
|
|
97
|
+
## Tools
|
|
98
|
+
|
|
99
|
+
The hosted endpoint exposes `deployments_upload` only. The local install exposes everything below.
|
|
100
|
+
|
|
69
101
|
### Deployments
|
|
70
102
|
|
|
71
|
-
| Tool | Description |
|
|
72
|
-
|
|
73
|
-
| `deployments_upload` | Publish files and get a live URL instantly, optionally protected by a password |
|
|
74
|
-
| `deployments_list` | List all deployments with their URLs, status, labels, and password protection state |
|
|
75
|
-
| `deployments_get` | Get deployment details including URL, status, file count, size, labels, and password protection state |
|
|
76
|
-
| `deployments_set` | Update the labels on a deployment for organization and filtering |
|
|
77
|
-
| `deployments_remove` | Permanently remove a deployment and all its files |
|
|
103
|
+
| Tool | Description | Hosted |
|
|
104
|
+
|------|-------------|:---:|
|
|
105
|
+
| `deployments_upload` | Publish files and get a live URL instantly, optionally protected by a password | ✓ |
|
|
106
|
+
| `deployments_list` | List all deployments with their URLs, status, labels, and password protection state | |
|
|
107
|
+
| `deployments_get` | Get deployment details including URL, status, file count, size, labels, and password protection state | |
|
|
108
|
+
| `deployments_set` | Update the labels on a deployment for organization and filtering | |
|
|
109
|
+
| `deployments_remove` | Permanently remove a deployment and all its files | |
|
|
78
110
|
|
|
79
111
|
### Domains
|
|
80
112
|
|
|
81
113
|
| Tool | Description |
|
|
82
114
|
|------|-------------|
|
|
83
115
|
| `domains_set` | Connect a custom domain to your site, switch deployments, or update labels |
|
|
84
|
-
| `domains_list` | List all domains with their linked
|
|
116
|
+
| `domains_list` | List all domains with their linked deployment and verification status |
|
|
85
117
|
| `domains_get` | Get domain details including linked deployment, verification status, and labels |
|
|
86
118
|
| `domains_records` | Get the DNS records you need to configure at your DNS provider |
|
|
87
119
|
| `domains_dns` | Look up which DNS provider hosts a domain (e.g. Cloudflare, Namecheap) |
|
|
@@ -98,7 +130,7 @@ claude mcp add shipstatic -e SHIP_API_KEY=ship-... -- npx @shipstatic/mcp
|
|
|
98
130
|
|
|
99
131
|
## Registry
|
|
100
132
|
|
|
101
|
-
Published to the [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=com.shipstatic/mcp) as `com.shipstatic/mcp`.
|
|
133
|
+
Published to the [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=com.shipstatic/mcp) as `com.shipstatic/mcp`. Registry-aware clients see both the hosted endpoint and the local install and pick the right transport for their environment.
|
|
102
134
|
|
|
103
135
|
## License
|
|
104
136
|
|
package/dist/server.js
CHANGED
|
@@ -76,7 +76,7 @@ export function createServer(ship) {
|
|
|
76
76
|
},
|
|
77
77
|
}, ({ domain, deployment, labels }) => call(() => ship.domains.set(domain, { deployment, labels })));
|
|
78
78
|
server.registerTool('domains_list', {
|
|
79
|
-
description: 'List all domains with their URLs, linked
|
|
79
|
+
description: 'List all domains with their URLs, linked deployment, and verification status.',
|
|
80
80
|
annotations: READ,
|
|
81
81
|
}, () => call(() => ship.domains.list()));
|
|
82
82
|
server.registerTool('domains_get', {
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipstatic/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"mcpName": "com.shipstatic/mcp",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "ShipStatic MCP — deploy static websites from AI agents. Full toolset incl. custom domains. Free hosted endpoint at mcp.shipstatic.com — no install.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|