Developer Tools
brandcodex.org
Provides APIs to look up and retrieve brand identity information from the BrandCodex registry.
ENDPOINT 1
https://www.brandcodex.org/mcp
MCP server metadata
- Name
- BrandCodex Registry MCP Server
- Version
- 1.0.0
Known tools 9
identifyReturn MCPF identity pointers for DID, well-known endpoints, trust registry, credential URL, and MCP endpoint.
Inferred read-onlysearch_brandSearch the BrandCodex registry to check if a brand has machine-readable identity data available.
Inferred read-onlylist_brandsList all registered brands in the BrandCodex registry with slugs, names, industries, and MCP endpoints.
Inferred read-onlyget_brand_colorsGet brand color tokens with hex values, semantic roles, recommended and prohibited usage contexts.
Inferred read-onlyget_brand_typographyGet brand typography system: font families, type scales with sizes, weights, line heights, and letter spacing.
Inferred read-onlyget_brand_voiceGet brand voice and tone guidelines: core attributes, sounds-like and doesn't-sound-like descriptors.
Inferred read-onlyget_brand_logosGet logo variants with direct download URLs, usage contexts, background requirements, and file types.
Inferred read-onlycheck_color_complianceCheck if a specific hex color is part of a brand's official palette and get its usage rules.
Inferred read-onlyCONNECT 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-registry-mcp-server]
url = "https://www.brandcodex.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brandcodex-registry-mcp-server": {
"type": "http",
"url": "https://www.brandcodex.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brandcodex-registry-mcp-server
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-registry-mcp-server": {
"url": "https://www.brandcodex.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brandcodex-registry-mcp-server": {
"type": "http",
"url": "https://www.brandcodex.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brandcodex-registry-mcp-server",
"transport": "streamable-http",
"url": "https://www.brandcodex.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for brandcodex.org was fetched 2026-07-28T06:12:51.224Z and is being refreshed.
brandcodex.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.