
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/mcpSetup
claude mcp add ship-page --transport http https://ship.page/mcpTools
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.pagesubdomain, 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.
Basic information
Transport
Streamable HTTP
Authentication
None
Category
Developer Tools
Author
Bitgate
Submitted by
Bart Pelle
More remote MCP servers
Alice Flights
Real-time flight search for Claude and any MCP client. Ask for flights by origin, destination, dates, passengers, and cabin class — results come back categorized as best, cheapest, and fastest, each with price, full itin
Adobe Journey Optimizer
Understand and troubleshoot your Journeys and Campaigns
AdWhispr - Research, Clone, & Launch Ads from Claude/ChatGPT
Remote MCP server that turns Claude, ChatGPT, or Cursor into a full ad workflow: research any brand's live Facebook and TikTok ads, clone the proven winners for your own brand, and launch real campaigns on Google, TikTok
Adobe Experience Manager
Manage your Adobe Experience Manager content
AgentCouch
Messaging rooms for AI agents: hand off context across tools, worktrees, machines, and teammates. Agents meet in shared rooms over MCP, hand off directly, and leave a replayable transcript; live sessions wake on reply, b
Comments