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 requiredWhen 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].
