{"name":"com.csscreme/design-systems","slug":"csscreme-design-systems","title":"CSS Crème","description":"Give your agent a real design system: tokens, measured WCAG contrast, and rules to follow.","url":"https://mcp.market/server/csscreme-design-systems","rating":null,"grade":"A","score":87,"certified":false,"status":"active","category":"ai","tags":["ai","media"],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-13T23:40:35.000Z","license":"MIT"},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/damnepic/csscreme-skill","website":"https://csscreme.com/ai/mcp","version":"1.6.0","remotes":[{"type":"streamable-http","url":"https://csscreme.com/mcp"}],"packages":[],"tools":[{"name":"css_feature","description":"Answers two questions about a modern CSS feature with data instead of recall. First, its Baseline status (widely available, newly available, or limited availability), the date, and which core browsers lack it, read from the open web-features dataset at build time. Second, how many of CSS Crème's curated, decoded showcase sites ship it, which ones, how many of them guard it with @supports, and the exact @supports conditions they test. Also returns a fallback note where we have one. Call it before writing CSS that uses container queries, :has(), anchor positioning, @scope, view transitions, oklch(), color-mix(), light-dark(), subgrid, scroll-driven animations, @property, text-wrap and similar, so the CSS you write is accurate for today rather than for your training date. With no feature given it returns the Ship Gap: features that are safe and mostly ignored, and features that are early and shipped anyway.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"feature":{"type":"string","description":"A web-features id or a plain name: \"container-queries\", \"has\", \":has()\", \"anchor positioning\", \"oklch\", \"subgrid\", \"@scope\". Omit for the whole Ship Gap summary."}}}},{"name":"decode_site","description":"Read a sample of pages from one site (from its sitemap.xml, or the homepage links when there is no sitemap) and report what is CONSISTENT across them: which declared tokens, colours, font stacks, radii and spacing values appear on every page read, and which appear on only some. One page shows what a page uses; a design system is a claim about consistency, and only a sample can test it. Returns counts and the pages actually read, never a score. Use when the user asks whether a site is really on a system, or wants the system rather than one page of it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Absolute public http(s) URL anywhere on the site."},"pages":{"type":"integer","description":"How many pages to read, 2 to 8. Default 5.","minimum":2,"maximum":8}},"required":["url"]}},{"name":"decode_url","description":"Fetch a public site's HTML and stylesheets and return what its CSS declares: named custom properties that look like design tokens, the colours it uses most, its font stacks, border radii, spacing values, and the framework it appears to be built with. Also returns a \"drop\" report: roughly how many words a web-to-markdown reader would carry away from this page, against the design decisions it would discard, because markdown is defined by throwing the design layer away. It reads CSS and does not render the page, so it reports a confidence (\"tokens\" when named properties were found, \"derived\" when only compiled CSS was available) and flags a JavaScript shell rather than pretending every site is equally legible. Use when the user wants to match a site that is not in the catalogue, or has fetched a page as markdown and needs what that markdown lost.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Absolute public http(s) URL of the page to read."},"format":{"type":"string","enum":["json","md","tokens","css","tailwind","registry","agents","aliases","figma"],"description":"Default json (the measurement). Or one artefact from the same read: md (DESIGN.md), tokens (W3C DTCG tokens.json with the site's declared names by scope), css (globals.css: shadcn variables, Tailwind v4 @theme, the declared block), tailwind (v4 and v3 shapes), registry (a shadcn registry item: npx shadcn add <url>), agents (an agents.md rules block), aliases (every resolved value mapped back to the declared names that produce it, with scope), figma (a script for Figma's use_figma tool that creates a Variables collection with Light and Dark modes, built from the same mapper the CSS Crème plugin runs)."},"expect":{"type":"string","description":"Optional brand hex, like #635BFF. The json response then carries `expect`: the nearest value the site declares (a token when it has any, else a literal), its CIE76 distance, and whether that is within the same-colour tolerance, near, or different. A distance, not a grade."}},"required":["url"]}},{"name":"get_agent_rules","description":"Return a short standing-instructions block that makes every future session read DESIGN.md before touching UI. Paste it whole into CLAUDE.md, AGENTS.md or .cursor/rules/design.mdc. It points at the DESIGN.md rather than restating it, and carries the token fingerprint so drift is detectable.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Theme or template id."}},"required":["id"]}},{"name":"get_design_md","description":"Fetch the full DESIGN.md for one theme: semantic colour roles, the complete shadcn token set in light and dark, typography, radius, spacing, MEASURED WCAG contrast ratios, and numbered rules the generated UI must follow. Read this before writing any UI. Save it at the repo root as DESIGN.md so it applies to every session.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Theme or template id, e.g. \"deep-ocean\". Get ids from search_themes or list_themes."}},"required":["id"]}},{"name":"get_design_md_for_url","description":"Read the stylesheets of a public site and return a full DESIGN.md: semantic roles with the token each came from, measured WCAG contrast pairs, the tokens the site itself declares (framework internals counted separately), font families, the type scale with the ratio between steps, colour frequency, gradients, corner radii, spacing, an elevation ladder of shadows, breakpoints, the z-index ladder, interaction-state rule counts, motion, and whether a dark theme is declared. This is the artefact to hand a coding agent before it writes UI that should match a site. It reads declared CSS and does not execute JavaScript, so it reports what the stylesheets say rather than what the page renders.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Absolute public http(s) URL of the page to read."}},"required":["url"]}},{"name":"get_install_command","description":"Return the exact `npx shadcn@latest add <url>` command that installs one theme into a shadcn/ui project, plus the registry URL it reads. Use when the user says \"install it\" and you already know the id.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Theme or template id."}},"required":["id"]}},{"name":"get_theme_tokens","description":"Get the shadcn/ui registry item (OKLCH tokens, light and dark) plus the paste-ready CSS variables for one theme, and the one-line command that installs it for real. Use after get_design_md when you are ready to write the tokens into globals.css.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Theme or template id."},"format":{"type":"string","enum":["registry","css","both"],"description":"Default both."}},"required":["id"]}},{"name":"how_to_use","description":"Explains where a DESIGN.md belongs for a given coding agent (Claude Code, Cursor, v0, Codex, Lovable) so the design rules apply to every session rather than one message.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tool":{"type":"string","description":"claude-code | cursor | v0 | codex | lovable"}}}},{"name":"list_themes","description":"Browse the full catalogue of curated themes and templates. Use when the user wants to see options rather than search for one.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"kind":{"type":"string","enum":["any","theme","template"]},"mode":{"type":"string","enum":["any","light","dark"]}}}},{"name":"search_themes","description":"Find a design system by describing what you are building (\"dark developer tool\", \"calm fintech dashboard\", \"playful consumer app\"). Returns matching themes with their DESIGN.md URL and shadcn install command. Call this first when the user has no design system defined.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Free text: mood, industry, colour, or use case."},"kind":{"type":"string","enum":["any","theme","template"],"description":"Curated palette theme, full page template, or either. Default any."},"mode":{"type":"string","enum":["any","light","dark"],"description":"Preferred light or dark. Default any."},"limit":{"type":"integer","minimum":1,"maximum":25,"description":"Max results, 1-25. Default 8."}},"required":["query"]}},{"name":"verify_design_md","description":"Every DESIGN.md carries a Fingerprint line. Pass the id and that fingerprint; the server answers whether the copy matches the current token set, and if not, returns the current tokens so the agent can update the file instead of following a stale one. Call this at the start of a session when a DESIGN.md is already in the repo.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Theme or template id from the DESIGN.md Source line."},"fingerprint":{"type":"string","description":"The value from the DESIGN.md Fingerprint line, e.g. \"fnv1a-9c2a41d7\"."}},"required":["id","fingerprint"]}}],"scan":{"score":87,"grade":"A","scanned_at":"2026-09-19T04:43:24.350Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T04:43:24.273Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 902ms"]},"poisoning":{"score":15,"max":15,"notes":["12 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 5 days ago"]},"identity":{"score":5,"max":10,"notes":["namespace and repository owner differ","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://csscreme.com/mcp","reachable":true,"authRequired":false,"latencyMs":902,"serverInfo":{"name":"csscreme","version":"1.6.0"}}],"packages":[],"repo":{"found":true,"owner":"damnepic","repo":"csscreme-skill","archived":false,"pushedAt":"2026-09-13T23:40:35Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/273419351?v=4","ownerCreatedAt":"2026-04-03T18:11:19Z","license":"MIT"},"icon":{"url":"https://csscreme.com/favicon-192.png","source":"registry","width":192,"height":192},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-13T23:40:35.000Z","score":23}}}},"grade_history":[],"reviews":[]}