Server data from the Official MCP Registry
Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events.
Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events.
Remote endpoints: streamable-http: https://ai.tracepass.eu/mcp
Valid MCP server (2 strong, 1 medium validity signals). 2 known CVEs in dependencies (1 critical, 0 high severity) Package registry verified. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
A Model Context Protocol server for TracePass — the EU Digital Product Passport platform. It lets AI assistants (Claude, Cursor, IDE agents) manage products, Digital Product Passports, economic-operator parties, and GS1 EPCIS 2.0 supply-chain events.
It speaks the full MCP protocol — tools, resources, resource templates, and prompts.
The same server core ships two ways:
https://ai.tracepass.eu/mcp.
Nothing to install; always current.tracepass-mcp-server via npx. The MCP
client launches it as a subprocess and speaks MCP over stdio.Both need a TracePass API key — mint one in the dashboard under
Developer → API Keys (a tp_… key).
{
"mcpServers": {
"tracepass": {
"url": "https://ai.tracepass.eu/mcp",
"headers": { "Authorization": "Bearer tp_YOUR_KEY" }
}
}
}
{
"mcpServers": {
"tracepass": {
"command": "npx",
"args": ["-y", "tracepass-mcp-server"],
"env": {
"TRACEPASS_API_KEY": "tp_YOUR_KEY"
}
}
}
}
Optional env var: TRACEPASS_BASE_URL (defaults to
https://app.tracepass.eu) — point the tools at a different
TracePass deployment.
The ~23 TracePass v1 API operations are grouped into 5 tools,
each taking an action plus action-specific args:
| Tool | Actions |
|---|---|
tracepass_products | list, get, create, update |
tracepass_passports | list, get, get_by_serial, create, suspend, archive, get_qr |
tracepass_passport_fields | update |
tracepass_passport_parties | set, remove |
tracepass_epcis | export, capture, capture_job, query |
Some actions cost money or are irreversible — the server's tool descriptions tell the model so:
tracepass_passports create consumes a billable DPP slot on
the account's plan. Over-quota creation incurs a per-passport
overage charge; the tool surfaces a 402-style message and only
proceeds with args.confirmOverage: true after the user agrees.tracepass_passports archive is irreversible — the public QR
permanently 404s. Use suspend (reversible) when a change might be
undone.tracepass_epcis capture / query require the paid EPCIS
add-on; export is included on Starter plans and up.Read-only entity data you can attach as conversation context:
tracepass://products — the product cataloguetracepass://product/{id} — one producttracepass://passport/{id} — one passport, full field detailtracepass://passport/{id}/epcis — a passport's EPCIS 2.0 eventsReusable DPP workflows the client surfaces as slash-commands:
audit_passport — review a passport for completeness and
compliance readinessonboard_product — create a product and its first passportreview_epcis_events — summarise a passport's supply-chain trailnpm install
npm run build # tsc -> dist/
npm run typecheck
npm test # vitest
npm run lint
npm start # run the hosted HTTP service locally (:8080)
npm run start:stdio # run the stdio server locally
The hosted service is a plain Node HTTP server (dist/http.js),
stateless — each request carries its own API key and builds a fresh
MCP session. It is containerised via the Dockerfile and deployed to
Hetzner; see tracepass-environment/docker-mcp.yml.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.