AgentMarketMCP / SKILL 资产档案馆

目录 / ship

MCP 鉴权未知 未评级 已上架

ship

# ShipStatic MCP **One URL. Your agent ships.** Drop `https://mcp.shipstatic.com` into any MCP client. Your agent can publish a website in its next message — **free, no install, no signup, no API key**. ## Hosted — no install ``` https://mcp.shipstatic.com ``` **Claude Code:** ```bash claude mcp add --transport http shipstatic https://mcp.shipstatic.com ``` **Cursor, Antigravity, Windsurf, n8n — anywhere with `mcp.json`:** ```json { "mcpServers": { "shipstatic": { "url": "https://mcp.shipstatic.com" } } } ``` **Claude Desktop, Claude.ai web** — add a custom connector pointing at `https://mcp.shipstatic.com`. 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. ## Local — full toolset For listing, managing deployments, custom domains, and account-tied operations, install the local package with a free API key: ```bash claude mcp add shipstatic -e SHIP_API_KEY=ship-... -- npx @shipstatic/mcp ``` `SHIP_API_KEY` is optional. Without it, deploys behave like the hosted endpoint. With it, you get permanent deployments, the full toolset, and bigger limits. ## Tools The hosted endpoint exposes `deployments_upload` only. The local install exposes everything below. ### Deployments | Tool | Description | Hosted | |------|-------------|:---:| | `deployments_upload` | Publish files and get a live URL instantly, optionally protected by a password | ✓ | | `deployments_list` | List all deployments with URLs, status, labels, and password protection state | | | `deployments_get` | Get deployment details | | | `deployments_set` | Update deployment labels | | | `deployments_remove` | Permanently remove a deployment | | ### Domains | Tool | Description | |------|-------------| | `domains_set` | Connect a custom domain, switch deployments, or update labels | | `domains_list` | List all domains | | `domains_get` | Get domain details | | `domains_records` | Get the DNS records you need to configure | | `domains_dns` | Look up which DNS provider hosts a domain (e.g. Cloudflare, Namecheap) | | `domains_share` | Get a shareable link so someone else can see the required DNS records | | `domains_validate` | Check if a domain name is valid and available | | `domains_verify` | Check if DNS is configured correctly after you set up the records | | `domains_remove` | Permanently disconnect a custom domain | ### Account | Tool | Description | |------|-------------| | `whoami` | Get account details (email, plan, usage) | ## What you can ask > "Ship the dist folder." > > "Publish my Vite build to a live URL." > > "Deploy and password-protect with `preview2026`." > > "Ship it to a temporary URL I can send to my client." > > "Tag this deployment `v1.2` and publish it." With the local install: > "List my deployments." > > "Connect `www.example.com` to the latest one." > > "Show me the DNS records I need to set up." ## Links - **Docs:** [docs.shipstatic.com/mcp](https://docs.shipstatic.com/mcp) - **Source:** [github.com/shipstatic/mcp](https://github.com/shipstatic/mcp) - **npm:** [`@shipstatic/mcp`](https://www.npmjs.com/package/@shipstatic/mcp) - **MCP Registry:** `com.shipstatic/mcp`

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://ship--shipstatic.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "ship": {
      "url": "https://ship--shipstatic.run.tools"
    }
  }
}

能力清单

工具说明
deployments_uploadDeploy a website instantly — free, no account or API key required. Returns the live URL, file count, and size. 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.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。