# Labelixa (npm · labelixa-mcp)

Thermal label MCP server: render, validate, debug and convert ZPL, EPL, TSPL and CPCL labels.

- Trust score: 84/100 (high trust)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `api.labelixa.com`: 85/100, [markdown](https://verifymcp.io/servers/com-labelixa-zpl/api.md), [page](https://verifymcp.io/servers/com-labelixa-zpl/api)
- npm · `labelixa-mcp`: 84/100 (this document), [markdown](https://verifymcp.io/servers/com-labelixa-zpl/labelixa-mcp.md), [page](https://verifymcp.io/servers/com-labelixa-zpl/labelixa-mcp)

## Channel facts

- Registry: `npm`
- Package: `labelixa-mcp`
- Version: `0.4.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-21.

- **Supply Chain Security**: 98/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.
  - 31 of 96 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 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1024 tokens (~93/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 90/100
  - Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 96% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 11 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 Labelixa MCP server?

Labelixa runs locally as an npm package, launched with npx -y labelixa-mcp. 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 com-labelixa-zpl -- npx -y labelixa-mcp
```

### Cursor

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

### VS Code

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

### Codex

```bash
codex mcp add com-labelixa-zpl -- npx -y labelixa-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-labelixa-zpl --command npx --arg -y --arg labelixa-mcp
```

### Hermes

```yaml
mcp_servers:
  com-labelixa-zpl:
    command: "npx"
    args: ["-y", "labelixa-mcp"]
```

### Netclaw

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

### Vellum

```bash
assistant mcp add com-labelixa-zpl -t stdio -c npx -a -y labelixa-mcp
```

### Other

```json
{
  "mcpServers": {
    "com-labelixa-zpl": {
      "command": "npx",
      "args": [
        "-y",
        "labelixa-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-09-21 (score 84, +1)

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

### 2026-09-19 (score 83, +1)

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

### 2026-09-17 (score 82, +16)

- [security regression] Tool safety: pass → unverified
- [security regression] Stability: 0.73 → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.3.5 → 0.4.0

### 2026-09-16 (score 66, −10)

- [security regression] Malware scan: pass → unverified
- [security improvement] Source repository: fail → pass
- [functional] Package version: 0.3.4 → 0.3.5

### 2026-09-15 (score 76, +16)

- [security improvement] Malware scan: unverified → pass

### 2026-09-14 (score 60, −15)

- [security regression] Tool safety: pass → unverified
- [security regression] Stability: 0.63 → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.3.3 → 0.3.4

### 2026-09-13 (score 75, +1)

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

### 2026-09-11 (score 74, +16)

- [security improvement] Malware scan: unverified → pass

## MCP tools (11)

### `zpl_preview` (~132 tokens)

Render ZPL label code to a PNG image via the Labelixa API. This is a SERVER-SIDE render for inspection — it is not a guarantee of how a specific physical printer will output the label.

Input parameters:

- `dpmm` (integer): Printer density in dots per mm (6, 8, 12 or 24)
- `height_in` (number): Label height in inches
- `index` (integer): Which label to render when the stream contains several
- `width_in` (number): Label width in inches
- `zpl` (string, required): Raw ZPL code (^XA ... ^XZ)

### `zpl_validate` (~109 tokens)

Lint/validate ZPL and return the structured diagnostics report (unknown commands, parameter range errors, layout overflow, etc.) as JSON. Pass the real label size — checks depend on it.

Input parameters:

- `dpmm` (integer): Printer density in dots per mm (6, 8, 12 or 24)
- `height_in` (number): Label height in inches
- `width_in` (number): Label width in inches
- `zpl` (string, required): Raw ZPL code

### `barcode_generate` (~87 tokens)

Generate a standalone barcode (SVG text or PNG image). Supported types include code128, code39, ean13, upca, upce, itf14, msi, qrcode, datamatrix, pdf417.

Input parameters:

- `data` (string, required): Data to encode
- `format` (string)
- `type` (string, required): Barcode type, e.g. code128

### `language_detect` (~68 tokens)

Detect which printer language raw label code is written in (ZPL, EPL, TSPL or CPCL). Heuristic: returns the language plus a confidence TIER (high/medium/low) and signal codes — not a probability.

Input parameters:

- `code` (string, required): Raw label code to classify

### `epl_validate` (~50 tokens)

Lint/validate EPL/EPL2 label code and return the structured diagnostics report (findings with positions and severity) as JSON.

Input parameters:

- `epl` (string, required): Raw EPL/EPL2 code

### `tspl_validate` (~54 tokens)

Lint/validate TSPL/TSPL2 label code and return the structured diagnostics report (findings with positions and severity) as JSON.

Input parameters:

- `tspl` (string, required): Raw TSPL/TSPL2 code

### `cpcl_validate` (~46 tokens)

Lint/validate CPCL label code and return the structured diagnostics report (findings with positions and severity) as JSON.

Input parameters:

- `cpcl` (string, required): Raw CPCL code

### `zpl_compatibility` (~102 tokens)

Compatibility RISK analysis of ZPL code against a specific printer model, given as manufacturer/model (e.g. 'zebra/zd421'). NOT an emulator and never says 'it works': reports the model's language posture with evidence level, size-rule findings and the scope of our preview.

Input parameters:

- `model` (string, required): Printer model as manufacturer/model, e.g. zebra/zd421
- `zpl` (string, required): Raw ZPL code

### `zpl_command_help` (~108 tokens)

Look up one ZPL command in the maintained catalog: name, syntax, parameters (types, ranges, defaults) and whether the preview engine actually renders it — printer-side commands are honestly marked as not rendered.

Input parameters:

- `command` (string, required): Command code with or without prefix, e.g. ^PO, BC, ~DG
- `locale` (string): Language for the name and descriptions (default English). Command codes, syntax strings, examples and parameter names are protocol and never change.

### `convert_zpl_dpi` (~113 tokens)

Rescale ZPL coordinates between printer resolutions (203/300/600 dpi). Embedded ^GF/~DG bitmap data is NOT rescaled — when present, a Warnings block precedes the output instead of silently passing.

Input parameters:

- `source` (integer): Source resolution in dpi (152, 203, 300 or 600)
- `target` (integer): Target resolution in dpi (152, 203, 300 or 600)
- `zpl` (string, required): Raw ZPL code to convert

### `explain_zpl` (~155 tokens)

Full sectioned health report for a ZPL label (syntax, size/DPI, orientation, barcodes, fonts, memory) with an honest score: only assessable sections count, the rest say 'not assessed'. Pass the real label size — findings depend on it.

Input parameters:

- `dpmm` (integer): Printer density in dots per mm (6, 8, 12 or 24)
- `height_in` (number): Label height in inches
- `model` (string): Optional printer model as manufacturer/model (e.g. zebra/zd421) to add a model-compatibility section
- `width_in` (number): Label width in inches
- `zpl` (string, required): Raw ZPL code

## Diagnostics

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

## Score history

- 2026-09-21: 84
- 2026-09-20: 83
- 2026-09-19: 83
- 2026-09-18: 82
- 2026-09-17: 82
- 2026-09-16: 66
- 2026-09-15: 76
- 2026-09-14: 60
- 2026-09-13: 75
- 2026-09-12: 74
- 2026-09-11: 74
- 2026-09-10: 58
- 2026-09-09: 73
- 2026-09-08: 73
- 2026-09-07: 72
- 2026-09-06: 72
- 2026-09-05: 71
- 2026-09-04: 71
- 2026-09-03: 70
- 2026-09-02: 70
- 2026-09-01: 66
- 2026-08-31: 66
- 2026-08-30: 66
- 2026-08-29: 66
- 2026-08-28: 66
- 2026-08-27: 66
- 2026-08-26: 66
- 2026-08-25: 54

## Common questions

### What is the Labelixa MCP server?

Labelixa is an MCP server listed in the public MCP registry as com.labelixa/zpl. Thermal label MCP server: render, validate, debug and convert ZPL, EPL, TSPL and CPCL labels. This page covers its npm package (labelixa-mcp).

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

Labelixa scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 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 Labelixa MCP server expose?

Labelixa exposes 11 tools: zpl_preview, zpl_validate, barcode_generate, language_detect, epl_validate, and 6 more. Their descriptions and schemas cost roughly 1,024 tokens of context every time the server is loaded.

### Is the Labelixa MCP server still maintained?

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

Labelixa 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/labelixa-mcp
- Socket report: https://socket.dev/npm/package/labelixa-mcp
- Repository: https://github.com/Labelixa/labelixa-mcp
- Website: https://labelixa.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-labelixa-zpl/labelixa-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-labelixa-zpl/labelixa-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-labelixa-zpl/labelixa-mcp
