ship-page
ship.page MCP server
API에 HTML을 던지면, 라이브 URL을 돌려받습니다. ship.page는 AI 에이전트가 콘텐츠를 공개 인터넷에 올릴 수 있게 해주는 원격 MCP 서버 + 일반 REST API입니다 — 계정도, API 키도, OAuth 절차도 필요 없습니다. POST 한 번이면 라이브 *.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가 포함되어 있어 에이전트가 요금제 제한 상황에서 그대로 전달할 수 있습니다.
로컬 / 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
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