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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Brandfetch CLIHeadless setup and direct function calls. Brandfetch MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Brandfetch MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Brandfetch.
Claude Code Brandfetch MCP setup for Claude Code. Cursor Brandfetch MCP setup for Cursor. Codex Brandfetch MCP setup for Codex. OpenAI Agents Brandfetch MCP setup for OpenAI Agents SDK. Claude Agent SDK Brandfetch MCP setup for Claude Agent SDK. Vercel AI SDK Brandfetch MCP setup for Vercel AI SDK. LangChain Brandfetch MCP setup for LangChain. LangGraph Brandfetch MCP setup for LangGraph. CrewAI Brandfetch MCP setup for CrewAI. MCP clients Brandfetch MCP setup for Generic MCP Clients.
Brandfetch CLI Matrix
Use these pages for direct Brandfetch CLI workflows in scripts, CI, cron, and agent wrappers.
CI Brandfetch CLI for CI. Cron Jobs Brandfetch CLI for cron jobs. Shell Scripts Brandfetch CLI for shell scripts. Headless Automation Brandfetch CLI for headless automation. Coding Agents Brandfetch CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |