# io.github.KarstenKreh/standby-design-mcp (npm · standby-design-mcp)

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

- Trust score: 66/100 (medium)
- Change this week: +41
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.standby.design`: 64/100, [markdown](https://verifymcp.io/servers/karstenkreh-standby-design-mcp/mcp.md), [page](https://verifymcp.io/servers/karstenkreh-standby-design-mcp/mcp)
- npm · `standby-design-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/karstenkreh-standby-design-mcp/standby-design-mcp.md), [page](https://verifymcp.io/servers/karstenkreh-standby-design-mcp/standby-design-mcp)

## Channel facts

- Registry: `npm`
- Package: `standby-design-mcp`
- Version: `0.1.5`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 31 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 58/100
  - AI-judged instruction clarity (excellent).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 93% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add karstenkreh-standby-design-mcp -- npx -y standby-design-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add karstenkreh-standby-design-mcp --command npx --arg -y --arg standby-design-mcp
```

### Hermes

```yaml
mcp_servers:
  karstenkreh-standby-design-mcp:
    command: "npx"
    args: ["-y", "standby-design-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "karstenkreh-standby-design-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "standby-design-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 66, +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.

### 2026-08-02 (score 65, +33)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-07-31 (score 32, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 57, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 75, +50)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] 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

### 2026-07-27 (score 25)

First indexed and scored.

## MCP tools (8)

### `generate_color_palette` (~452 tokens)

Generate color palette

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.

Input parameters:

- `accents` (array): Up to 3 additional named accent colors. Replaces the existing accent list when provided; pass [] to remove all accents. Default: Success/Warning/Info, auto-derived.
- `bgColorHex` (string): Surface tint color as hex, or "auto" to derive from the brand color (default).
- `brandHex` (string): Brand color as 6-digit hex, e.g. "#335A7F". The palette midpoint is derived from this.
- `brandInvert` (boolean): For pinned brand: mirror lightness in dark mode (e.g. black buttons in light mode, white in dark).
- `brandPin` (boolean): Pin the primary token to the exact input hex instead of the palette step.
- `chromaScale` (number): Surface saturation 0–1 (0 = grey surfaces, 1 = vibrant). Default 0.25.
- `errorColorHex` (string): Error/destructive color as hex, or "auto" to derive from the brand hue (default).
- `errorInvert` (boolean)
- `errorPin` (boolean)
- `fgContrastMode` (string): Text color strategy on colored backgrounds.
- `mode` (string): "balanced": step 500 is always the perceptual midpoint (even light/dark distribution). "exact": step 500 keeps the input color's lightness.
- `themeName` (string): Name of the design system (appears in exports and page title).
- `url` (string): Existing 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.

### `generate_type_scale` (~561 tokens)

Generate type scale

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.

Input parameters:

- `autoShrink` (number): Percent reduction for the auto-derived mobile ratio (default 25). Only used when mobileRatio is not set.
- `baseSize` (number): Desktop base size in rem (default 1.0).
- `bodyFont` (string): Fontshare font slug for body text.
- `headingFont` (string): Fontshare font slug for headings, e.g. "satoshi", "general-sans", "clash-display".
- `headingWeight` (integer): Font weight for headings (default 500).
- `letterSpacingOverrides`: Per-level letter-spacing overrides in em, e.g. {"display": -0.05}.
- `lineHeightOverrides` (object): Per-level line-height overrides, e.g. {"h1": 1.1, "body-m": 1.6}. Levels: display, h1–h6, body-l, body-m, body-s, caption.
- `mobileBaseSize` (number): Mobile base size in rem (default = baseSize).
- `mobileRatio` (number): Explicit mobile scale ratio. Omit to auto-derive from ratio and autoShrink.
- `monoFont` (string): Font slug for code. System stacks: "system-mono", "consolas", "sf-mono".
- `ratio` (number): Scale 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…
- `scaleMode` (string): "custom": compound ratio scale (default). "traditional": classical Renaissance point sizes per level.
- `traditionalAssignments` (object): For traditional mode: desktop px size per level, e.g. {"display": 48, "h1": 36, ...}.
- `traditionalMobileAssignments` (object): For traditional mode: mobile px size per level.
- `url` (string): Existing 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.

### `generate_shape_tokens` (~499 tokens)

Generate shape tokens

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.

Input parameters:

- `borderColorHex` (string): Custom border color as hex, or "auto" (default).
- `borderEnabled` (boolean)
- `borderRadius` (integer): Base radius in px; scales to a xs–xl radius set (default 8).
- `borderWidth` (number): Border width in px (default 1).
- `brutalistVariant` (string)
- `glassBlur` (number): Glass backdrop blur (default 1.0).
- `glassDepth` (number): Glass displacement intensity (default 0.2).
- `glassDispersion` (number): Chromatic aberration intensity (default 0.4).
- `ringColorHex` (string): Custom focus ring color as hex, or "auto" (default).
- `ringOffset` (integer): Focus ring offset in px (default 2).
- `ringWidth` (integer): Focus ring width in px (default 2).
- `separationMode` (string): How surfaces separate from the background.
- `shadowBlurScale` (number): Shadow blur multiplier (default 1.0).
- `shadowColorHex` (string): Custom shadow color as hex, or "auto" (default).
- `shadowEnabled` (boolean)
- `shadowOffsetX` (integer): Brutalist shadow X offset in px (default 2).
- `shadowOffsetY` (integer): Brutalist shadow Y offset in px (default 4).
- `shadowScale` (number): Elevation level spread ratio (default 1.272).
- `shadowStrength` (number): Shadow alpha multiplier (default 1.0).
- `shadowType` (string): Shadow rendering for paper style.
- `style` (string): Top-level visual style (default "paper").
- `url` (string): Existing 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.

### `generate_icon_tokens` (~358 tokens)

Generate icon tokens

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.

Input parameters:

- `baseSize` (number): Base icon size (md) in rem (default 1.25).
- `corners` (string): Preferred corner style (sharp = corporate/precise, rounded = friendly).
- `scale` (number): Size scale ratio (default 1.272).
- `set` (string): Icon 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…
- `snapTo4px` (boolean): Round sizes to the 4px grid (default true).
- `style` (string): Preferred icon style for the recommendation.
- `url` (string): Existing 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.
- `weight` (string): Preferred stroke weight.

### `generate_space_tokens` (~402 tokens)

Generate spacing & layout tokens

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.

Input parameters:

- `aspectRatios` (array): Replace the aspect ratio list, e.g. [{"name":"video","w":16,"h":9}].
- `baseRem` (number): Base spacing in rem (default 1.0).
- `breakpoints` (array): Replace the breakpoint list, e.g. [{"name":"sm","minPx":640},...]. Defaults: sm 640, md 768, lg 1024, xl 1280, 2xl 1536.
- `containers` (array): Replace the container list. Defaults: prose 680, narrow 880, default 1200, wide 1440.
- `fluidMaxVw` (integer): Upper fluid viewport anchor in px (default 1920).
- `fluidMinVw` (integer): Lower fluid viewport anchor in px (default 375).
- `includeReciprocals` (boolean): Also export flipped (portrait) variants of each ratio (default true).
- `mode` (string): "harmonic": multiples of the base (default). "geometric": compound ratio steps.
- `multiplier` (number): Uniform scale factor on all tokens (default 1.0).
- `proseMaxCh` (integer): Prose measure in ch (default 65).
- `ratio` (number): Ratio for geometric mode (default 1.272).
- `snap` (boolean): Snap token values to a sensible grid (default true).
- `url` (string): Existing 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.

### `get_design_system` (~99 tokens)

Inspect design system

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.

Input parameters:

- `url` (string, required): A standby.design URL or raw unified hash (e.g. from a previous generate_* call or copied from the browser).

### `export_design_system` (~174 tokens)

Export design system code

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.

Input parameters:

- `format` (string, required): Output format.
- `sections` (array): Which sections to include. Default: all configured sections (symbol only when configured).
- `url` (string, required): A standby.design URL or raw unified hash.

### `list_fonts` (~51 tokens)

List available fonts

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.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/karstenkreh-standby-design-mcp/standby-design-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 32
- 2026-07-31: 32
- 2026-07-30: 57
- 2026-07-29: 75
- 2026-07-28: 75
- 2026-07-27: 25

## Links

- npm package: https://www.npmjs.com/package/standby-design-mcp
- Socket report: https://socket.dev/npm/package/standby-design-mcp
- Repository: https://github.com/KarstenKreh/Standby.Design
- Changelog RSS feed: https://verifymcp.io/servers/karstenkreh-standby-design-mcp/standby-design-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/karstenkreh-standby-design-mcp/standby-design-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/karstenkreh-standby-design-mcp/standby-design-mcp
