Designesy
designesy.org โ design-system contract verification, scoring, and review tools for AI agents.
Designesy turns sources into principles, principles into contracts, and contracts into tools, systems, and artifacts that improve quality of life. The MCP server exposes 11 tools for scoring live URLs against a 34-check design contract, validating design tokens, auditing accessibility, and fetching the contract itself.
Install
claude mcp add designesy --transport http https://www.designesy.org/api/mcp
No authentication required โ all 11 tools are read-only. The server runs on Vercel as a stateless Streamable HTTP endpoint.
| Tool | Description |
|---|
designesy_score | Score a live URL against the 34-check design contract โ returns score, grade (AโF), per-check breakdown |
designesy_tokens_score | Validate a DTCG design-token file (10 conformance checks, W3C DTCG 2025.10) |
designesy_a11y_score | Get the WCAG 2.2 AA accessibility framework + Playwright/axe-core script template |
designesy_motion_score | Validate a Lottie animation file (10 checks, Lottie spec v1.0.1 + ยง16 motion standards) |
designesy_contract | Get the design-system contract (tokens, motion, takt, cadence, typography, verification) |
designesy_catalog | List the 12 published Designesy packages with versions and URLs |
designesy_design_review | Get the 8-dimension qualitative design review rubric |
designesy_skill_md | Get the contract as an agent-skill-format SKILL.md (for Cursor/Claude Code/Replit) |
designesy_agent_json | Get the /.well-known/agent.json discovery document |
designesy_llms_txt | Get the short /llms.txt agent brief |
designesy_llms_full_txt | Get the full /llms-full.txt agent brief with paste-ready prompt |
Live
Contract verification

The live site is verified against the design system contract โ 34 deterministic checks with provenance back to tokens. Current score: 99.1% (Grade A) โ 30 passed, 0 failed, 1 warn, 3 skipped (browser-only checks). See the methodology page for how the score is computed.
Contract v0.3.0
- 34 verification checks across 11 weighted categories โ tokens, motion, accessibility, cadence, takt, poise, identity, interaction, performance, responsive, semantic
- 10 Non-Negotiable Motion Standards โ deliberate easing, explicit properties, opacity entrances, keyboard stillness, no layout animation, touch gating, bounded duration, reduced-motion paths, asymmetric press, no ease-in
- 10 acoustic cues โ custom
$type: sound (net-new vs W3C DTCG 2025.10), Cuelume v0.1.0 engine, interaction-only
- 9 open tensions โ documented, not hidden
- Spring physics โ default + momentum tokens via custom
$type: spring
- Machine-readable โ W3C DTCG 2025.10 format + custom extensions
See the contract page for the full adoption history.
GitHub Action
Gate your CI on design-contract compliance:
- uses: LE-VAI/designesy-org/action@main
with:
url: https://your-app.vercel.app
min-score: 70
min-grade: C
Scores a URL via the live /api/score engine and fails the workflow if the score or grade drops below your threshold. See action/README.md for full usage.
Repository
This is the controlled public root for Designesy โ a Next.js 15 App Router site (React 19, Turbopack, Vercel deploy).
apps/site Next.js application
action/ designesy/contract-check GitHub Action
docs/designesy context, architecture, logs, registries
DESIGN.md the design contract (human-readable)
AGENTS.md agent operating rules
What Designesy is not
Designesy is not a template gallery. Designesy is not a generic AI design tool. Designesy is not a moodboard.
Designesy is a system.
License
All rights reserved. The contract is public; the code is not open-source. See designesy.org for usage terms.