# Barcode Scanner (npm · barcode-scanner-mcp)

Scan and generate barcodes and QR codes.

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

## Components

- npm · `barcode-scanner-mcp`: 59/100 (this document), [markdown](https://verifymcp.io/servers/domdomegg-barcode-scanner-mcp/barcode-scanner-mcp.md), [page](https://verifymcp.io/servers/domdomegg-barcode-scanner-mcp/barcode-scanner-mcp)

## Channel facts

- Registry: `npm`
- Package: `barcode-scanner-mcp`
- Version: `1.2.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**: 70/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.24.3, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (123 of 124), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 148 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 392 tokens (~130/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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.
  - Structured output schemas are declared (33% 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.

## Install

### Claude

```bash
claude mcp add domdomegg-barcode-scanner-mcp -- npx -y barcode-scanner-mcp
```

### Codex

```bash
codex mcp add domdomegg-barcode-scanner-mcp -- npx -y barcode-scanner-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add domdomegg-barcode-scanner-mcp --command npx --arg -y --arg barcode-scanner-mcp
```

### Hermes

```yaml
mcp_servers:
  domdomegg-barcode-scanner-mcp:
    command: "npx"
    args: ["-y", "barcode-scanner-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "domdomegg-barcode-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "barcode-scanner-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 59, +28)

- [security regression] CVE-2026-25536 affects this package: high
- [security regression] CVE-2026-0621 affects this package: high
- [security regression] GHSA-f88m-g3jw-g9cj affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.27
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-02 (score 31, +31)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

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

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

### 2026-07-31 (score 22, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-30 (score 40, +22)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 18, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (3)

### `decode_image` (~118 tokens)

Decode barcode/QR code

Decode barcodes and QR codes from a base64-encoded image. Returns all codes found. Supports QR, EAN-13, EAN-8, UPC-A, UPC-E, Code 128, Code 39, Code 93, ITF, Codabar, and PDF 417. Handles noisy real-world photos by trying multiple preprocessing approaches.

Input parameters:

- `format_hint` (string): Expected barcode format. If omitted, all formats are tried.
- `image` (string, required): Base64-encoded image data (PNG, JPEG, etc.)

Output parameters:

- `codes` (array): All barcodes/QR codes found in the image

### `generate_qr` (~83 tokens)

Generate QR code

Generate a QR code image from text or a URL. Returns a PNG image.

Input parameters:

- `error_correction` (string): Error correction level: L (7%), M (15%), Q (25%), H (30%)
- `scale` (integer): Scaling factor (default: 3)
- `text` (string, required): Text or URL to encode in the QR code

### `generate_barcode` (~191 tokens)

Generate barcode

Generate a barcode image in various formats. Returns a PNG image. Supported formats: code128, code39, code93, ean13, ean8, upca, upce, itf14, interleaved2of5, isbn, issn, ismn, datamatrix, pdf417, azteccode, gs1-128, pharmacode, codabar, msi, plessey, postnet, onecode, royalmail, code11, code49.

Input parameters:

- `format` (string, required): Barcode format to generate
- `height` (number): Bar height in mm (default: 10, ignored for 2D formats)
- `include_text` (boolean): Show human-readable text below barcode (default: true)
- `scale` (integer): Scaling factor (default: 3)
- `text` (string, required): Data to encode in the barcode

## Diagnostics

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

## Score history

- 2026-08-03: 59
- 2026-08-02: 31
- 2026-08-01: 0
- 2026-07-31: 22
- 2026-07-30: 40
- 2026-07-28: 18
- 2026-07-27: 40

## Links

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