mcpbeat Sign in

ShipPage MCP Server

by jieshu666 Your server? Claim it
local only

ShipPage runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 25 Aug 2026.

Publish HTML or Markdown to a public URL in one call. Zero config, auto-registers on first use.

Installs per day peak 148 · avg 12 · -56% w/w
a month agotoday
47
Installs / week
npm · shippage-mcp
1
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/markdown.ts:1
этот файл ставится пользователю, но в репозитории его нет
Builds a database query by concatenation src/routes/docs.ts:148
      ${code(`curl -X DELETE ${s}/v1/pages/x7k2m9 -H "Authorization: Bearer sk_..."`)}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add shippage -- npx -y shippage-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "shippage": {
      "args": [
        "-y",
        "shippage-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.shippage]
command = "npx"
args = ["-y", "shippage-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "shippage": {
      "args": [
        "-y",
        "shippage-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "shippage": {
      "args": [
        "-y",
        "shippage-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ShipPage

same job, measured the same way
Htmldrop
by htmldrop

Publish HTML or Markdown from any MCP client to a live, shareable URL on htmldrop.app.

118 installs/wk 3 tools answering
A
Stringer CleanExtract
by getstringer

Convert public HTML or a public URL into token-dense Markdown through one remote MCP tool.

1 tools answering
Htmlbook
by streamize-llc

Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.

answering
PasteHTML
by pastehtml

Publish, update, and organize HTML and Markdown pastes on PasteHTML as the authorized user.

answering
Drop2Run
by dropto

Publishes a folder, an HTML page, or a markdown note as a static site and returns a live HTTPS URL.

1 305 installs/wk local only
Petra402
by pedroquatro

Public web page to markdown, paid per call with x402. First 10 calls free, no signup.

1 tools answering
C
Forage
by forage

Web search and URL-to-markdown for agents. Pay per call in USDC on Base, no signup.

2 tools answering
Aigist
by ai-gist

Publish & manage shareable HTML/Markdown pages from your LLM, with access control.

answering

ShipPage — questions

Answers built from our own checks of this server.

Why is there no uptime for ShipPage?
ShipPage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package shippage-mcp was installed 47 times last week.
How do I connect ShipPage?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls shippage-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use ShipPage?
The npm package shippage-mcp was installed 47 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ShipPage open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.