Home · Branding · Manufact (formerly mcp-use)

Manufact (formerly mcp-use) Brand Identity

A complete profile of Manufact (formerly mcp-use)'s visual system — colors, typography, components, and personality — extracted from https://manufact.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#101828
Accent
#18181B
Body Font
Outfit
Heading
Outfit

Color Palette

Brand palette extracted from https://manufact.com.

primary
#101828
rgb(16, 24, 40)
secondary
#FFEDD4
rgb(255, 237, 212)
accent
#18181B
rgb(24, 24, 27)
background
#FDFCFC
rgb(253, 252, 252)
textPrimary
#18181B
rgb(24, 24, 27)
link
#6A7282
rgb(106, 114, 130)

Typography

Each font links to its Google Fonts page where available.

primary
Outfit
heading
Outfit
Outfit
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Manufact (formerly mcp-use) logo
Logo
Manufact (formerly mcp-use) favicon
Favicon
Manufact (formerly mcp-use) social image
Social Card

UI Components

Live previews rendered using Manufact (formerly mcp-use)'s actual button styles.

input
background #FAFAFA textColor #3F3F46 borderColor #E4E4E7 borderRadius 14px shadow none
buttonPrimary
background #18181B textColor #FAFAFA borderColor #D5D8DD borderRadius 100px shadow none
buttonSecondary
background transparent textColor #101828 borderColor #D5D8DD borderRadius 100px shadow none

Brand Personality

Tone: professional Energy: medium Audience: developers and IT professionals

Manufact (formerly mcp-use) Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Manufact (formerly mcp-use)'s primary brand color?

Manufact (formerly mcp-use)'s primary brand color is #101828. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Manufact (formerly mcp-use) use?

Manufact (formerly mcp-use) uses #18181B as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Manufact (formerly mcp-use) use?

Manufact (formerly mcp-use) uses Outfit as the primary typeface across body and headings.

Does Manufact (formerly mcp-use) use a light or dark theme?

Manufact (formerly mcp-use)'s primary site uses a light color scheme, with a background of #FDFCFC.

Where can I find Manufact (formerly mcp-use)'s logo?

Manufact (formerly mcp-use)'s logo is available directly on their site (https://manufact.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://manufact.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Manufact (formerly mcp-use).

Methodology

Brand data on this page was extracted from https://manufact.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Manufact (formerly mcp-use).

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Outfit",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#101828",
    "secondary": "#FFEDD4",
    "accent": "#18181B",
    "background": "#FDFCFC",
    "textPrimary": "#18181B",
    "link": "#6A7282"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Outfit",
      "heading": "Outfit"
    },
    "fontStacks": {
      "heading": [
        "Outfit"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "18px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FAFAFA",
      "textColor": "#3F3F46",
      "borderColor": "#E4E4E7",
      "borderRadius": "14px",
      "borderRadiusCorners": {
        "topLeft": "14px",
        "topRight": "14px",
        "bottomRight": "14px",
        "bottomLeft": "14px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#18181B",
      "textColor": "#FAFAFA",
      "borderColor": "#D5D8DD",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#101828",
      "borderColor": "#D5D8DD",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20500%22%20class%3D%22text-black%20size-%5B20px%5D%22%20data-fc-idx%3D%220%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22currentColor%22%20stroke-width%3D%226%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20opacity%3D%221%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%206px%20!important%3B%20stroke-linecap%3A%20round%20!important%3B%20stroke-linejoin%3A%20round%20!important%3B%20opacity%3A%201%20!important%3B%22%3E%3Cpath%20d%3D%22M105.933%200C164.437%200.000115889%20211.865%2047.607%20211.865%20106.333C211.865%20131.828%20210.494%20158.401%20221.068%20181.6L228.976%20198.947C243.585%20230.997%20269.266%20256.7%20301.304%20271.336L316.156%20278.121C340.143%20289.079%20367.695%20287.335%20394.067%20287.335C452.572%20287.335%20500%20334.942%20500%20393.668C500%20452.394%20452.572%20500.001%20394.067%20500.001C335.563%20500.001%20288.135%20452.394%20288.135%20393.668C288.135%20368.974%20289.241%20343.275%20278.992%20320.807L270.587%20302.38C255.949%20270.289%20230.214%20244.565%20198.118%20229.939L180.164%20221.758C157.282%20211.331%20131.078%20212.666%20105.933%20212.666C47.4278%20212.666%204.92992e-05%20165.059%200%20106.333C0%2047.607%2047.4278%200%20105.933%200Z%22%20style%3D%22stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%206px%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%22100.426%22%20cy%3D%22399.575%22%20r%3D%22100.426%22%20style%3D%22stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%206px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M500%20100.426C500%20155.889%20455.037%20200.851%20399.574%20200.851C344.11%20200.851%20299.148%20155.889%20299.148%20100.426C299.148%2044.962%20344.11%200%20399.574%200C455.037%200%20500%2044.962%20500%20100.426Z%22%20style%3D%22stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%206px%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%226%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%206px%20!important%3B%20stroke-linecap%3A%20round%20!important%3B%20stroke-linejoin%3A%20round%20!important%3B%22%3E%3Cpath%20d%3D%22M105.933%200C164.437%200.000115889%20211.865%2047.607%20211.865%20106.333C211.865%20131.828%20210.494%20158.401%20221.068%20181.6L228.976%20198.947C243.585%20230.997%20269.266%20256.7%20301.304%20271.336L316.156%20278.121C340.143%20289.079%20367.695%20287.335%20394.067%20287.335C452.572%20287.335%20500%20334.942%20500%20393.668C500%20452.394%20452.572%20500.001%20394.067%20500.001C335.563%20500.001%20288.135%20452.394%20288.135%20393.668C288.135%20368.974%20289.241%20343.275%20278.992%20320.807L270.587%20302.38C255.949%20270.289%20230.214%20244.565%20198.118%20229.939L180.164%20221.758C157.282%20211.331%20131.078%20212.666%20105.933%20212.666C47.4278%20212.666%204.92992e-05%20165.059%200%20106.333C0%2047.607%2047.4278%200%20105.933%200Z%22%20opacity%3D%220%22%20pathLength%3D%221%22%20stroke-dashoffset%3D%220%22%20stroke-dasharray%3D%220%201%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%206px%20!important%3B%20stroke-dasharray%3A%200px%2C%201px%20!important%3B%20stroke-dashoffset%3A%200px%20!important%3B%20opacity%3A%200%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%22100.426%22%20cy%3D%22399.575%22%20r%3D%22100.426%22%20opacity%3D%220%22%20pathLength%3D%221%22%20stroke-dashoffset%3D%220%22%20stroke-dasharray%3D%220%201%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%206px%20!important%3B%20stroke-dasharray%3A%200px%2C%201px%20!important%3B%20stroke-dashoffset%3A%200px%20!important%3B%20opacity%3A%200%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M500%20100.426C500%20155.889%20455.037%20200.851%20399.574%20200.851C344.11%20200.851%20299.148%20155.889%20299.148%20100.426C299.148%2044.962%20344.11%200%20399.574%200C455.037%200%20500%2044.962%20500%20100.426Z%22%20opacity%3D%220%22%20pathLength%3D%221%22%20stroke-dashoffset%3D%220%22%20stroke-dasharray%3D%220%201%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20rgb(0%2C%200%2C%200)%20!important%3B%20stroke-width%3A%206px%20!important%3B%20stroke-dasharray%3A%200px%2C%201px%20!important%3B%20stroke-dashoffset%3A%200px%20!important%3B%20opacity%3A%200%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://manufact.com/favicon-96x96.png",
    "ogImage": "https://manufact.com/og-image.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is the only candidate linking to the homepage, suggesting it is the main brand logo despite its small size.",
    "confidence": 0.7,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Try now",
      "reasoning": "Button #1 ('Try now') is likely the primary CTA due to its action-oriented text and prominent placement. It uses a dark background color (#18181B), which aligns with the brand's primary color scheme."
    },
    "secondary": {
      "index": 2,
      "text": "Get a demo",
      "reasoning": "Button #7 ('Get a demo') is a suitable secondary CTA. It has a transparent background, providing a clear visual distinction from the primary button's dark background."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "developers and IT professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is the only candidate linking to the homepage, suggesting it is the main brand logo despite its small size.",
        "confidence": 0.7
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles