KosmoKrator

marketing

Brandfetch MCP, CLI, and Lua Integration for AI Agents

Brandfetch integration docs for AI agents: MCP gateway setup, Brandfetch CLI commands, Lua API reference, credentials, and function schemas.

7 functions 7 read 0 write Bearer token auth

Brandfetch for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
brandfetch
route_slug
brandfetch
package
brandfetch
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Brandfetch MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Brandfetch.

Brandfetch CLI Matrix

Use these pages for direct Brandfetch CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
brandfetch.brandfetch_get_brand Read read 1 Look up a brand by its domain (e.g., "spotify.com") to retrieve logos, colors, fonts, and other brand assets. Returns the complete brand profile with all available assets.
brandfetch.brandfetch_search_brands Read read 2 Search for brands by name or domain. Returns a list of matching brands with basic info. Use the brand ID from results to fetch detailed assets like logos, colors, and fonts.
brandfetch.brandfetch_list_logos Read read 2 List all logo variants available for a brand. Returns logos in different formats (SVG, PNG), sizes, and themes (light, dark, icon).
brandfetch.brandfetch_get_logo Read read 1 Get a single logo by its ID. Returns detailed information including download URL, format, dimensions, and theme.
brandfetch.brandfetch_list_colors Read read 2 List the official brand colors (hex values) for a brand. Returns color types such as primary, secondary, accent, dark, and light.
brandfetch.brandfetch_list_fonts Read read 2 List the fonts used by a brand. Returns font families, weights, and usage context (heading, body, etc.).
brandfetch.brandfetch_get_current_user Read read 0 Get the authenticated user's Brandfetch account details, including name, email, plan, and usage information.