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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 31 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add karstenkreh-standby-design-mcp -- npx -y standby-design-mcp
codex mcp add karstenkreh-standby-design-mcp -- npx -y standby-design-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"karstenkreh-standby-design-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"standby-design-mcp"
],
"enabled": true
}
}
} openclaw mcp add karstenkreh-standby-design-mcp --command npx --arg -y --arg standby-design-mcp
mcp_servers:
karstenkreh-standby-design-mcp:
command: "npx"
args: ["-y", "standby-design-mcp"] {
"mcpServers": {
"karstenkreh-standby-design-mcp": {
"command": "npx",
"args": [
"-y",
"standby-design-mcp"
]
}
}
} 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.
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.
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.
export_design_system Export design system code ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | yes | Output format. |
| sections | array | — | Which sections to include. Default: all configured sections (symbol only when configured). |
| url | string | yes | A standby.design URL or raw unified hash. |
No output schema declared.
No examples provided.
generate_color_palette 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
generate_icon_tokens 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
generate_shape_tokens 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
generate_space_tokens Generate spacing & layout 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
generate_type_scale 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
get_design_system Inspect 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.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | A 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 List available 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.