# BrandKit MCP (npm · brandkit-mcp)

Brand atomic system over MCP: verbal, visual, motion, tokens, and a magic_trick taste primer.

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

## Components

- npm · `brandkit-mcp`: 73/100 (this document), [markdown](https://verifymcp.io/servers/ejwhite7-brandkit-mcp/brandkit-mcp.md), [page](https://verifymcp.io/servers/ejwhite7-brandkit-mcp/brandkit-mcp)

## Channel facts

- Registry: `npm`
- Package: `brandkit-mcp`
- Version: `2.1.0`
- 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**: 70/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects sharp 0.33.5, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (212 of 214), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to ejwhite7/brandkit-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 54 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 877 tokens (~27/item across 32 items; 18 tools + 14 resources), lean.
  - 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**: 75/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 25% 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 ejwhite7-brandkit-mcp -- npx -y brandkit-mcp
```

### Codex

```bash
codex mcp add ejwhite7-brandkit-mcp -- npx -y brandkit-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ejwhite7-brandkit-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "brandkit-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ejwhite7-brandkit-mcp --command npx --arg -y --arg brandkit-mcp
```

### Hermes

```yaml
mcp_servers:
  ejwhite7-brandkit-mcp:
    command: "npx"
    args: ["-y", "brandkit-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "ejwhite7-brandkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brandkit-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-02 (score 73, +49)

- [security regression] GHSA-f88m-g3jw-g9cj affects this package: high
- [security regression] Known CVEs: unverified → fail
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: ejwhite7/brandkit-mcp
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 24, −7)

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

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

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (18)

### `get_brand_overview` (~40 tokens)

High-level overview of the brand atomic system: brand name, magic_trick presence, inventory counts, contexts, and the full v2 tool list.

### `get_magic_trick` (~39 tokens)

Return the human-authored magic_trick.md taste primer verbatim. This file is human-write-only — never write to it via any tool.

### `get_positioning` (~34 tokens)

Return the brand's positioning document (agent/verbal/positioning.md). Includes a taste primer from magic_trick.md.

### `get_audience` (~37 tokens)

Return the brand's audience definition parsed from agent/verbal/audience.yaml. Freeform YAML; returned as-is. Includes a taste primer.

### `get_messaging` (~28 tokens)

Return the brand's messaging document (agent/verbal/messaging.md). Includes a taste primer.

### `get_differentiation` (~32 tokens)

Return the brand's differentiation document (agent/verbal/differentiation.md). Includes a taste primer.

### `get_concepts` (~30 tokens)

Return the brand's creative concepts/directions (agent/verbal/concepts.md). Includes a taste primer.

### `get_voice` (~27 tokens)

Return the brand's voice document (agent/verbal/voice.md). Includes a taste primer.

### `get_colors_and_type` (~39 tokens)

Return colors and typography as CSS custom properties from agent/visual/colors_and_type.css (with optional artifact override).

Input parameters:

- `context` (string)

### `get_assets` (~39 tokens)

Return logos and other binary assets from agent/visual/assets/. Replaces v1 get_logos + get_textures.

Input parameters:

- `context` (string)

### `get_fonts` (~34 tokens)

Return font faces declared in agent/visual/fonts/ (binary files + optional fonts.yaml manifest).

Input parameters:

- `context` (string)

### `get_components` (~51 tokens)

Return UI component specifications from agent/visual/components/. Optionally filtered by context (base | web | product).

Input parameters:

- `context` (string)
- `name` (string): Filter to a single component by name

### `get_tokens` (~81 tokens)

Return design tokens from agent/visual/tokens/ specimens. Optional context (base|web|product) and output format (json|css|scss|tailwind|w3c).

Input parameters:

- `context` (string)
- `format` (string)
- `type` (string): Filter by token type (color, font, radius, spacing, etc.)

### `get_motion` (~29 tokens)

Return the motion system: parsed motion.json tokens + motion.css text.

Input parameters:

- `context` (string)

### `get_css` (~41 tokens)

Return raw CSS text from agent/visual/colors_and_type.css and agent/visual/motion/motion.css for the requested context.

Input parameters:

- `context` (string)

### `search_brand` (~56 tokens)

Full-text search across all brand atomic system content: verbal docs, magic_trick, components, tokens, assets, and CSS files.

Input parameters:

- `limit` (number)
- `query` (string, required): Search query (case-insensitive substring)

### `validate_usage` (~49 tokens)

Validate that an HTML/CSS snippet uses brand tokens (rather than literal values) and references known components.

Input parameters:

- `format` (string)
- `snippet` (string, required): HTML or CSS snippet to validate

### `get_context_diff` (~45 tokens)

Diff two contexts (base | web | product) across colors_and_type custom properties, components, and tokens.

Input parameters:

- `a` (string)
- `b` (string)

## Diagnostics

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

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 24
- 2026-07-31: 24
- 2026-07-30: 31
- 2026-07-28: 49
- 2026-07-27: 49

## Links

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