CYCLEINTELLIGENCE
Cycle for AI agents · MCP + REST

Use Cycle from your AI agent

Cycle exposes free, deterministic verification tools that Claude, ChatGPT, Gemini or Grok can use directly: what the EU Digital Product Passport requires (verified dates), whether your catalogue is ready for it, and whether your GTIN/GS1 QR codes are valid. No account needed.

Connect it to Claude (2 steps)

1. In Claude, open Settings → Connectors → Add custom connector and paste this URL:

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

2. In any chat, enable the Cycle connector and ask - for example: "Is my catalogue ready for the EU DPP? Here are my products…" or "When does the textile DPP become mandatory?". Claude will pick the right Cycle tool by itself.

Other agents (ChatGPT, Gemini, Grok)

Any MCP-capable client can add the same remote server URL. Agents that browse the web can also call the plain REST endpoints below with zero installation.

REST - zero installation

  • GET https://edge.cycle-platform.com/v1/mcp/verify/dpp-requirements - verified EU DPP regulatory timeline + required fields
  • POST https://edge.cycle-platform.com/v1/mcp/verify/readiness - body {"products":[…]} (any reasonable JSON shape) → readiness score 0-100 per product + exact missing fields + which single field unlocks the most products
  • GET https://edge.cycle-platform.com/v1/mcp/verify/gs1?gtin=… - GTIN check digit and GS1 Digital Link validation (Sunrise 2027)

Machine-readable spec: openapi.json.

Creating twins, DPPs and GS1 carriers

Verification is free and anonymous. CREATING persistent objects - live product twins, conformance-validated Digital Product Passports and GS1 Digital Link QR carriers - requires an organisation API key issued by Cycle when you onboard. Cycle validates conformance BEFORE creating: it will not issue an incomplete passport.

Talk to Cycle Copilot →