# io.github.mishaovcharenko/uiscanner (npm · uiscanner-mcp)

Design tokens + a build prompt from any URL, right inside Claude Code, Cursor, and Codex.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `uiscanner-mcp`
- Version: `0.3.1`
- 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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 33 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 83/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 807 tokens (~134/item across 6 items; 5 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add mishaovcharenko-uiscanner -- npx -y uiscanner-mcp
```

### Codex

```bash
codex mcp add mishaovcharenko-uiscanner -- npx -y uiscanner-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add mishaovcharenko-uiscanner --command npx --arg -y --arg uiscanner-mcp
```

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "mishaovcharenko-uiscanner": {
      "command": "npx",
      "args": [
        "-y",
        "uiscanner-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-02 (score 62, +62)

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

### 2026-08-01 (score 0, −37)

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

### 2026-07-31 (score 37, +18)

- [security regression] Provenance: unverified → fail
- [security regression] Malware scan: pass → unverified
- [security improvement] Install scripts: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-07-29 (score 19, −27)

- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional improvement] Dependency health: unverified → partial

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

First indexed and scored.

## MCP tools (5)

### `ui_teardown` (~186 tokens)

UI teardown

Scan any public website and get a design teardown: design tokens (colors, fonts, type scale, radii, spacing, shadows, motion), section structure, and a Claude-tailored build prompt to recreate the look. Describes and tokenizes, never copies asset bytes. Returns an id and a shareable uiscanner.com/t/<id> link. Takes up to ~3 minutes. Each scan spends one unit of your plan quota; prefer retarget_teardown over a second scan, and ui_probe first to avoid spending a scan on a blocked URL.

Input parameters:

- `include_screenshot` (boolean): Also return the rendered page as an image. Larger payload; default false.
- `target` (string): What you're building, to tailor the prompt. Default: general.
- `url` (string, required): Public URL of the page to scan, e.g. https://stripe.com

Output parameters:

- `anti_slop`
- `brand`
- `completeness`
- `created_at` (string|null)
- `design_md` (string|null)
- `dimensions`
- `domain` (string)
- `freshness`
- `full_screenshot_url` (string|null)
- `id` (string)
- `prompt` (string|null)
- `score` (number|null)
- `score_band` (string|null)
- `sections`
- `source_url` (string)
- `target` (string)
- `tokens`
- `url` (string)

### `ui_probe` (~87 tokens)

Probe URL

Cheap pre-flight before a scan: is a URL syntactically valid and public (not localhost / a private or blocked target), and is there a recent cached teardown to reuse? Spends no scan. Call it before ui_teardown to avoid wasting a scan on an unscannable URL.

Input parameters:

- `url` (string, required): Public URL to check, e.g. https://stripe.com

Output parameters:

- `cached`
- `reason` (string|null)
- `scannable` (boolean)
- `url` (string)

### `get_teardown` (~92 tokens)

Get teardown

Fetch a finished teardown by its id or its uiscanner.com/t/<id> link. Returns the same tokens, sections, brand, and build prompt as ui_teardown, without re-scanning.

Input parameters:

- `id` (string, required): A teardown id, or a uiscanner.com/t/<id> link.
- `include_screenshot` (boolean): Also return the rendered page as an image. Default false.

Output parameters:

- `anti_slop`
- `brand`
- `completeness`
- `created_at` (string|null)
- `design_md` (string|null)
- `dimensions`
- `domain` (string)
- `freshness`
- `full_screenshot_url` (string|null)
- `id` (string)
- `prompt` (string|null)
- `score` (number|null)
- `score_band` (string|null)
- `sections`
- `source_url` (string)
- `target` (string)
- `tokens`
- `url` (string)

### `retarget_teardown` (~90 tokens)

Retarget teardown

Re-tailor a finished teardown's build prompt to a different archetype WITHOUT re-scanning (cheaper and faster than a new scan). Pass the teardown id or its link and the new target.

Input parameters:

- `id` (string, required): A teardown id, or a uiscanner.com/t/<id> link.
- `target` (string, required): The archetype to re-tailor the build prompt for.

Output parameters:

- `anti_slop`
- `brand`
- `completeness`
- `created_at` (string|null)
- `design_md` (string|null)
- `dimensions`
- `domain` (string)
- `freshness`
- `full_screenshot_url` (string|null)
- `id` (string)
- `prompt` (string|null)
- `score` (number|null)
- `score_band` (string|null)
- `sections`
- `source_url` (string)
- `target` (string)
- `tokens`
- `url` (string)

### `whoami` (~38 tokens)

Account status

Show the signed-in plan and scans remaining in the current window. Read-only; spends no scan. Worth calling before a batch of teardowns.

Output parameters:

- `authenticated` (boolean)
- `credits` (number)
- `plan` (string)
- `quota`

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 0
- 2026-07-31: 37
- 2026-07-29: 19
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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