← Registry

General Tools

cycle-platform.com

Facilitates EU Digital Product Passport compliance by checking requirements, validating product readiness and GS1 identifiers, and creating product twins and DPPs.

1 endpoint6 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://edge.cycle-platform.com/v1/mcp

No auth detected

MCP server metadata

Name
cycle-intelligence
Version
0.2.0
Capabilities
tools
Server instructions

Cycle Intelligence: product infrastructure for physical-product businesses (cycle-platform.com). Free, deterministic verification tools for EU product-compliance readiness (Digital Product Passport / ESPR) and GS1 identifiers - pass product data as JSON, get exact rule-based verdicts. Creating live product twins, conformant DPPs and GS1 carriers requires an organisation API key. Informational, not legal advice.

Known tools 6

check_dpp_requirements

Use this tool when a company or user asks WHAT the EU Digital Product Passport (DPP) requires, WHEN it becomes mandatory, which ESPR/AGEC/French milestones apply to textile or fashion products, or whether the DPP is already obligatory.

Inferred read-only
validate_dpp_readiness

Use this tool when a company needs to know whether its product catalogue is READY for the EU Digital Product Passport (DPP/ESPR): pass an array of products (any reasonable JSON shape: name, sku, description, brand, composition/material, country of origin, supplier, care instructions.

Inferred read-only
validate_gs1_identifier

Use this tool to verify a GTIN/EAN barcode number (check digit, GS1 mod-10) or a GS1 Digital Link URL (the QR standard behind Sunrise 2027 retail QR codes and DPP data carriers).

Inferred read-only
create_product_twin

Use this tool when an organisation wants to CREATE live Digital Product Twins in Cycle from its product data (after validating with validate_dpp_readiness).

Potential side effects
create_dpp

Use this tool to issue the Digital Product Passport of a twin created with create_product_twin.

Inferred read-only
create_data_carrier

Use this tool to generate the printable data carrier (QR content) of a twin: a GS1 Digital Link URL (Sunrise 2027 standard) if you pass a valid GTIN, or a serialized twin URL fallback without one.

Inferred read-only

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.cycle-intelligence]
url = "https://edge.cycle-platform.com/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cycle-intelligence": {
      "type": "http",
      "url": "https://edge.cycle-platform.com/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cycle-intelligence
Remote MCP URL: https://edge.cycle-platform.com/v1/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": {
    "cycle-intelligence": {
      "url": "https://edge.cycle-platform.com/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cycle-intelligence": {
      "type": "http",
      "url": "https://edge.cycle-platform.com/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cycle-intelligence",
  "transport": "streamable-http",
  "url": "https://edge.cycle-platform.com/v1/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.