ship-page
ship.page MCPサーバー
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
ツール
ツール | 機能 |
| 単一の HTML ページをデプロイし、ライブ URL を返す |
|
|
| 所有している既存のドロップにファイルを追加する |
| 認証済みアカウントのドロップを一覧表示する |
| 匿名ドロップをアカウントにクレームする(slug + クレームトークン) |
| 期限切れのドロップを復元する(無料は期限切れ後 30 日以内、有料は 90 日以内) |
| 所有しているドロップを削除する |
| プランマトリックス、クォータ、現在の使用状況を取得する |
| 現在のキーのアカウント + プランステータスを取得する |
エラーは構造化された 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リンク
ドキュメント: ship.page/docs/agents
GitHub Action: bitgate/ship-page-action
Glama コネクタ: glama.ai/mcp/connectors/page.ship/ship-page
公式 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