Developer Tools
ship.page
Deploys HTML files and multi-file websites to live, unguessable URLs for quick sharing and testing.
ENDPOINT 1
https://ship.page/mcp
MCP server metadata
- Name
- ship.page
- Version
- 1.0.0
ship.page turns HTML (or a set of files) into a live, unguessable https://<slug>.shipped.page/ URL. Deploy works anonymously; send an sp_ API key as 'Authorization: Bearer sp_...' (or ?apiKey=sp_... on the endpoint URL) for named drops, listing and deletion. Use get_limits for the full plan matrix.
Known tools 6
deploy_htmlDeploy one HTML document and get back a live, unguessable https://<slug>.
Inferred read-onlydeploy_filesDeploy a map of path -> content as a multi-file site (must include index.
Inferred read-onlylist_dropsList drops owned by the authenticated account (requires an sp_ API key; anonymous drops are not listable).
Inferred read-onlydelete_dropPermanently delete a drop owned by the authenticated account (requires an sp_ API key).
Potential side effectsget_accountShow the authenticated account's plan, subscription status and usage (requires an sp_ API key).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ship-page]
url = "https://ship.page/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ship-page": {
"type": "http",
"url": "https://ship.page/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ship-page
Remote MCP URL: https://ship.page/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ship-page": {
"url": "https://ship.page/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ship-page": {
"type": "http",
"url": "https://ship.page/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ship-page",
"transport": "streamable-http",
"url": "https://ship.page/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.