@shipstatic/mcp 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +25 -25
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @shipstatic/mcp
2
2
 
3
- MCP server for [ShipStatic](https://shipstatic.com) — deploy static sites instantly from AI agents. No account required.
3
+ MCP server for [ShipStatic](https://shipstatic.com) — free, no account needed. Deploy static websites, landing pages, and prototypes instantly from AI agents.
4
4
 
5
- Works with Claude Code, Cursor, VS Code Copilot, and any MCP-compatible client. Deployments are live immediately no setup, no credentials needed.
5
+ ShipStatic is static hosting without the complexity. No build steps, no framework lock-in upload your files and get a live URL.
6
6
 
7
7
  <a href="https://glama.ai/mcp/servers/@shipstatic/shipstatic">
8
8
  <img width="380" height="200" src="https://glama.ai/mcp/servers/@shipstatic/shipstatic/badge" alt="shipstatic MCP server" />
@@ -31,9 +31,9 @@ Add to `~/.cursor/mcp.json`:
31
31
  }
32
32
  ```
33
33
 
34
- ### Windsurf
34
+ ### Antigravity
35
35
 
36
- Add to `~/.codeium/windsurf/mcp_config.json`:
36
+ Add to `~/.gemini/antigravity/mcp_config.json`:
37
37
 
38
38
  ```json
39
39
  {
@@ -46,13 +46,13 @@ Add to `~/.codeium/windsurf/mcp_config.json`:
46
46
  }
47
47
  ```
48
48
 
49
- ### Other MCP clients
49
+ ### Windsurf, Zed, and other MCP clients
50
50
 
51
- Same config format — `npx @shipstatic/mcp` via stdio.
51
+ Same config format — `npx @shipstatic/mcp` via stdio. Works with any MCP-compatible client.
52
52
 
53
- That's it. Deployments work immediately — sites are live with a claim URL (3-day TTL).
53
+ That's it. Your site is live instantly.
54
54
 
55
- For permanent deployments, add a free API key from [my.shipstatic.com/api-key](https://my.shipstatic.com/api-key):
55
+ Without an API key, deployments are public and expire in 3 days. For permanent deployments, add a free API key from [my.shipstatic.com/api-key](https://my.shipstatic.com/api-key):
56
56
 
57
57
  ```bash
58
58
  claude mcp add shipstatic -e SHIP_API_KEY=ship-... -- npx @shipstatic/mcp
@@ -64,36 +64,36 @@ claude mcp add shipstatic -e SHIP_API_KEY=ship-... -- npx @shipstatic/mcp
64
64
 
65
65
  | Tool | Description |
66
66
  |------|-------------|
67
- | `deployments_upload` | Deploy a static site by uploading files from a directory |
68
- | `deployments_list` | List all deployments with their URLs, status, and labels |
69
- | `deployments_get` | Get deployment details including URL, status, file count, size, and labels |
70
- | `deployments_set` | Update deployment labels |
71
- | `deployments_remove` | Permanently delete a deployment and its files |
67
+ | `deployments_upload` | Publish files and get a live URL instantly no account needed |
68
+ | `deployments_list` | List all your deployed sites with their URLs, status, and labels |
69
+ | `deployments_get` | Get details for a specific deployment including URL, status, and file count |
70
+ | `deployments_set` | Update the labels on a deployment for organization and filtering |
71
+ | `deployments_remove` | Permanently remove a deployment and all its files |
72
72
 
73
73
  ### Domains
74
74
 
75
75
  | Tool | Description |
76
76
  |------|-------------|
77
- | `domains_set` | Create or update a custom domain |
78
- | `domains_list` | List all domains with their linked deployments and verification status |
79
- | `domains_get` | Get domain details including linked deployment, verification status, and labels |
80
- | `domains_records` | Get the DNS records the user needs to configure at their DNS provider |
81
- | `domains_dns` | Look up the DNS provider for a domain |
82
- | `domains_share` | Get a shareable DNS setup hash for a domain |
83
- | `domains_validate` | Check if a domain name is valid and available |
84
- | `domains_verify` | Trigger DNS verification for a custom domain |
85
- | `domains_remove` | Permanently delete a domain |
77
+ | `domains_set` | Connect a custom domain to your site, switch deployments, or update labels |
78
+ | `domains_list` | List all your custom domains with their linked sites and verification status |
79
+ | `domains_get` | Get details for a specific domain including its linked site and DNS status |
80
+ | `domains_records` | Get the DNS records you need to configure at your DNS provider |
81
+ | `domains_dns` | Look up which DNS provider hosts a domain (e.g. Cloudflare, Namecheap) |
82
+ | `domains_share` | Get a shareable link so someone else can see the required DNS records |
83
+ | `domains_validate` | Check if a domain name is valid and available before connecting it |
84
+ | `domains_verify` | Check if DNS is configured correctly after you set up the records |
85
+ | `domains_remove` | Permanently disconnect and remove a custom domain |
86
86
 
87
87
  ### Account
88
88
 
89
89
  | Tool | Description |
90
90
  |------|-------------|
91
- | `whoami` | Show authenticated account details including email, plan, and usage |
91
+ | `whoami` | Get your account details including email, plan, and usage |
92
92
 
93
93
  ## Registry
94
94
 
95
- Published to the [MCP Registry](https://modelcontextprotocol.io) as [`com.shipstatic/mcp`](https://registry.modelcontextprotocol.io/v0.1/servers?search=com.shipstatic/mcp).
95
+ Published to the [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=com.shipstatic/mcp) as `com.shipstatic/mcp`.
96
96
 
97
97
  ## License
98
98
 
99
- MIT
99
+ MIT
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@shipstatic/mcp",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "mcpName": "com.shipstatic/mcp",
5
- "description": "Deploy static sites instantly from AI agents — no account required",
5
+ "description": "Free, no account needed — deploy static websites, landing pages, and prototypes instantly from AI agents",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",