INDIVIDUAL MCP TOOL
list_drops
List drops owned by the authenticated account (requires an sp_ API key; anonymous drops are not listable).
LIVE ENDPOINT
https://ship.page/mcp
Connect to this endpoint to inspect the live schema for list_drops and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
deploy_html— Deploy one HTML document and get back a live, unguessable https://<slug>.deploy_files— Deploy a map of path -> content as a multi-file site (must include index.delete_drop— Permanently delete a drop owned by the authenticated account (requires an sp_ API key).get_limits— Show the ship.get_account— Show the authenticated account's plan, subscription status and usage (requires an sp_ API key).