B
brands
/get_brand_retailers
get brand retailers
Get all retailers authorized by a brand, sorted by subscription plan (PREMIUM → START → FREE) then by brand-connection count descending. Each retailer includes
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_brand_retailers for me.
Input
| Field | Type | Description |
|---|---|---|
| id_or_alias* | string | Brand 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_brand_retailers","input":{"id_or_alias":"..."}}'cli
npx cracked-ai run -p mcp-by-authorized-brands -e /get_brand_retailers -i '{"id_or_alias":"..."}'mcp
run_tool({ provider: "mcp-by-authorized-brands", endpoint: "/get_brand_retailers", input: {"id_or_alias":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.