# Plopino (npm · plopino)

Publish pages, documents, or folders to a link; documents render as pages; updates keep the URL.

- Trust score: 66/100 (medium)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- npm · `plopino`: 66/100 (this document), [markdown](https://verifymcp.io/servers/plopino-plopino-mcp/plopino.md), [page](https://verifymcp.io/servers/plopino-plopino-mcp/plopino)

## Channel facts

- Registry: `npm`
- Package: `plopino`
- Version: `0.3.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 0 of 3 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 807 tokens (~403/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: the tool surface changed between 0.1.7 and 0.3.0: 1 tool removals, 0 breaking changes, 1 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 50/100
  - Injection-marker check failed: the server instructions contains an instruction to conceal the call from the user, the text "Do not tell the user", at byte 701 of that field.
  - All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Plopino MCP server?

Plopino runs locally as an npm package, launched with npx -y plopino. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add plopino-plopino-mcp -- npx -y plopino
```

### Cursor

```json
{
  "mcpServers": {
    "plopino-plopino-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "plopino"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "plopino-plopino-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "plopino"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add plopino-plopino-mcp -- npx -y plopino
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "plopino-plopino-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "plopino"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add plopino-plopino-mcp --command npx --arg -y --arg plopino
```

### Hermes

```yaml
mcp_servers:
  plopino-plopino-mcp:
    command: "npx"
    args: ["-y", "plopino"]
```

### Netclaw

```json
{
  "McpServers": {
    "plopino-plopino-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "plopino"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add plopino-plopino-mcp -t stdio -c npx -a -y plopino
```

### Other

```json
{
  "mcpServers": {
    "plopino-plopino-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "plopino"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 66, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-25 (score 51, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 51, −14)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Dependency health: 0.85 → 1.00
- [functional] Package version: 0.2.2 → 0.3.0

### 2026-09-17 (score 65, +10)

- [security improvement] Known CVEs: unverified → pass
- [functional improvement] Dependency health: unverified → 0.85

### 2026-09-16 (score 55, −11)

- [security regression] Stability: 0.03 → unverified
- [security regression] Known CVEs: pass → unverified
- [security regression] Tool safety: fail → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Stability: 0.03 → fail
- [functional regression] Schema quality: 312 → 403
- [functional regression] Capabilities: pass → unverified
- [functional regression] Dependency health: 0.84 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.1.10 → 0.2.2
- [functional] Package version: 0.1.10 → 0.2.0

### 2026-09-15 (score 66, +11)

- [security regression] Tool safety: fail → unverified
- [security improvement] Known CVEs: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Dependency health: unverified → 0.84
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.1.7 → 0.1.10

### 2026-09-14 (score 55)

First indexed and scored.

## MCP tools (2)

### `publish_page` (~363 tokens)

Publish a page and get a link

Publish content you have in hand to a public URL. Use this whenever the user asks to share, send, publish, or "give me a link to" something you just produced — an HTML page (dashboard, report, chart, interactive page), a Markdown document, CSV, JSON, or a code/data file. Everything it publishes becomes a page the recipient opens in a browser: the filename decides how it renders, so pass "report.md" for Markdown instead of renaming it to .html. Returns a public link that opens on any device; no account or configuration needed. Anonymous pages are kept for a month — with a token, storage is permanent and the page can be updated in place. Prefer this over telling the user to save the file and upload it somewhere themselves.

Input parameters:

- `content` (string, required): The complete content of the file, as a string. With the default filename this is a self-contained HTML document including the <html> tag — relative references to local files will not resolve, so use…
- `filename` (string): What to name the file — this decides how the content is rendered, so get it right rather than renaming Markdown to .html. Defaults to "index.html". Use "report.md", "data.csv", "query.sql" and so on;…
- `update_url` (string): A URL returned by an earlier publish. When given, the content of that page is replaced and the link stays the same. Requires the server to be configured with a Plopino token.

Output parameters:

- `claimUrl` (string): Private browser claim link for the publisher only. Never give it to page viewers or append it to the public URL.
- `note` (string): Human-readable status: created vs updated, and how long the page is kept.
- `url` (string): Public link to the published page — give this to the user.

### `publish_path` (~224 tokens)

Publish a local file or folder and get a link

Publish a local file, a zip, or a whole directory to a public URL, preserving the directory structure. Use this when the page needs sibling files (CSS, JS, images) — write them into a directory first, then publish that directory. It is also the way to share any document: Word (doc/docx), Excel (xls/xlsx) and Markdown render as readable pages, code and data files get syntax-highlighted previews, and images and video display inline — the recipient opens a link instead of downloading a file. (PowerPoint files publish and download fine but have no rendered preview.)

Input parameters:

- `path` (string, required): Absolute path to a file or directory on this machine. A directory is uploaded recursively with its structure preserved (symbolic links are skipped, so the upload cannot escape the directory); a zip a…
- `update_url` (string): A URL returned by an earlier publish. When given, the content of that page is replaced and the link stays the same. Requires the server to be configured with a Plopino token.

Output parameters:

- `claimUrl` (string): Private browser claim link for the publisher only. Never give it to page viewers or append it to the public URL.
- `note` (string): Human-readable status: created vs updated, and how long the page is kept.
- `url` (string): Public link to the published page — give this to the user.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/plopino-plopino-mcp/plopino#diagnostics

## Score history

- 2026-09-26: 66
- 2026-09-25: 51
- 2026-09-24: 51
- 2026-09-23: 51
- 2026-09-22: 65
- 2026-09-21: 65
- 2026-09-20: 65
- 2026-09-19: 65
- 2026-09-18: 65
- 2026-09-17: 65
- 2026-09-16: 55
- 2026-09-15: 66
- 2026-09-14: 55

## Common questions

### What is the Plopino MCP server?

Plopino is an MCP server listed in the public MCP registry as io.github.plopino/plopino-mcp. Publish pages, documents, or folders to a link; documents render as pages; updates keep the URL. This page covers its npm package (plopino).

### Is the Plopino MCP server safe to use?

Plopino scores 66 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Plopino MCP server expose?

Plopino exposes 2 tools: publish_page, publish_path. Their descriptions and schemas cost roughly 587 tokens of context every time the server is loaded.

### Is the Plopino MCP server still maintained?

Plopino is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Plopino MCP server under?

Plopino declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/plopino
- Socket report: https://socket.dev/npm/package/plopino
- Repository: https://github.com/plopino/plopino-mcp
- Website: https://plopino.com/
- Changelog RSS feed: https://verifymcp.io/servers/plopino-plopino-mcp/plopino.xml
- Changelog JSON feed: https://verifymcp.io/servers/plopino-plopino-mcp/plopino.json
- HTML version of this page: https://verifymcp.io/servers/plopino-plopino-mcp/plopino
