OpenBrand extracts brand assets such as logos, colors, and backdrops from any website URL via an API or as an MCP server tool.
From the registry: Extract brand assets (logos, colors, backdrop images, brand name) from any website URL
Please install the `openbrand` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **OpenBrand API key** — Sign up at openbrand.sh/dashboard for a free API key. (https://openbrand.sh/dashboard)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","openbrand-mcp"]
- required environment variables:
- `OPENBRAND_API_KEY`: Your OpenBrand API key. (example: `<your-api-key>`)
Note: Extracts brand assets (logo, colors, backdrops, name) from any URL.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.OPENBRAND_API_KEYrequiredAPI key required to authenticate requests to the OpenBrand API.