Authentication
The Brandfetch MCP server uses OAuth. When you add the server, your MCP client opens a browser window where you sign in with your Brandfetch account. If you don’t have an account yet, sign up for free; the free plan includes 100 requests per month.My client doesn't support OAuth
My client doesn't support OAuth
If your MCP client doesn’t support OAuth, or you’re running in a non-interactive environment (CI, scripted agents), you can generate an MCP token in the Keys and MCP section of the Developer Dashboard and send it as a bearer token:Treat the token like a password — don’t share or commit it.
Setup
- Claude
- Claude Code
- VS Code
- Codex
- Cursor
- Windsurf
In Claude Desktop or claude.ai, go to Settings → Connectors → Add custom connector and enter:
- Name:
Brandfetch - URL:
https://mcp.brandfetch.io/mcp
Available tools
| Tool | Description |
|---|---|
brand_search | Search for brands by name — useful when the domain is unknown or ambiguous. |
get_brand | Retrieve full brand data (logos, colors, fonts, company info) by domain, ticker, ISIN, or crypto symbol. |
get_brand_context | Get LLM-ready brand context for a domain — voice, audience, positioning, and style. Use when generating content or reasoning about brand fit. |
enrich_transaction | Identify a merchant brand from a raw credit card or bank statement string. |
build_logo_urls | Construct Brandfetch CDN logo URLs for one or more brands without making an API call. |