Brandfetch MCP Server

The official Model Context Protocol server for Brandfetch. It gives AI assistants access to brand search, company data, logos and design assets, and LLM-ready brand context from the Brandfetch API. Its 7 documented tools cluster into read & search, brand, enrich, build. It is available as a remote MCP endpoint.

Teams that want a hosted design endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 9 · #61 OF 74 MAINTAINED DESIGN · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Brandfetch

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add brandfetch-brandfetch-mcp-server --transport http https://mcp.brandfetch.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "brandfetch-brandfetch-mcp-server": {
      "url": "https://mcp.brandfetch.io/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.brandfetch.io/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.brandfetch.io

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repo age created 2026-07-03 - young repo, little track record yet

license MIT - declared in the repository

registry vendor namespace io.brandfetch - domain-verified with the official MCP registry

03 · What Brandfetch can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search for brands by name using Brandfetch's search index, fetch a Brandfetch CDN asset (logo, icon, symbol, image) as base64, and report bugs, wrong or stale brand data, or missing capabilities to Brandfetch.

Capability map

Tools grouped from the project's README - what Brandfetch lets an agent do.

read & search

3 tools - e.g. Look up full brand data by domain, stock ticker, ISIN, or crypto symbol.; Get LLM-ready brand context for a domain - voice, audience, positioning, style.; Fetch a Brandfetch CDN asset (logo, icon, symbol…

get_brand · get_brand_context · get_asset_base64

Brand

1 tool - e.g. Search for brands by name using Brandfetch's search index.

brand_search

Enrich

1 tool - e.g. Identify a merchant brand from a credit-card or bank-statement string.

enrich_transaction

Build

1 tool - e.g. Construct Brandfetch Logo CDN URLs for one or more brands (no API call).

build_logo_urls

run & execute

1 tool - e.g. Report bugs, wrong or stale brand data, or missing capabilities to Brandfetch.

send_feedback

Latest releases

v1.2.2 · 2026-08-20

Improve quota exhaustion messaging

v1.2.1 · 2026-08-20

Increase incentive to use the feedback tool

v1.2.0 · 2026-08-06

Integrates a new tool to collect usage feedback

04 · Who maintains Brandfetch

Brandfetch is maintained by brandfetch. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
design - ranked #61 of 74 actively-maintained design servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-20)
registry
io.brandfetch/brandfetch (active, first published 2026-06-18 · 6 versions)

06 · Brandfetch FAQ

Is Brandfetch still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20 and it shipped 6 releases in the last 90 days. We re-verify nightly.

What can Brandfetch do?

With this server connected, an agent can search for brands by name using Brandfetch's search index, fetch a Brandfetch CDN asset (logo, icon, symbol, image) as base64, and report bugs, wrong or stale brand data, or missing capabilities to Brandfetch.

How do I install Brandfetch?

Run `claude mcp add brandfetch-brandfetch-mcp-serv --transport http https://mcp.brandfetch.io/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Brandfetch require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Brandfetch