io.github.Forge-Space/branding-mcp
NPM · @FORGESPACE/BRANDING-MCP · SCANNED AUG 4
AI-powered brand identity generation via MCP with design tokens, typography, and logo assets.
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 Security78
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known medium-severity CVE affects @anthropic-ai/sdk 0.82.0, 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 (113 of 117), 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 Forge-Space/branding-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 119 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability27
- 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
- AI-judged instruction clarity (poor).Fail
- Tool/resource definitions use about 3219 tokens (~52/item across 61 items; 58 tools + 3 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
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 · @forgespace/branding-mcp
claude mcp add forge-space-branding-mcp -- npx -y @forgespace/branding-mcp
codex mcp add forge-space-branding-mcp -- npx -y @forgespace/branding-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"forge-space-branding-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@forgespace/branding-mcp"
],
"enabled": true
}
}
} openclaw mcp add forge-space-branding-mcp --command npx --arg -y --arg @forgespace/branding-mcp
mcp_servers:
forge-space-branding-mcp:
command: "npx"
args: ["-y", "@forgespace/branding-mcp"] {
"mcpServers": {
"forge-space-branding-mcp": {
"command": "npx",
"args": [
"-y",
"@forgespace/branding-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.
- 4 Aug 26 +1
- CVE-2026-69207 affects this package: medium ▼ security
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +29
- CVE-2026-41686 affects this package: medium ▼ security
- Known CVEs: unverified → fail ▼ security
- Provenance: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- The attested source repository moved: Forge-Space/branding-mcp security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → poor ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 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
- 27 Jul 26 44
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 4 Aug 2026 · Analysed npm/@forgespace/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- Forge-Space/branding-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/Forge-Space/branding-mcp/.github/workflows/publish.yml@refs/tags/v0.56.0
- Rekor log index:
- 1245248154
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:6b2ed582788398e33b2d9195e8749dc439ebf769e0971204cfc461607a8c3be6e9f3c1ce07d9f9e343a357971e29021d9bd539fe7dce105ebe81a2a69
- Discovery method:
- attestation_endpoint
Vulnerabilities 2 findings
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-p7fg-763f-g4gf | CVE-2026-41686 | medium | yes | |
| GHSA-8j4g-w8fx-2239 | CVE-2026-69207 | medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L | yes |
Dependencies 113 packages
113 packages in the resolved dependency tree · 113 deprecated · 34 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.
create_brand_guidelines ~62
Generate a brand guidelines document (HTML brand book) from a brand identity. Includes color swatches, typography samples, logo, and usage rules.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Full BrandIdentity JSON |
| format | string | — | Output format (html supported) |
No output schema declared.
No examples provided.
export_design_tokens ~70
Export a brand identity as design tokens in various formats: W3C JSON, CSS custom properties, Tailwind preset, Figma tokens, React theme, or Sass variables.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Full BrandIdentity JSON (from generate_brand_identity output) |
| format | string | yes | Export format |
No output schema declared.
No examples provided.
generate_brand_accessibility ~52
Generate comprehensive accessibility guidelines for a brand, including WCAG compliance targets, colour contrast strategies, focus indicators, motion guidance, and testing protocols
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of a BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_affiliate ~44
Generate affiliate programme strategy including commission tiers, content guidelines, recruitment channels, compliance requirements, and payment structure.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_analytics ~42
Generate a brand analytics strategy with KPIs, dashboards, measurement framework, and reporting cadence
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of the BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_assets ~84
Generate brand assets (favicons, OG images) from an existing brand identity JSON.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity from generate_brand_identity |
| ogSubtitle | string | — | Custom OG image subtitle |
| ogTemplate | string | — | OG image template: default, article, or social |
| ogTitle | string | — | Custom OG image title |
No output schema declared.
No examples provided.
generate_brand_audio ~46
Generate sonic brand identity: musical direction, UI sounds, jingle brief, podcast strategy, and voiceover direction.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of a BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_b2b ~47
Generate B2B brand strategy: ICP, sales approach, ABM, buyer journey, and sales enablement.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_campaign ~42
Generate a full marketing campaign strategy including themes, channels, phases, messaging pillars, and success metrics
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_chatbot ~36
Generate brand-aligned chatbot persona, tone, conversation guidelines, and escalation rules
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Brand identity JSON |
No output schema declared.
No examples provided.
generate_brand_community ~42
Generate community strategy including platforms, engagement tactics, moderation, member recognition, and growth levers
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_competitive ~51
Generate competitive intelligence and positioning strategy for a brand including competitor profiles, positioning matrix, win/loss themes, and objection handling playbooks
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_content ~58
Generate a comprehensive content strategy including editorial tone, content pillars, SEO approach, distribution cadence, and a 4-week content calendar based on brand identity.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object (from generate_brand_identity tool) |
No output schema declared.
No examples provided.
generate_brand_crisis ~41
Generate a brand crisis communications framework with response phases, stakeholder matrix, and monitoring guidelines
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of the BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_customer ~47
Generate a comprehensive customer experience strategy including personas, journey stages, loyalty programmes, support tone, and VoC plan
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Brand identity JSON string from generate_brand_identity |
No output schema declared.
No examples provided.
generate_brand_digital ~42
Generate digital/UX brand guidelines including UI language, component specs, accessibility requirements, and design token snippets
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | BrandIdentity JSON object |
No output schema declared.
No examples provided.
generate_brand_ecommerce ~53
Generate ecommerce strategy and UX guidelines for a brand including store concept, product page layout, checkout principles, merchandising, trust signals, SEO, and accessibility
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_email ~39
Generate email marketing templates, campaigns, and guidelines for a brand
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object from generate_brand_identity |
No output schema declared.
No examples provided.
generate_brand_employer ~55
Generate employer branding: EVP statement, culture pillars, benefits framing, candidate personas, interview and onboarding approach, and job-ad guidelines.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of a BrandIdentity object (from generate_brand_identity) |
No output schema declared.
No examples provided.
generate_brand_event ~47
Generate comprehensive event planning guidelines for a brand, including venue recommendations, decor themes, catering, entertainment, and event formats.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of a BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_fintech ~40
Generate fintech-specific brand strategy including products, compliance, regulatory framework, and security posture
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_franchise ~37
Generate franchise brand standards, onboarding, compliance, and licensing guidelines
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of a BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_globalisation ~49
Generate international expansion and globalisation guidelines for a brand, including locale adaptations, translation guidelines, cultural sensitivity notes, and compliance requirements.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_healthcare ~42
Generate healthcare-specific brand strategy covering care segments, patient safety, service delivery, and compliance posture.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_identity ~150
Generate a complete brand identity including colors, typography, spacing, and logo. Provide a brand name and style preferences to get a cohesive identity system.
| Name | Type | Req | Description |
|---|---|---|---|
| baseColor | string | — | Base color preference |
| bodyCategory | — | — | Body font category |
| brandName | string | yes | Brand name |
| harmony | string | — | Color harmony type |
| headingCategory | string | — | Heading font category |
| industry | string | yes | Industry or sector (e.g. "tech", "health") |
| scaleRatio | string | — | Typography scale ratio |
| style | string | yes | Visual style direction |
| tagline | string | — | Brand tagline |
| theme | string | — | Light/dark/both |
No output schema declared.
No examples provided.
generate_brand_influencer ~41
Generate influencer marketing strategy with tiers, content preferences, KPIs, and disclosure guidelines
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_innovation ~46
Generate a brand innovation playbook including culture, focus areas, technology bets, ideation methods, and innovation pillars.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_interior ~35
Generate interior design direction and spatial branding guidelines for a brand
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_investor ~56
Generate investor relations materials including pitch deck structure, investment thesis, competitive moat, use of funds, due diligence checklist, and FAQ answers aligned to your brand style.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_legal ~50
Generate brand legal guidelines including trademark usage, copyright notices, privacy compliance, disclaimers, and licensing terms.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of the BrandIdentity object (from generate_brand_identity) |
No output schema declared.
No examples provided.
generate_brand_loyalty ~49
Generate a complete loyalty programme strategy including tiers, earn/redeem mechanics, engagement tactics, and KPIs tailored to the brand style.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Brand identity JSON string |
No output schema declared.
No examples provided.
generate_brand_marketplace ~40
Generate marketplace strategy for a brand including platform selection, listing principles, and advertising approach
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_motion ~75
Generate a complete motion design system for a brand — including timing tokens, easing curves, transition presets, animation scale (minimal/moderate/dramatic), design principles, and CSS custom properties. Motion is derived from the brand style and personality.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Full BrandIdentity JSON (from generate_brand_identity output) |
No output schema declared.
No examples provided.
generate_brand_naming ~82
Generate brand name ideas, tagline variations, domain suggestions, and hashtags based on a brand identity. Returns five name concepts (descriptive, evocative, abstract, acronym, portmanteau), five tagline options, five domain formats, eight hashtags, and a naming rationale.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Full BrandIdentity JSON (from generate_brand_identity output) |
No output schema declared.
No examples provided.
generate_brand_newsletter ~38
Generate comprehensive newsletter strategy, templates, and guidelines for a brand
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Brand identity JSON (from generate_brand_identity) |
No output schema declared.
No examples provided.
generate_brand_packaging ~40
Generate packaging design guidelines including form language, materials, print specs, and sustainability notes
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_partnership ~44
Generate a brand partnership strategy including ideal partner profiles, collaboration formats, outreach templates, and negotiation principles.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | The brand identity as a JSON string |
No output schema declared.
No examples provided.
generate_brand_photography ~41
Generate brand photography style guide with aesthetic, lighting, composition rules, and usage guidelines
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_pitch ~42
Generate a compelling brand pitch including elevator pitches, pitch deck outline, UVP, and investor highlights
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_podcast ~48
Generate a podcast strategy for a brand including show concept, formats, host persona, guest criteria, distribution, and production checklist
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_pr ~52
Generate a comprehensive PR and communications strategy including press release templates, media contacts, spokesperson guidelines, crisis protocol, and measurement KPIs.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | BrandIdentity JSON object (output of generate_brand_identity) |
No output schema declared.
No examples provided.
generate_brand_print ~47
Generate print design guidelines including grid system, paper stocks, finishes, templates, colour specs, accessibility notes, and production checklist.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_retail ~48
Generate retail store experience guidelines including layout, materials, signage, display systems, customer journey, and staff guidance
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Brand identity JSON string (from generate_brand_identity) |
No output schema declared.
No examples provided.
generate_brand_saas ~43
Generate SaaS-specific brand strategy including positioning, pricing, onboarding, retention, integrations, and compliance.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_seo ~46
Generate a comprehensive SEO strategy for a brand including keyword targeting, content types, link building, and technical priorities
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Brand identity JSON from generate_brand_identity |
No output schema declared.
No examples provided.
generate_brand_social ~65
Generate a complete social media strategy for a brand — platform configs, content pillars, bio variations, branded hashtags, posting schedule, content calendar, and voice guidelines adapted to the brand style and industry.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | Full BrandIdentity JSON (from generate_brand_identity output) |
No output schema declared.
No examples provided.
generate_brand_subscription ~45
Generate a subscription model strategy including pricing tiers, billing cadence, retention tactics, churn prevention, and onboarding flow.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of a BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_sustainability ~51
Generate a brand sustainability and ESG strategy including environmental, social, governance commitments, SDG alignment, certifications, and reporting framework guidance
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of the BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_training ~41
Generate employee training programme, learning paths, onboarding modules, and L&D strategy for a brand
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of BrandIdentity object |
No output schema declared.
No examples provided.
generate_brand_ux ~46
Generate UX writing guidelines, microcopy, form patterns, and content strategy for a brand.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | JSON string of a BrandIdentity object from generate_brand_identity |
No output schema declared.
No examples provided.