Optimly MCP
Brand Lookup
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.
brand_lookup · Free · Authentication required
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.
When to use
Use when a conversation names a specific brand and you need its current registry profile.
Access
All authenticated brand accounts
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. |
Example prompt
Look up Stripe in the Optimly Brand Trust Registry.
Example request
{
"slug": "stripe"
}