ship-page
ship.page MCP server
把 HTML 扔给 API,拿回一个实时 URL。 ship.page 是一个远程 MCP 服务器 + 纯 REST API,让 AI 代理可以把内容发布到公共互联网上——无需账号、无需 API 密钥、无需 OAuth 流程。一次 POST,一个实时 *.shipped.page URL。
端点
https://ship.page/mcp客户端配置:
{
"mcpServers": {
"ship.page": { "url": "https://ship.page/mcp" }
}
}传输方式:Streamable HTTP。匿名部署无需认证(保留 7 天)。传入 Authorization: Bearer sp_…(从 dashboard 获取免费密钥)可获得 30 天保留期和更高限额;Pro 版部署永不过期。
Related MCP server: deloc-mcp
工具
工具 | 功能 |
| 部署单个 HTML 页面,返回实时 URL |
| 通过 |
| 向已有的自有部署添加文件 |
| 列出已认证账号的部署 |
| 将匿名部署认领到账号(slug + 认领令牌) |
| 恢复已过期的部署(免费版过期后 ≤30 天,付费版 ≤90 天) |
| 删除自有部署 |
| 套餐矩阵、配额和当前用量 |
| 当前密钥的账号 + 套餐状态 |
错误以结构化 JSON 返回,并带有人类可读的 hint,当某项功能受套餐限制时,代理可以原样转述该提示。
本地 / stdio 客户端
对于只支持 stdio 的客户端,可通过 mcp-remote 桥接:
{
"mcpServers": {
"ship.page": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://ship.page/mcp"]
}
}
}附带的 Dockerfile 打包的正是这个桥接,因此该服务器可以作为标准容器被构建和检查(例如通过目录扫描器)。
REST API
MCP 工具能做的所有事情也都可以通过纯 HTTP 完成。完整 OpenAPI 3.1 规范:ship.page/openapi.json
curl -X POST https://ship.page/deploy \
-H "Content-Type: text/html" \
--data-binary @report.html链接
GitHub Action:bitgate/ship-page-action
官方 MCP 注册表:
page.ship/ship-page
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for Shipstatic — deploy and manage static sites from AI agents. Works with Claude Code, Cursor, VS Code Copilot, and any MCP-compatible client.152,2856MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Deloc — deploy static sites from AI coding agents. Say "deploy this to Deloc" in Claude Code or Cursor and get a live URL back without leaving your editor.4MIT
- AlicenseAqualityAmaintenanceInstant web hosting for AI agents. Publish a live site in one call, no account needed.5MIT
- AlicenseAqualityDmaintenanceAgent-native hosting: your agent deploys any folder to a live URL in one command — no account, no dashboard, no CAPTCHA — and hands the human a link plus a plain-language summary. Full deploy lifecycle as MCP tools (deploy, verify, logs, inspect, rollback), production approval human-only; static sites and full Node.js apps, open source (Apache-2.0).13Apache 2.0
Related MCP Connectors
Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitgate/ship-page-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server