We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience and analyze website traffic. By clicking “Accept,” you agree to our website's cookie use as described in our Cookie Policy. You can change your cookie settings at any time by clicking “Preferences.”
    OptimlyDeveloper Docs

    Optimly developers

    Brand Lookup

    In short

    Look up a brand in the Optimly Brand Trust Registry by name or slug. Returns its public registry identity, BAI tier, archetype, category, and profile URL.

    Product:
    Optimly
    brand_lookupFreeAuthentication required

    When to use

    Use when a conversation names a specific brand and you need its current registry profile.

    Parameters

    Parameter Type Required Description
    slug string No Exact brand slug; preferred when known.
    name string No Brand name for fuzzy matching.
    category string No Optional category filter.

    Try this in your MCP client

    Look up Stripe in the Optimly Brand Trust Registry.

    Example request

    {
      "slug": "stripe"
    }

    Related tools

    Need help? Contact [email protected].