Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Barcode Scanner

NPM · BARCODE-SCANNER-MCP · SCANNED SEP 20

Scan and generate barcodes and QR codes.

Available components

+1 this week 74 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security81
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.24.3, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 32 of 124 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 392 tokens (~130/item across 3 items; 3 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (33% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Barcode Scanner MCP server?

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

npm · barcode-scanner-mcp

# add to Claude Code
claude mcp add domdomegg-barcode-scanner-mcp -- npx -y barcode-scanner-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "domdomegg-barcode-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "barcode-scanner-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "domdomegg-barcode-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "barcode-scanner-mcp"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add domdomegg-barcode-scanner-mcp --command npx --arg -y --arg barcode-scanner-mcp
# ~/.hermes/config.yaml
mcp_servers:
  domdomegg-barcode-scanner-mcp:
    command: "npx"
    args: ["-y", "barcode-scanner-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "domdomegg-barcode-scanner-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "barcode-scanner-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add domdomegg-barcode-scanner-mcp -t stdio -c npx -a -y barcode-scanner-mcp
// mcp.json
{
  "mcpServers": {
    "domdomegg-barcode-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "barcode-scanner-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −2
    • GHSA-rgj7-g3m4-5g8c affects this package: high security
    • Stability: pass → 0.80 functional
  • 8 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/barcode-scanner-mcp@1.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 4 findings
ID CVE Severity Vector Fix available
GHSA-345p-7cg4-v4c7 CVE-2026-25536 high CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N yes
GHSA-8r9q-7v3j-jr4g CVE-2026-0621 high yes
GHSA-f88m-g3jw-g9cj high yes
GHSA-rgj7-g3m4-5g8c high yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 124 packages
Packages resolved 124
Stale 32
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 3 exposed · ~392 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
decode_image ~118

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.

NameTypeReqDescription
format_hintstringExpected barcode format. If omitted, all formats are tried.
imagestringyesBase64-encoded image data (PNG, JPEG, etc.)
NameTypeReqDescription
codesarrayyesAll barcodes/QR codes found in the image

No examples provided.

generate_barcode ~191

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.

NameTypeReqDescription
formatstringyesBarcode format to generate
heightnumberBar height in mm (default: 10, ignored for 2D formats)
include_textbooleanShow human-readable text below barcode (default: true)
scaleintegerScaling factor (default: 3)
textstringyesData to encode in the barcode

No output schema declared.

No examples provided.

generate_qr ~83

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

NameTypeReqDescription
error_correctionstringError correction level: L (7%), M (15%), Q (25%), H (30%)
scaleintegerScaling factor (default: 3)
textstringyesText or URL to encode in the QR code

No output schema declared.

No examples provided.

Common questions

What is the Barcode Scanner MCP server?

Barcode Scanner is an MCP server listed in the public MCP registry as io.github.domdomegg/barcode-scanner-mcp. Scan and generate barcodes and QR codes. This page covers its npm package (barcode-scanner-mcp).

Is the Barcode Scanner MCP server safe to use?

Barcode Scanner scores 74 out of 100 on VerifyMCP. We recorded 4 known advisories against it as of 20 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 Barcode Scanner MCP server expose?

Barcode Scanner exposes 3 tools: decode_image, generate_qr, generate_barcode. Their descriptions and schemas cost roughly 392 tokens of context every time the server is loaded.

Is the Barcode Scanner MCP server still maintained?

Barcode Scanner is still listed as active in the MCP registry. We last reached this channel on 20 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 Barcode Scanner MCP server under?

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