B
Bonizu
/get_product
get product
Get full details of a single Bonizu catalog product by UUID (from search_bonizu_catalog or list results). Returns structured fields plus a tracked affiliate_url
liveverifiedunknown~5s typical
mcpprobedbonizu
$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-com-bonizu-mcp /get_product for me.
Input
| Field | Type | Description |
|---|---|---|
| product_id* | string | Product UUID from a prior search_bonizu_catalog or compare_bonizu_products result. |
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-com-bonizu-mcp","endpoint":"/get_product","input":{"product_id":"..."}}'cli
npx cracked-ai run -p mcp-com-bonizu-mcp -e /get_product -i '{"product_id":"..."}'mcp
run_tool({ provider: "mcp-com-bonizu-mcp", endpoint: "/get_product", input: {"product_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.