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.

TracePass

NPM · TRACEPASS-MCP-SERVER · 2 COMPONENTS · SCANNED SEP 20

Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events.

0 this week 94 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 Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to malinoto/tracepass-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 33 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability77
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2412 tokens (~301/item across 8 items; 6 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 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 (100% 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 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 8 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 TracePass MCP server?

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

npm · tracepass-mcp-server

# add to Claude Code
claude mcp add eu-tracepass-tracepass -- npx -y tracepass-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "eu-tracepass-tracepass": {
      "command": "npx",
      "args": [
        "-y",
        "tracepass-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "eu-tracepass-tracepass": {
      "command": "npx",
      "args": [
        "-y",
        "tracepass-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add eu-tracepass-tracepass -- npx -y tracepass-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eu-tracepass-tracepass": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tracepass-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add eu-tracepass-tracepass --command npx --arg -y --arg tracepass-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  eu-tracepass-tracepass:
    command: "npx"
    args: ["-y", "tracepass-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "eu-tracepass-tracepass": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "tracepass-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add eu-tracepass-tracepass -t stdio -c npx -a -y tracepass-mcp-server
// mcp.json
{
  "mcpServers": {
    "eu-tracepass-tracepass": {
      "command": "npx",
      "args": [
        "-y",
        "tracepass-mcp-server"
      ]
    }
  }
}
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 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.

  • 18 Sept 26 +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.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 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.

  • 13 Sept 26 −1
    • Stability: pass → 0.90 functional
  • 12 Sept 26 0
    • Stability: 0.97 → pass security
  • 11 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.

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/tracepass-mcp-server@1.7.4

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo malinoto/tracepass-mcp-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/malinoto/tracepass-mcp-server/.github/workflows/publish.yml@refs/tags/v1.7.4
Rekor log index 2498602323
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:9f1f1233b70e6d7dcff8e410f18960bd1ec8630fb309a224d3cb7bffe5e161a59427d60b8e60c8e41cb0b6bb894ade490713ae730f328282665a663d4

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~2,285 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
tracepass_epcis ~328

GS1 EPCIS 2.0 supply-chain events. `export` is included on Starter plans and up; `capture`, `capture_job`, and `query` require the paid EPCIS add-on (those actions return a 403-style message without it). Actions (pass via `action`, with `args`): - export — args: { id }. Export a passport's events as an EPCIS 2.0 JSON-LD document. Read-only. - export_by_serial — args: { serial, gtin? }. Same as export, addressed by your own serial. A serial is unique only WITHIN a GTIN — if it isn't unique in your account the call returns 409 ambiguous_serial; pass `gtin` (or use export by id). Read-only. - capture — args: { events }. `events` is an EPCISDocument, a single event, or an array of events (JSON-LD). Returns a 202 with a captureJobId. - capture_job — args: { jobId }. Poll an async capture job. Read-only. - query — args: { params? }. `params` is a key/value map of standard EPCIS query parameters (EQ_bizStep, GE_eventTime, MATCH_epc, …). Read-only.

NameTypeReqDescription
actionstringyesEPCIS 2.0: export a passport's events (export | export_by_serial), capture new events, poll a capture job, or query events.
argsobjectArguments for the chosen action; required fields depend on `action`.
NameTypeReqDescription
errorstringMachine-readable error code, when the API rejected the request.
idstringThe resource's TracePass id, when the response is a single entity.
itemsarrayThe page of results, when the action is a list.
limitnumberPage size (list actions).
messagestringHuman-readable error or status detail, when present.
pagenumberCurrent page number (list actions).
resultWraps a non-object response body (e.g. a QR code string).
totalnumberTotal matching records across all pages (list actions).
totalPagesnumberTotal number of pages (list actions).

No examples provided.

tracepass_passport_fields ~201

Update field values on a Digital Product Passport. Every change is recorded in the passport's audit trail, tagged as an API-key update. Actions (pass via `action`, with `args`): - update — args: { id, fieldKey, value }. `value` type matches the field's dataType (string, number, boolean, array, object). - update_by_serial — args: { serial, fieldKey, value, gtin? }. Same as update, addressed by your own serial. A serial is unique only WITHIN a GTIN — if it isn't unique in your account the call returns 409 ambiguous_serial; pass `gtin` (or use update by id) to resolve exactly.

NameTypeReqDescription
actionstringyesUpdate one passport field, addressed by passport id (update) or by your serial (update_by_serial).
argsobjectArguments for the chosen action; required fields depend on `action`.
NameTypeReqDescription
errorstringMachine-readable error code, when the API rejected the request.
idstringThe resource's TracePass id, when the response is a single entity.
itemsarrayThe page of results, when the action is a list.
limitnumberPage size (list actions).
messagestringHuman-readable error or status detail, when present.
pagenumberCurrent page number (list actions).
resultWraps a non-object response body (e.g. a QR code string).
totalnumberTotal matching records across all pages (list actions).
totalPagesnumberTotal number of pages (list actions).

No examples provided.

tracepass_passport_parties ~156

Manage the economic-operator parties on a passport — manufacturer, importer, authorisedRepresentative, distributor, recycler, producerResponsibilityOrg. Each party carries a legal name and ideally a validated 13-digit GS1 GLN. Actions (pass via `action`, with `args`): - set — args: { id, role, legalName, gln?, country?, legacyOperatorId? }. Sets or updates one role. - remove — args: { id, role }. Clears one role.

NameTypeReqDescription
actionstringyesSet (add/replace) or remove an economic-operator party on a passport by its role.
argsobjectArguments for the chosen action; required fields depend on `action`.
NameTypeReqDescription
errorstringMachine-readable error code, when the API rejected the request.
idstringThe resource's TracePass id, when the response is a single entity.
itemsarrayThe page of results, when the action is a list.
limitnumberPage size (list actions).
messagestringHuman-readable error or status detail, when present.
pagenumberCurrent page number (list actions).
resultWraps a non-object response body (e.g. a QR code string).
totalnumberTotal matching records across all pages (list actions).
totalPagesnumberTotal number of pages (list actions).

No examples provided.

tracepass_passports ~786

Manage Digital Product Passports — create, read, and run lifecycle actions. IMPORTANT: `create` consumes a DPP slot on the account's plan and IS BILLABLE. Creating a passport beyond the included quota incurs a per-passport overage charge; if over quota the tool returns a 402-style message — only re-run with args.confirmOverage=true after the user explicitly agrees to the charge. `archive` is IRREVERSIBLE (the public QR permanently 404s); prefer `suspend` when a change might be undone. Actions (pass via `action`, with `args`): - list — args: { page?, limit? (≤100), productId?, status?, search? }. status ∈ draft|in_review|approved|published|suspended|expired|archived. Read-only. - get — args: { id, format? (summary|full), lang? }. Read-only. - get_by_serial — args: { serial, format?, lang?, gtin? }. Read-only. Addresses the passport by your own serial. A serial is unique only WITHIN a GTIN — if the same serial exists under two GTINs in your account the call returns 409 ambiguous_serial; pass `gtin` (or use the by-id action) to resolve exactly. - compliance — args: { id }. Read-only. Returns a three-tier compliance verdict (compliant | compliant_with_warnings | incomplete) with regulation-cited findings — use to gap-check a passport against the rules for its category, fix the cited fields/parties, then re-check. - registry_readiness — args: { id }. Read-only. Returns { ready, findings[] } — whether the passport would pass the EU DPP Registry's FORMAL submission gate (mandatory fields present, correct formatting, a resolvable public link, item-level granularity via a serial number, and a well-formed commodity code where the category carries one). This is the registry's mechanical pre-submission check, NOT the substantive compliance verdict; a passport can be registry-ready yet not substantively compliant. Battery passports only. - create — args: { productId, gtin, serialNumber, confirmOverage? }. BILLABLE. - suspend — args: { id }. Reversible — public QR shows 'suspe…

NameTypeReqDescription
actionstringyesWhich passport operation to run. Reads: list | get | get_by_serial | compliance | registry_readiness | get_qr | get_qr_by_serial. Lifecycle: create (BILLABLE) | suspend (reversible) | archive (IRREVE…
argsobjectArguments for the chosen action; required fields depend on `action` (see each action above).
NameTypeReqDescription
errorstringMachine-readable error code, when the API rejected the request.
idstringThe resource's TracePass id, when the response is a single entity.
itemsarrayThe page of results, when the action is a list.
limitnumberPage size (list actions).
messagestringHuman-readable error or status detail, when present.
pagenumberCurrent page number (list actions).
resultWraps a non-object response body (e.g. a QR code string).
totalnumberTotal matching records across all pages (list actions).
totalPagesnumberTotal number of pages (list actions).

No examples provided.

tracepass_products ~331

Manage the TracePass product catalogue. A product is the catalogue layer — one product can have many passports (one per serialised unit). Products are not billable on their own. Actions (pass via `action`, with `args`): - list — args: { page?, limit? (≤100), category?, status?, search? }. Read-only. - get — args: { id }. Read-only. - create — args: { name, model, category, description? }. `category` is one of: battery, textile, electronics, construction, steel, detergents, paints-coatings, packaging, furniture, tyres, jewelry, toys, fmcg. - update — args: { id, name?, model?, description? }; pass at least one field to change. - create_batch — args: { products: [ { name, model, category, description? }, … ] }, up to 100. Partial-success: the response carries a per-item status, so some items can be created while others error. The whole batch consumes N writes upfront; if that would exceed the daily cap NOTHING is created (429). - archive — args: { id }. Soft-archive a product. Blocked with 409 while any non-archived passport still references it — archive those passports first. This is reversible and is NOT deletion.

NameTypeReqDescription
actionstringyesWhich product operation to run: list | get | create | create_batch | update | archive.
argsobjectArguments for the chosen action; required fields depend on `action` (see each action above).
NameTypeReqDescription
errorstringMachine-readable error code, when the API rejected the request.
idstringThe resource's TracePass id, when the response is a single entity.
itemsarrayThe page of results, when the action is a list.
limitnumberPage size (list actions).
messagestringHuman-readable error or status detail, when present.
pagenumberCurrent page number (list actions).
resultWraps a non-object response body (e.g. a QR code string).
totalnumberTotal matching records across all pages (list actions).
totalPagesnumberTotal number of pages (list actions).

No examples provided.

tracepass_templates ~483

Discover the regulatory field schema for each DPP category — what a COMPLIANT passport must contain, per the governing EU regulation. Read-only reference data. Use this to advise on requirements before creating products/passports, and to gap-check a draft against the rules. Actions (pass via `action`, with `args`): - list — args: {}. Lists all 13 categories with their field count, required-field count, and governing regulation (name + number + effective/mandatory dates). - get — args: { category }. Full field schema for one category: every field's key, label, dataType, whether it is REQUIRED, its access level (public/restricted/authority), enum options, validation bounds, and — where known — the regulation article/annex that mandates it. `category` is one of: battery, textile, electronics, construction, steel, detergents, paints-coatings, packaging, furniture, tyres, jewelry, toys, fmcg. BATTERY — required-ness is per-category, so `required` alone is the wrong answer. Resolve it in this order: 1. SCOPE FIRST. Only EV, LMT and industrial_gt_2kwh batteries owe a passport at all (Art. 77(1), Reg (EU) 2023/1542). For portable, SLI or industrial_lte_2kwh, NO field is required — do not list mandatory fields for them; say the battery is out of scope. 2. Then `requiredBy[batteryCategory]` where the field carries that map (required | conditional | notApplicable). 3. Then fall back to `required`. The map is keyed ONLY by the three in-scope categories, so skipping step 1 falls through to `required` and invents an obligation the Regulation does not impose. Note also that EV and LMT report state-of-health through MUTUALLY EXCLUSIVE field sets — an EV battery must leave the remaining-capacity cluster empty and an LMT battery must leave stateOfCertifiedEnergy empty, so no single battery ever fills every field.

NameTypeReqDescription
actionstringyesList all DPP category templates, or get one template by category.
argsobjectArguments for the chosen action; `category` is required for get, ignored for list.
NameTypeReqDescription
errorstringMachine-readable error code, when the API rejected the request.
idstringThe resource's TracePass id, when the response is a single entity.
itemsarrayThe page of results, when the action is a list.
limitnumberPage size (list actions).
messagestringHuman-readable error or status detail, when present.
pagenumberCurrent page number (list actions).
resultWraps a non-object response body (e.g. a QR code string).
totalnumberTotal matching records across all pages (list actions).
totalPagesnumberTotal number of pages (list actions).

No examples provided.

Common questions

What is the TracePass MCP server?

TracePass is an MCP server listed in the public MCP registry as eu.tracepass/tracepass. Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events. This page covers its npm package (tracepass-mcp-server).

Is the TracePass MCP server safe to use?

TracePass scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 TracePass MCP server expose?

TracePass exposes 6 tools: tracepass_products, tracepass_passports, tracepass_passport_fields, tracepass_passport_parties, tracepass_epcis, tracepass_templates. Their descriptions and schemas cost roughly 2,285 tokens of context every time the server is loaded.

Is the TracePass MCP server still maintained?

TracePass 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 TracePass MCP server under?

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