← Registry

Developer Tools

ship.page

Deploys HTML files and multi-file websites to live, unguessable URLs for quick sharing and testing.

1 endpoint6 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://ship.page/mcp

No auth detected

MCP server metadata

Name
ship.page
Version
1.0.0
Capabilities
tools
Server instructions

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_html

Deploy one HTML document and get back a live, unguessable https://<slug>.

Inferred read-only
deploy_files

Deploy a map of path -> content as a multi-file site (must include index.

Inferred read-only
list_drops

List drops owned by the authenticated account (requires an sp_ API key; anonymous drops are not listable).

Inferred read-only
delete_drop

Permanently delete a drop owned by the authenticated account (requires an sp_ API key).

Potential side effects
get_limits

Show the ship.

Inferred read-only
get_account

Show the authenticated account's plan, subscription status and usage (requires an sp_ API key).

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.