@shipstatic/mcp 0.4.9 → 0.5.1

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 CHANGED
@@ -1,22 +1,47 @@
1
1
  # @shipstatic/mcp
2
2
 
3
- MCP server for [ShipStatic](https://shipstatic.com) — deploy static websites, landing pages, and prototypes instantly from AI agents.
3
+ ShipStatic MCP — deploy static websites, landing pages, and prototypes from AI agents.
4
4
 
5
- <a href="https://glama.ai/mcp/servers/@shipstatic/shipstatic">
6
- <img width="380" height="200" src="https://glama.ai/mcp/servers/@shipstatic/shipstatic/badge" alt="shipstatic MCP server" />
7
- </a>
5
+ **One URL. Your agent ships.**
8
6
 
9
- ## No install? Use the hosted endpoint
7
+ [![smithery badge](https://smithery.ai/badge/shipstatic/ship)](https://smithery.ai/servers/shipstatic/ship)
8
+ [![glama badge](https://img.shields.io/badge/glama-MCP%20server-1f7ade)](https://glama.ai/mcp/servers/shipstatic/mcp)
10
9
 
11
- For anonymous one-shot deploys, point your MCP client at:
10
+ ## Hosted no install
11
+
12
+ 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.
12
13
 
13
14
  ```
14
15
  https://mcp.shipstatic.com
15
16
  ```
16
17
 
17
- Same `deployments_upload` tool as below — no Node, no npm, no config. For listing, custom domains, or account-tied operations, install the package below.
18
+ ### Claude Code
18
19
 
19
- ## Setup
20
+ ```bash
21
+ claude mcp add --transport http shipstatic https://mcp.shipstatic.com
22
+ ```
23
+
24
+ ### Cursor, Antigravity, Windsurf, Zed — anywhere with `mcp.json`
25
+
26
+ ```json
27
+ {
28
+ "mcpServers": {
29
+ "shipstatic": {
30
+ "url": "https://mcp.shipstatic.com"
31
+ }
32
+ }
33
+ }
34
+ ```
35
+
36
+ ### Claude Desktop, Claude.ai web
37
+
38
+ Add a custom connector pointing at `https://mcp.shipstatic.com`.
39
+
40
+ 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.
41
+
42
+ ## Local — full toolset
43
+
44
+ Install this package when you need to manage deployments, link custom domains, or use account-tied operations.
20
45
 
21
46
  ### Claude Code
22
47
 
@@ -56,35 +81,31 @@ Add to `~/.gemini/antigravity/mcp_config.json`:
56
81
 
57
82
  ### Windsurf, Zed, and other MCP clients
58
83
 
59
- Same config format — `npx @shipstatic/mcp` via stdio. Works with any MCP-compatible client.
60
-
61
- ## Deploy — Free, No Account Needed
62
-
63
- Ask your AI agent to deploy a site. No API key, no sign-up, no configuration.
84
+ Same config format — `npx @shipstatic/mcp`. Works with any MCP-compatible client.
64
85
 
65
- Your site is live instantly on `*.shipstatic.com`.
86
+ ## Free API key permanent deployments
66
87
 
67
- 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.
88
+ `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.
68
89
 
69
- 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.
70
-
71
- ## All Tools — Free API Key
72
-
73
- 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):
90
+ Get a free key at [my.shipstatic.com/api-key](https://my.shipstatic.com/api-key):
74
91
 
75
92
  ```bash
76
93
  claude mcp add shipstatic -e SHIP_API_KEY=ship-... -- npx @shipstatic/mcp
77
94
  ```
78
95
 
96
+ ## Tools
97
+
98
+ The hosted endpoint exposes `deployments_upload` only. The local install exposes everything below.
99
+
79
100
  ### Deployments
80
101
 
81
- | Tool | Description |
82
- |------|-------------|
83
- | `deployments_upload` | Publish files and get a live URL instantly, optionally protected by a password |
84
- | `deployments_list` | List all deployments with their URLs, status, labels, and password protection state |
85
- | `deployments_get` | Get deployment details including URL, status, file count, size, labels, and password protection state |
86
- | `deployments_set` | Update the labels on a deployment for organization and filtering |
87
- | `deployments_remove` | Permanently remove a deployment and all its files |
102
+ | Tool | Description | Hosted |
103
+ |------|-------------|:---:|
104
+ | `deployments_upload` | Publish files and get a live URL instantly, optionally protected by a password | ✓ |
105
+ | `deployments_list` | List all deployments with their URLs, status, labels, and password protection state | |
106
+ | `deployments_get` | Get deployment details including URL, status, file count, size, labels, and password protection state | |
107
+ | `deployments_set` | Update the labels on a deployment for organization and filtering | |
108
+ | `deployments_remove` | Permanently remove a deployment and all its files | |
88
109
 
89
110
  ### Domains
90
111
 
@@ -108,7 +129,7 @@ claude mcp add shipstatic -e SHIP_API_KEY=ship-... -- npx @shipstatic/mcp
108
129
 
109
130
  ## Registry
110
131
 
111
- Published to the [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=com.shipstatic/mcp) as `com.shipstatic/mcp`.
132
+ 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.
112
133
 
113
134
  ## License
114
135
 
package/dist/server.js CHANGED
@@ -9,7 +9,7 @@ const READ = { readOnlyHint: true, destructiveHint: false, idempotentHint: true,
9
9
  const CREATE = { readOnlyHint: false, destructiveHint: false, ...OPEN_WORLD };
10
10
  const WRITE = { readOnlyHint: false, destructiveHint: false, idempotentHint: true, ...OPEN_WORLD };
11
11
  const DESTRUCTIVE = { readOnlyHint: false, destructiveHint: true, idempotentHint: true, ...OPEN_WORLD };
12
- const INSTRUCTIONS = `ShipStatic deploys static websites instantly. No account required.
12
+ const INSTRUCTIONS = `ShipStatic deploys static websites instantly. Free, no account required.
13
13
 
14
14
  To deploy: call deployments_upload with the build output directory path. The site is live immediately. To make the site private, pass \`password\` — visitors must unlock before viewing, including on any custom domains pointing at it.
15
15
 
@@ -31,7 +31,7 @@ export function createServer(ship) {
31
31
  });
32
32
  // Deployments
33
33
  server.registerTool('deployments_upload', {
34
- description: 'Deploy a static site instantly. No account or API key required. Returns the live URL, file count, and size. Without SHIP_API_KEY, the response includes a claim URL (site expires in 3 days) — always show both the deployment URL and claim URL to the user. To make the site private, pass `password`; always show the password to the user if you set one.',
34
+ description: 'Deploy a static site instantly free, no account or API key required. Returns the live URL, file count, and size. Without SHIP_API_KEY, the response includes a claim URL (site expires in 3 days) — always show both the deployment URL and claim URL to the user. To make the site private, pass `password`; always show the password to the user if you set one.',
35
35
  annotations: CREATE,
36
36
  inputSchema: {
37
37
  path: z.string().describe('Absolute path to the build output directory to deploy (e.g. "/Users/me/project/dist")'),
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@shipstatic/mcp",
3
- "version": "0.4.9",
3
+ "version": "0.5.1",
4
4
  "mcpName": "com.shipstatic/mcp",
5
- "description": "Free, no account needed — deploy static websites, landing pages, and prototypes instantly from AI agents",
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",