Skip to main content
Glama
bitgate
by bitgate

ship.page MCP server

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

도구

도구

기능

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