Skip to main content
Glama
bitgate
by bitgate

ship.page MCPサーバー

bitgate/ship-page-mcp MCP server

HTML を API に投げると、ライブ URL が返ってくる。 ship.page はリモート MCP サーバー + プレーンな REST API で、AI エージェントがコンテンツをパブリックインターネットに公開できるようにします — アカウント不要、API キー不要、OAuth の手間もなし。POST を 1 回送るだけで、ライブな *.shipped.page URL が手に入ります。

エンドポイント

https://ship.page/mcp

クライアント設定:

{
  "mcpServers": {
    "ship.page": { "url": "https://ship.page/mcp" }
  }
}

トランスポート: Streamable HTTP。匿名デプロイには認証は不要です(7 日間保持)。Authorization: Bearer sp_…ダッシュボードから無料で取得できるキー)を渡すと、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 が含まれます。プランで制限されている場合、エージェントはその 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