Skip to main content
ClaudeWave
Brandfetch avatar
Brandfetch

brandfetch-mcp-server

Ver en GitHub

🔥 Official code of the Brandfetch MCP Server - Provides access to all the API products from Brandfetch.

MCP ServersRegistry oficial8 estrellas1 forksPythonMITActualizado 3d ago
Install in Claude Code / Claude Desktop
Method: UVX (Python) · brandfetch-mcp-server
Claude Code CLI
claude mcp add brandfetch -- uvx brandfetch-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "brandfetch": {
      "command": "uvx",
      "args": ["brandfetch-mcp-server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/Brandfetch/brandfetch-mcp-server and follow its README.
Casos de uso

Resumen de MCP Servers

# Brandfetch MCP Server

The official [Model Context Protocol](https://modelcontextprotocol.io) server for
[Brandfetch](https://brandfetch.com). It gives AI assistants access to brand
search, company data, logos and design assets, and LLM-ready brand context from
the Brandfetch API.

Full documentation: **https://docs.brandfetch.com/mcp/overview**

## Tools

| Tool                 | Description                                                                     |
| -------------------- | ------------------------------------------------------------------------------- |
| `brand_search`       | Search for brands by name using Brandfetch's search index.                      |
| `get_brand`          | Look up full brand data by domain, stock ticker, ISIN, or crypto symbol.        |
| `enrich_transaction` | Identify a merchant brand from a credit-card or bank-statement string.          |
| `get_brand_context`  | Get LLM-ready brand context for a domain — voice, audience, positioning, style. |
| `build_logo_urls`    | Construct Brandfetch Logo CDN URLs for one or more brands (no API call).        |
| `get_asset_base64`   | Fetch a Brandfetch CDN asset (logo, icon, symbol, image) as base64.             |

## Quick start (hosted server)

The easiest way to use this server is to connect to the Brandfetch-hosted
endpoint — no install, no infrastructure:

```
https://mcp.brandfetch.io/mcp
```

Authentication uses a Brandfetch MCP token (a `bf1.` bearer token). Generate one
from the **Keys and MCP** page in the
[Brandfetch dashboard](https://developers.brandfetch.com), or connect via OAuth
from a client that supports it.

### Claude Desktop / Claude Code

```json
{
  "mcpServers": {
    "brandfetch": {
      "type": "http",
      "url": "https://mcp.brandfetch.io/mcp",
      "headers": {
        "Authorization": "Bearer bf1.YOUR_TOKEN"
      }
    }
  }
}
```

### Cursor

Add to `~/.cursor/mcp.json` (or the project `.cursor/mcp.json`):

```json
{
  "mcpServers": {
    "brandfetch": {
      "url": "https://mcp.brandfetch.io/mcp",
      "headers": {
        "Authorization": "Bearer bf1.YOUR_TOKEN"
      }
    }
  }
}
```

Clients that support OAuth can instead point at `https://mcp.brandfetch.io/mcp`
with no token and complete the authorization flow in the browser.

## Self-hosting

This is an HTTP (streamable-http) MCP server built with
[FastMCP](https://github.com/jlowin/fastmcp). You can run your own instance with
Docker.

```bash
docker build -t brandfetch-mcp-server .
docker run --rm -p 8080:8080 brandfetch-mcp-server
```

The server then listens on `http://localhost:8080/mcp`. Point your MCP client at
that URL and send your Brandfetch credentials as a `Bearer` token.

> The `Dockerfile` bundles the [AWS Lambda Web Adapter](https://github.com/awslabs/aws-lambda-web-adapter)
> and a few `AWS_LWA_*` environment variables. These are inert outside of AWS
> Lambda and can be ignored (or removed) for a plain container/host deployment.

### Running without Docker

```bash
uv sync
uv run uvicorn src.main:app --host 0.0.0.0 --port 8080
```

## Development

Requires [uv](https://docs.astral.sh/uv/) and Python 3.11.

```bash
uv sync                 # install dependencies
uv run pytest           # run the tests
uv run ruff check .     # lint
uv run ruff format .    # format
```

## License

[MIT](./LICENSE)

Lo que la gente pregunta sobre brandfetch-mcp-server

¿Qué es Brandfetch/brandfetch-mcp-server?

+

Brandfetch/brandfetch-mcp-server es mcp servers para el ecosistema de Claude AI. 🔥 Official code of the Brandfetch MCP Server - Provides access to all the API products from Brandfetch. Tiene 8 estrellas en GitHub y se actualizó por última vez 3d ago.

¿Cómo se instala brandfetch-mcp-server?

+

Puedes instalar brandfetch-mcp-server clonando el repositorio (https://github.com/Brandfetch/brandfetch-mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Brandfetch/brandfetch-mcp-server?

+

Brandfetch/brandfetch-mcp-server aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene Brandfetch/brandfetch-mcp-server?

+

Brandfetch/brandfetch-mcp-server es mantenido por Brandfetch. La última actividad registrada en GitHub es de 3d ago, con 0 issues abiertos.

¿Hay alternativas a brandfetch-mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega brandfetch-mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Brandfetch/brandfetch-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/brandfetch-brandfetch-mcp-server)](https://claudewave.com/repo/brandfetch-brandfetch-mcp-server)
<a href="https://claudewave.com/repo/brandfetch-brandfetch-mcp-server"><img src="https://claudewave.com/api/badge/brandfetch-brandfetch-mcp-server" alt="Featured on ClaudeWave: Brandfetch/brandfetch-mcp-server" width="320" height="64" /></a>

Más MCP Servers

Alternativas a brandfetch-mcp-server