Serversio.github.ethanjyx/openbrand
O

OpenBrand

io.github.ethanjyx/openbrand · v0.1.2
▦ npm
v0.1.2npm npm: openbrand-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ethanjyx/openbrand",
  "description": "Extract brand assets (logos, colors, backdrop images, brand name) from any website URL",
  "title": "OpenBrand",
  "repository": {
    "url": "https://github.com/ethanjyx/openbrand",
    "source": "github",
    "subfolder": "mcp"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "openbrand-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your OpenBrand API key from https://openbrand.sh/dashboard",
          "isSecret": true,
          "name": "OPENBRAND_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}