← tracepass.eu

INDIVIDUAL MCP TOOL

tracepass_passport_fields

Update field values on a Digital Product Passport.

tracepass.eunone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

tracepass.eu

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tracepass]
url = "https://ai.tracepass.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tracepass": {
      "type": "http",
      "url": "https://ai.tracepass.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tracepass
Remote MCP URL: https://ai.tracepass.eu/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tracepass": {
      "url": "https://ai.tracepass.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tracepass": {
      "type": "http",
      "url": "https://ai.tracepass.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tracepass",
  "transport": "streamable-http",
  "url": "https://ai.tracepass.eu/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • tracepass_products — Manage the TracePass product catalogue.
  • tracepass_passports — Manage Digital Product Passports — create, read, and run lifecycle actions.
  • tracepass_passport_parties — Manage the economic-operator parties on a passport — manufacturer, importer, authorisedRepresentative, distributor, recycler, producerResponsibilityOrg.
  • tracepass_epcis — GS1 EPCIS 2.
  • tracepass_templates — Discover the regulatory field schema for each DPP category — what a COMPLIANT passport must contain, per the governing EU regulation.