Skip to main content
Glama
bitgate
by bitgate

ship.page MCP server

bitgate/ship-page-mcp MCP server

Throw HTML at an API, get back a live URL. ship.page is a remote MCP server + plain REST API that lets an AI agent put content on the public internet — no account, no API key, no OAuth dance. One POST, one live *.shipped.page URL.

Endpoint

https://ship.page/mcp

Client config:

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

Transport: Streamable HTTP. No auth required for anonymous deploys (7-day retention). Pass Authorization: Bearer sp_… (free key from the dashboard) for 30-day drops and higher limits; Pro drops never expire.

Related MCP server: deloc-mcp

Tools

Tool

What it does

deploy_html

Deploy a single HTML page, returns a live URL

deploy_files

Deploy a multi-file site from a path → content map (base64 for binaries)

append_files

Add files to an existing owned drop

list_drops

List the authenticated account's drops

claim_drop

Claim an anonymous drop into an account (slug + claim token)

restore_drop

Restore an expired drop (free ≤30d past expiry, paid ≤90d)

delete_drop

Delete an owned drop

get_limits

Plan matrix, quotas, and current usage

get_account

Account + plan status for the current key

Errors come back as structured JSON with a human-readable hint agents can relay verbatim when something is plan-gated.

Local / stdio clients

For clients that only speak stdio, bridge via mcp-remote:

{
  "mcpServers": {
    "ship.page": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://ship.page/mcp"]
    }
  }
}

The included Dockerfile packages exactly this bridge, so the server can be built and introspected as a standard container (e.g. by directory scanners).

REST API

Everything the MCP tools do is also plain HTTP. Full OpenAPI 3.1 spec: 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