INDIVIDUAL MCP TOOL
create_dpp
Use this tool to issue the Digital Product Passport of a twin created with create_product_twin.
LIVE ENDPOINT
https://edge.cycle-platform.com/v1/mcp
Connect to this endpoint to inspect the live schema for create_dpp and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
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.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.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).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).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.