MCP.so
Sign In

ship.pageVerifiedFeatured

@Bitgate

About ship.page

Throw HTML at an API, get an unguessable URL back. Zero-config remote MCP server — your agent deploys pages, sites and CI reports in one call. Free, no signup needed.

Connection details

https://ship.page/mcp

Setup

claude mcp add ship-page --transport http https://ship.page/mcp

Tools

No tools detected

Fetch the live tool list directly from this server's endpoint using the button above.

Overview

Throw HTML at an API, get back a live URL. ship.page is the fastest way for an AI agent to put content on the public internet — deploy pages, multi-file sites, and CI reports in one call, then hand your human a link. Free, no signup, no OAuth dance.

What agents use it for

  • Preview deploys — render a mockup, report, or dashboard and share it instantly
  • CI artifacts — Playwright reports, coverage HTML, build output; first-class GitHub Action and plain-curl flows
  • One-off pages — every deploy gets an unguessable *.shipped.page subdomain, mounted at root so absolute paths just work

How it works

POST your markup and get JSON back with a live url:

curl -X POST https://ship.page/deploy \
  -H "Content-Type: text/html" \
  --data-binary @report.html

Three body formats: raw HTML, a JSON path → content files map (base64 for binaries), or a full zip of a build folder. Anonymous drops live for 7 days, no account required.

MCP tools

Deploy and manage drops straight from your agent: deploy_html, deploy_files, list_drops, claim_drop, delete_drop, get_limits — plus structured JSON errors with human-readable hints your agent can relay verbatim when something's plan-gated.

Auth is optional pass-through: no key = anonymous deploys, Authorization: Bearer sp_… = the tools act as that account (30-day drops, higher limits, named drops on Pro).

Config:

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

Full API also published as an OpenAPI 3.1 spec at ship.page/openapi.json. Docs: ship.page/docs/agents

Frequently asked questions

What is the ship.page remote MCP server?

The ship.page remote MCP server is a hosted Model Context Protocol endpoint at https://ship.page/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the ship.page MCP server?

Add the endpoint https://ship.page/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the ship.page MCP server require authentication?

No. ship.page's MCP server does not require authentication — you can connect directly with the endpoint URL.

Which transport does the ship.page MCP server use?

ship.page exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments