{
    "name": "BrandCodex Registry MCP Server",
    "version": "1.0.0",
    "protocol": "MCP Streamable HTTP",
    "protocolVersion": "2025-03-26",
    "description": "Central MCP server for the BrandCodex brand identity registry. Search brands, retrieve colors, typography, voice, logos, and check compliance for any registered brand.",
    "endpoint": "https://www.brandcodex.org/mcp",
    "usage": "Send POST with JSON-RPC 2.0 messages. GET returns this discovery document.",
    "tools": {
        "search_brand": "Search for a brand by name or keyword. Start here.",
        "list_brands": "List all registered brands.",
        "get_brand_identity": "Get complete brand identity package by slug.",
        "get_brand_colors": "Get color tokens with hex values and usage rules.",
        "get_brand_typography": "Get typography system (fonts, scales, weights).",
        "get_brand_voice": "Get voice and tone guidelines.",
        "get_brand_logos": "Get logo variants with absolute download URLs.",
        "check_color_compliance": "Check if a hex color is in a brand's palette."
    },
    "brands_count": 6,
    "brands": [
        {
            "slug": "algomation",
            "name": "Algomation",
            "mcp_endpoint": "https://www.brandcodex.org/brand/algomation/mcp"
        },
        {
            "slug": "brandcodex",
            "name": "BrandCodex",
            "mcp_endpoint": "https://www.brandcodex.org/brand/brandcodex/mcp"
        },
        {
            "slug": "cyberfort",
            "name": "Cyberfort",
            "mcp_endpoint": "https://www.brandcodex.org/brand/cyberfort/mcp"
        },
        {
            "slug": "neksus-ai",
            "name": "Neksus AI",
            "mcp_endpoint": "https://www.brandcodex.org/brand/neksus-ai/mcp"
        },
        {
            "slug": "pepsi",
            "name": "Pepsi",
            "mcp_endpoint": "https://www.brandcodex.org/brand/pepsi/mcp"
        },
        {
            "slug": "veritrust",
            "name": "VeriTrust",
            "mcp_endpoint": "https://www.brandcodex.org/brand/veritrust/mcp"
        }
    ],
    "mcp_config": {
        "mcpServers": {
            "brandcodex-registry": {
                "url": "https://www.brandcodex.org/mcp"
            }
        }
    }
}