Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.KarstenKreh/standby-design-mcp

NPM · STANDBY-DESIGN-MCP · 2 COMPONENTS · SCANNED AUG 3

Generate design systems: OKLCH color palettes, fluid type scales, spacing, shape and icon tokens.

+41 this week 66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability58
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2722 tokens (~340/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage98
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 93% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · standby-design-mcp

# add to Claude Code
claude mcp add karstenkreh-standby-design-mcp -- npx -y standby-design-mcp
# add to Codex CLI
codex mcp add karstenkreh-standby-design-mcp -- npx -y standby-design-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "karstenkreh-standby-design-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "standby-design-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add karstenkreh-standby-design-mcp --command npx --arg -y --arg standby-design-mcp
# ~/.hermes/config.yaml
mcp_servers:
  karstenkreh-standby-design-mcp:
    command: "npx"
    args: ["-y", "standby-design-mcp"]
// mcp.json
{
  "mcpServers": {
    "karstenkreh-standby-design-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "standby-design-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +33
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.23 functional
    • Licence: MIT functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +50
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 93 functional
    • Licence: MIT functional
  • 27 Jul 26 25

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 8 exposed · ~2,596 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
export_design_system ~174

Generate the full token code for a design system URL in one format: "css" (CSS custom properties incl. semantic shadcn/ui-compatible tokens), "tailwind" (Tailwind v4 @theme), "design-tokens" (W3C DTCG JSON — typography & spacing), "llm-briefing" (Markdown brief for AI code generation), or "font-embed" (Fontshare <link> snippet). Optionally restrict to specific sections. Always give the returned standby.design/system URL to the user alongside the code — the link is the deliverable.

NameTypeReqDescription
formatstringyesOutput format.
sectionsarrayWhich sections to include. Default: all configured sections (symbol only when configured).
urlstringyesA standby.design URL or raw unified hash.

No output schema declared.

No examples provided.

generate_color_palette ~452

Generate a perceptually uniform OKLCH color palette from a brand color: 18-step scales for brand/surface/error/accents, semantic tokens (shadcn/ui compatible), light+dark modes. Returns a shareable standby.design/system URL and a compact summary. Always give that URL to the user — the link is the deliverable; it opens the live system in the browser. Use export_design_system for full CSS/Tailwind output.

NameTypeReqDescription
accentsarrayUp to 3 additional named accent colors. Replaces the existing accent list when provided; pass [] to remove all accents. Default: Success/Warning/Info, auto-derived.
bgColorHexstringSurface tint color as hex, or "auto" to derive from the brand color (default).
brandHexstringBrand color as 6-digit hex, e.g. "#335A7F". The palette midpoint is derived from this.
brandInvertbooleanFor pinned brand: mirror lightness in dark mode (e.g. black buttons in light mode, white in dark).
brandPinbooleanPin the primary token to the exact input hex instead of the palette step.
chromaScalenumberSurface saturation 0–1 (0 = grey surfaces, 1 = vibrant). Default 0.25.
errorColorHexstringError/destructive color as hex, or "auto" to derive from the brand hue (default).
errorInvertboolean
errorPinboolean
fgContrastModestringText color strategy on colored backgrounds.
modestring"balanced": step 500 is always the perceptual midpoint (even light/dark distribution). "exact": step 500 keeps the input color's lightness.
themeNamestringName of the design system (appears in exports and page title).
urlstringExisting standby.design URL (or raw hash) to modify. Only this tool's section is changed; color/type/shape/icon/spacing settings from other tools are preserved. Omit to start fresh from defaults.

No output schema declared.

No examples provided.

generate_icon_tokens ~358

Pick an icon set and generate icon sizing tokens (xs–2xl + stroke width). Either select a specific set or state style preferences and get a recommendation. Available sets: material-outlined, material-filled, lucide, phosphor-regular, phosphor-bold, phosphor-thin, phosphor-fill, solar-linear, solar-bold, solar-broken, tabler-outline, tabler-filled, radix. Returns a shareable standby.design/system URL and a summary. Always give that URL to the user — the link is the deliverable.

NameTypeReqDescription
baseSizenumberBase icon size (md) in rem (default 1.25).
cornersstringPreferred corner style (sharp = corporate/precise, rounded = friendly).
scalenumberSize scale ratio (default 1.272).
setstringIcon set variant id to select explicitly, e.g. "lucide-outlined". One of: material-outlined, material-filled, lucide, phosphor-regular, phosphor-bold, phosphor-thin, phosphor-fill, solar-linear, sola…
snapTo4pxbooleanRound sizes to the 4px grid (default true).
stylestringPreferred icon style for the recommendation.
urlstringExisting standby.design URL (or raw hash) to modify. Only this tool's section is changed; color/type/shape/icon/spacing settings from other tools are preserved. Omit to start fresh from defaults.
weightstringPreferred stroke weight.

No output schema declared.

No examples provided.

generate_shape_tokens ~499

Generate shape tokens — radii, shadows, borders, focus rings — in one of four visual styles: "paper" (classic surfaces with layered shadows), "glass" (liquid glass), "neomorph" (soft neumorphism), "neobrutalism" (hard offset shadows). Returns a shareable standby.design/system URL and a summary. Always give that URL to the user — the link is the deliverable.

NameTypeReqDescription
borderColorHexstringCustom border color as hex, or "auto" (default).
borderEnabledboolean
borderRadiusintegerBase radius in px; scales to a xs–xl radius set (default 8).
borderWidthnumberBorder width in px (default 1).
brutalistVariantstring
glassBlurnumberGlass backdrop blur (default 1.0).
glassDepthnumberGlass displacement intensity (default 0.2).
glassDispersionnumberChromatic aberration intensity (default 0.4).
ringColorHexstringCustom focus ring color as hex, or "auto" (default).
ringOffsetintegerFocus ring offset in px (default 2).
ringWidthintegerFocus ring width in px (default 2).
separationModestringHow surfaces separate from the background.
shadowBlurScalenumberShadow blur multiplier (default 1.0).
shadowColorHexstringCustom shadow color as hex, or "auto" (default).
shadowEnabledboolean
shadowOffsetXintegerBrutalist shadow X offset in px (default 2).
shadowOffsetYintegerBrutalist shadow Y offset in px (default 4).
shadowScalenumberElevation level spread ratio (default 1.272).
shadowStrengthnumberShadow alpha multiplier (default 1.0).
shadowTypestringShadow rendering for paper style.
stylestringTop-level visual style (default "paper").
urlstringExisting standby.design URL (or raw hash) to modify. Only this tool's section is changed; color/type/shape/icon/spacing settings from other tools are preserved. Omit to start fresh from defaults.

No output schema declared.

No examples provided.

generate_space_tokens ~402

Generate spacing tokens (3xs–3xl), breakpoints, container widths, prose measure, and aspect ratios. Returns a shareable standby.design/system URL and a summary. Always give that URL to the user — the link is the deliverable.

NameTypeReqDescription
aspectRatiosarrayReplace the aspect ratio list, e.g. [{"name":"video","w":16,"h":9}].
baseRemnumberBase spacing in rem (default 1.0).
breakpointsarrayReplace the breakpoint list, e.g. [{"name":"sm","minPx":640},...]. Defaults: sm 640, md 768, lg 1024, xl 1280, 2xl 1536.
containersarrayReplace the container list. Defaults: prose 680, narrow 880, default 1200, wide 1440.
fluidMaxVwintegerUpper fluid viewport anchor in px (default 1920).
fluidMinVwintegerLower fluid viewport anchor in px (default 375).
includeReciprocalsbooleanAlso export flipped (portrait) variants of each ratio (default true).
modestring"harmonic": multiples of the base (default). "geometric": compound ratio steps.
multipliernumberUniform scale factor on all tokens (default 1.0).
proseMaxChintegerProse measure in ch (default 65).
rationumberRatio for geometric mode (default 1.272).
snapbooleanSnap token values to a sensible grid (default true).
urlstringExisting standby.design URL (or raw hash) to modify. Only this tool's section is changed; color/type/shape/icon/spacing settings from other tools are preserved. Omit to start fresh from defaults.

No output schema declared.

No examples provided.

generate_type_scale ~561

Generate a fluid typographic scale (CSS clamp() between 375px and 1920px viewports) with 11 levels (Display, H1–H6, Body L/M/S, Caption), Fontshare fonts, line heights and letter spacing. Returns a shareable standby.design/system URL and a summary table. Always give that URL to the user — the link is the deliverable. Use list_fonts to discover font slugs.

NameTypeReqDescription
autoShrinknumberPercent reduction for the auto-derived mobile ratio (default 25). Only used when mobileRatio is not set.
baseSizenumberDesktop base size in rem (default 1.0).
bodyFontstringFontshare font slug for body text.
headingFontstringFontshare font slug for headings, e.g. "satoshi", "general-sans", "clash-display".
headingWeightintegerFont weight for headings (default 500).
letterSpacingOverridesPer-level letter-spacing overrides in em, e.g. {"display": -0.05}.
lineHeightOverridesobjectPer-level line-height overrides, e.g. {"h1": 1.1, "body-m": 1.6}. Levels: display, h1–h6, body-l, body-m, body-s, caption.
mobileBaseSizenumberMobile base size in rem (default = baseSize).
mobileRationumberExplicit mobile scale ratio. Omit to auto-derive from ratio and autoShrink.
monoFontstringFont slug for code. System stacks: "system-mono", "consolas", "sf-mono".
rationumberScale ratio for custom mode. Presets: 1.2 minor third, 1.25 major third, 1.272 golden-ratio-area (default, √φ), 1.333 perfect fourth, 1.618 golden ratio. The empirical perceptual corridor is 1.20–1.5…
scaleModestring"custom": compound ratio scale (default). "traditional": classical Renaissance point sizes per level.
traditionalAssignmentsobjectFor traditional mode: desktop px size per level, e.g. {"display": 48, "h1": 36, ...}.
traditionalMobileAssignmentsobjectFor traditional mode: mobile px size per level.
urlstringExisting standby.design URL (or raw hash) to modify. Only this tool's section is changed; color/type/shape/icon/spacing settings from other tools are preserved. Omit to start fresh from defaults.

No output schema declared.

No examples provided.

get_design_system ~99

Decode a standby.design URL (or raw hash) and return an overview of the full design system: color palette, type scale, spacing & layout, shape tokens, and icons — plus per-tool edit links. Always give the standby.design/system URL to the user — the link is the deliverable.

NameTypeReqDescription
urlstringyesA standby.design URL or raw unified hash (e.g. from a previous generate_* call or copied from the browser).

No output schema declared.

No examples provided.

list_fonts ~51

List Fontshare font slugs usable in generate_type_scale (headingFont/bodyFont/monoFont), grouped by category. This is the bundled seed catalog — any valid Fontshare slug works even if not listed here.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.