Skip to main content
Glama
bitgate
by bitgate

ship.page MCP server

bitgate/ship-page-mcp 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

工具

工具

功能

deploy_html

部署单个 HTML 页面,返回实时 URL

deploy_files

通过 path → content 映射部署多文件站点(二进制文件用 base64)

append_files

向已有的自有部署添加文件

list_drops

列出已认证账号的部署

claim_drop

将匿名部署认领到账号(slug + 认领令牌)

restore_drop

恢复已过期的部署(免费版过期后 ≤30 天,付费版 ≤90 天)

delete_drop

删除自有部署

get_limits

套餐矩阵、配额和当前用量

get_account

当前密钥的账号 + 套餐状态

错误以结构化 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

链接

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP 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.
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Agent-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).
    13
    Apache 2.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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