# McKnight GrowthOS — Brand Asset API (for AI agents & builders) > Read-only, public, no auth. Use these endpoints to pull the official > McKnight Opportunity Group / The Contracting Preacher brand system > (tokens, colors, fonts, logos, documents) into any build. ## REST API (JSON) - https://mcknight-growthos.pages.dev/api/brand — manifest + usage - https://mcknight-growthos.pages.dev/api/brand/tokens — design tokens JSON (colors, typography, spacing, radius, shadows, motion, gradients) - https://mcknight-growthos.pages.dev/api/brand/tokens.css — same tokens as CSS custom properties (--tcp-*) - https://mcknight-growthos.pages.dev/api/brand/themes — all 10 brand themes: official fleet accent hexes + live funnel themes - https://mcknight-growthos.pages.dev/api/brand/themes/{key} — one theme; keys: mog growthos contracting capital mortgage housing freight fleetworks earlylearning learning - https://mcknight-growthos.pages.dev/api/brand/assets — logos, shields, icons, OG image (absolute PNG URLs) - https://mcknight-growthos.pages.dev/api/brand/docs — 27 fleet HTML deliverables (brand kit, capability statement, decks, trackers...) - https://mcknight-growthos.pages.dev/api/brand/fonts — font stacks + Google Fonts import ## MCP server (Model Context Protocol) - Endpoint: https://mcknight-growthos.pages.dev/mcp (streamable HTTP, JSON-RPC 2.0) - Tools: get_brand_manifest, get_brand_tokens, list_brand_themes, get_brand_theme, list_brand_assets, list_fleet_docs, get_fonts - Connect (Claude Code): claude mcp add --transport http mcknight-brand https://mcknight-growthos.pages.dev/mcp - Connect (generic config): {"mcpServers":{"mcknight-brand":{"url":"https://mcknight-growthos.pages.dev/mcp"}}} ## Core palette (The Contracting Preacher / MOG) navy #0A1628 · gold #C9A961 · gold-light #E4CB92 · ivory #F7F3EA · red(CTA only) #8B1F1F Fonts: Playfair Display (serif headings) · Inter (sans body) · IBM Plex Mono (labels/eyebrows) ## Official fleet accents (10 brands) - 00 MOG — Opportunity Group: #C9A961 - 01 The Contracting Preacher: #C9A961 - 02 Housing Initiative: #2F6B4A - 03 Capital Ready: #9B7A2B - 04 MortgageOS: #4A5FA5 - 05 GrowthOS: #8B1F1F - 06 Freight Systems: #B8823A - 07 FleetWorks: #5C6B7C - 08 Early Learning Academy: #B37A8C - 09 LearningOS: #4A6B7C ## Static files (direct) - Tokens CSS: https://mcknight-growthos.pages.dev/static/fleet/design-tokens.css - Tailwind: https://mcknight-growthos.pages.dev/static/fleet/tailwind.config.example.js - Assets: https://mcknight-growthos.pages.dev/static/fleet/assets/{logo-horizontal-light,logo-horizontal-dark,shield-navy,shield-gold,shield-outline-lg,og-image,favicon-32,apple-touch-icon}.png - Docs: https://mcknight-growthos.pages.dev/static/fleet/{slug}.html (see /api/brand/docs for slugs) ## Rules for builders 1. Gold #C9A961 is the prestige accent; red #8B1F1F is for CTAs/urgency ONLY, never decoration. 2. Headings: Playfair Display. Body: Inter. Eyebrows/labels: IBM Plex Mono, uppercase, 0.2em tracking. 3. Radius is 2px nearly everywhere (pill 20px, avatar 9999px). Spacing on a 4pt baseline. 4. Use logo-horizontal-light.png on dark surfaces, logo-horizontal-dark.png on light surfaces.