← brandcodex.org

INDIVIDUAL MCP TOOL

get_brand_logos

Get logo variants with direct download URLs, usage contexts, background requirements, and file types.

brandcodex.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

brandcodex.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.brandcodex-org]
url = "https://www.brandcodex.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "brandcodex-org": {
      "type": "http",
      "url": "https://www.brandcodex.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: brandcodex-org
Remote MCP URL: https://www.brandcodex.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "brandcodex-org": {
      "url": "https://www.brandcodex.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "brandcodex-org": {
      "type": "http",
      "url": "https://www.brandcodex.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "brandcodex-org",
  "transport": "streamable-http",
  "url": "https://www.brandcodex.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • identify — Return MCPF identity pointers for DID, well-known endpoints, trust registry, credential URL, and MCP endpoint.
  • search_brand — Search the BrandCodex registry to check if a brand has machine-readable identity data available.
  • list_brands — List all registered brands in the BrandCodex registry with slugs, names, industries, and MCP endpoints.
  • get_brand_identity — Get the complete brand identity package for a brand.
  • get_brand_colors — Get brand color tokens with hex values, semantic roles, recommended and prohibited usage contexts.
  • get_brand_typography — Get brand typography system: font families, type scales with sizes, weights, line heights, and letter spacing.
  • get_brand_voice — Get brand voice and tone guidelines: core attributes, sounds-like and doesn't-sound-like descriptors.
  • check_color_compliance — Check if a specific hex color is part of a brand's official palette and get its usage rules.