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.

BrandKit MCP

NPM · BRANDKIT-MCP · SCANNED AUG 3

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

Available components

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

# add to Claude Code
claude mcp add ejwhite7-brandkit-mcp -- npx -y brandkit-mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add ejwhite7-brandkit-mcp --command npx --arg -y --arg brandkit-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ejwhite7-brandkit-mcp:
    command: "npx"
    args: ["-y", "brandkit-mcp"]
// mcp.json
{
  "mcpServers": {
    "ejwhite7-brandkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brandkit-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.

  • 2 Aug 26 +49
    • GHSA-f88m-g3jw-g9cj affects this package: high security
    • Known CVEs: unverified → fail security
    • Provenance: unverified → pass security
    • Install scripts: unverified → pass security
    • 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 security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −7
    • 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
  • 27 Jul 26 49

    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 verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
ejwhite7/brandkit-mcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/ejwhite7/brandkit-mcp/.github/workflows/publish.yml@refs/tags/v2.1.0
Rekor log index:
1770402134
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:1644f4dfaa2eff948086ffe72daa81f6abab35a41d748ef1284edf3a7704f7651e008b83f97cbe33f28dcb6cacffc9882dac701945565ba60f59885e9
Discovery method:
attestation_endpoint
Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-f88m-g3jw-g9cj high yes
Dependencies 212 packages

212 packages in the resolved dependency tree · 209 deprecated · 60 stale.

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

MCP tools — 18 exposed · ~731 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
get_assets ~39

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

NameTypeReqDescription
contextstring

No output schema declared.

No examples provided.

get_audience ~37

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_brand_overview ~40

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_colors_and_type ~39

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

NameTypeReqDescription
contextstring

No output schema declared.

No examples provided.

get_components ~51

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

NameTypeReqDescription
contextstring
namestringFilter to a single component by name

No output schema declared.

No examples provided.

get_concepts ~30

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_context_diff ~45

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

NameTypeReqDescription
astring
bstring

No output schema declared.

No examples provided.

get_css ~41

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

NameTypeReqDescription
contextstring

No output schema declared.

No examples provided.

get_differentiation ~32

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_fonts ~34

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

NameTypeReqDescription
contextstring

No output schema declared.

No examples provided.

get_magic_trick ~39

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_messaging ~28

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_motion ~29

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

NameTypeReqDescription
contextstring

No output schema declared.

No examples provided.

get_positioning ~34

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_tokens ~81

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

NameTypeReqDescription
contextstring
formatstring
typestringFilter by token type (color, font, radius, spacing, etc.)

No output schema declared.

No examples provided.

get_voice ~27

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_brand ~56

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

NameTypeReqDescription
limitnumber
querystringyesSearch query (case-insensitive substring)

No output schema declared.

No examples provided.

validate_usage ~49

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

NameTypeReqDescription
formatstring
snippetstringyesHTML or CSS snippet to validate

No output schema declared.

No examples provided.