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.
ENDPOINT 1
https://edge.cycle-platform.com/v1/mcp
MCP server metadata
- Name
- cycle-intelligence
- Version
- 0.2.0
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_requirementsUse 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-onlyvalidate_dpp_readinessUse 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-onlyvalidate_gs1_identifierUse 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-onlycreate_product_twinUse 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 effectscreate_dppUse this tool to issue the Digital Product Passport of a twin created with create_product_twin.
Inferred read-onlycreate_data_carrierUse 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.