HomeMarketing & E-Commerce › TracePass

TracePass

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

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-21 License: MIT

Topics: E-Commerce

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://ai.tracepass.eu/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http tracepass-mcp-server https://ai.tracepass.eu/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "tracepass-mcp-server": {
      "url": "https://ai.tracepass.eu/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — TracePass API key as a bearer token (tp_ prefix). Mint one in the dashboard under Developer -> API Keys.

Package (npm 1.7.4)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "tracepass-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry