B
brands
/get_brand
get brand
Get the full profile for a specific brand: categories, website, headquarters country and description.
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 for me.
Input
| Field | Type | Description |
|---|---|---|
| id_or_alias* | string | Brand numeric ID or alias, e.g. 'deuter' or '16709'. |
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","input":{"id_or_alias":"..."}}'cli
npx cracked-ai run -p mcp-by-authorized-brands -e /get_brand -i '{"id_or_alias":"..."}'mcp
run_tool({ provider: "mcp-by-authorized-brands", endpoint: "/get_brand", input: {"id_or_alias":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.