B
brands
/get_retailer_brands
get retailer brands
Get all brands a retailer is authorized to sell, sorted by brand name. Each entry includes the partnership_date (when the retailer became authorized for that br
liveverifiedunknown~5s typical
mcpprobedbrands
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-by-authorized-brands /get_retailer_brands for me.
Input
| Field | Type | Description |
|---|---|---|
| id_or_alias* | string | Retailer numeric ID or alias. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-by-authorized-brands","endpoint":"/get_retailer_brands","input":{"id_or_alias":"..."}}'cli
npx cracked-ai run -p mcp-by-authorized-brands -e /get_retailer_brands -i '{"id_or_alias":"..."}'mcp
run_tool({ provider: "mcp-by-authorized-brands", endpoint: "/get_retailer_brands", input: {"id_or_alias":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.