# io.github.richard-kim-79/popup-mcp (npm · @blueslap/popup-mcp)

Create and manage Popup web pages via AI — no login required. 30초 만에 웹페이지를 만들고 AI로 편집하세요.

- Trust score: 62/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@blueslap/popup-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/richard-kim-79-popup-mcp/blueslap-popup-mcp.md), [page](https://verifymcp.io/servers/richard-kim-79-popup-mcp/blueslap-popup-mcp)

## Channel facts

- Registry: `npm`
- Package: `@blueslap/popup-mcp`
- Version: `1.0.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-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **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 104 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 42/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 500 tokens (~50/item across 10 items; 9 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add richard-kim-79-popup-mcp -- npx -y @blueslap/popup-mcp
```

### Codex

```bash
codex mcp add richard-kim-79-popup-mcp -- npx -y @blueslap/popup-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "richard-kim-79-popup-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@blueslap/popup-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add richard-kim-79-popup-mcp --command npx --arg -y --arg @blueslap/popup-mcp
```

### Hermes

```yaml
mcp_servers:
  richard-kim-79-popup-mcp:
    command: "npx"
    args: ["-y", "@blueslap/popup-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "richard-kim-79-popup-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blueslap/popup-mcp"
      ]
    }
  }
}
```

## 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-08-03 (score 62, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 58, +24)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Schema quality: 0 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 34, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 19, −25)

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

### 2026-07-27 (score 44)

First indexed and scored.

## MCP tools (9)

### `create_page` (~38 tokens)

Create a new Popup web page from an array of blocks. Returns the slug and public URL.

Input parameters:

- `blocks` (array, required): Array of content blocks

### `get_page` (~38 tokens)

Get the content and metadata of a Popup page by its slug.

Input parameters:

- `slug` (string, required): The page slug (e.g. "abc123")

### `update_page_blocks` (~52 tokens)

Replace all blocks on a page with a new set of blocks. Use this for full page rewrites.

Input parameters:

- `blocks` (array, required): Complete new set of blocks
- `slug` (string, required): The page slug

### `edit_page_blocks` (~57 tokens)

Partially edit blocks on a page using batch operations (insert, update, delete, move). More efficient than replacing all blocks.

Input parameters:

- `operations` (array, required): Array of operations to apply
- `slug` (string, required): The page slug

### `delete_page` (~37 tokens)

Delete a Popup page by its slug. This is a soft delete (recoverable).

Input parameters:

- `slug` (string, required): The page slug to delete

### `list_my_pages` (~56 tokens)

List all pages created with your API key. Supports pagination.

Input parameters:

- `page` (number): Page number (default: 1)
- `pageSize` (number): Items per page (default: 20, max: 100)

### `list_templates` (~26 tokens)

List available page templates (landing page, event invite, link-in-bio, etc.)

### `create_page_from_template` (~95 tokens)

Create a new page from a template. You can override individual block content by index.

Input parameters:

- `overrides` (array): Array of overrides per block index. Use null to keep default. Example: [{"content": "My Title"}, null, null, {"content": "Custom text"}]
- `templateId` (string, required): Template ID (e.g. "landing-page", "event-invite", "link-in-bio")

### `upload_image` (~97 tokens)

Get a signed upload URL for adding an image to a page. Returns the signed URL and public URL. The LLM or client must then upload the file to the signed URL.

Input parameters:

- `filename` (string, required): Original filename (e.g. "photo.jpg")
- `mimeType` (string, required): MIME type of the file
- `size` (number, required): File size in bytes
- `slug` (string, required): The page slug to upload to

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 58
- 2026-08-01: 34
- 2026-07-31: 19
- 2026-07-30: 44
- 2026-07-28: 44
- 2026-07-27: 44

## Links

- npm package: https://www.npmjs.com/package/@blueslap/popup-mcp
- Socket report: https://socket.dev/npm/package/@blueslap/popup-mcp
- Repository: https://github.com/richard-kim-79/popup
- Changelog RSS feed: https://verifymcp.io/servers/richard-kim-79-popup-mcp/blueslap-popup-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/richard-kim-79-popup-mcp/blueslap-popup-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/richard-kim-79-popup-mcp/blueslap-popup-mcp
