catalog
C
catalog
/view_bom

View a bill of materials (interactive)

Composes the BOM for a reference build and renders it as an interactive view in clients that support MCP Apps. Same data as build_bom.

liveverifiedunknown~5s typical
mcpprobedcatalog
$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-ai-partsgraph-catalog /view_bom for me.

Input

FieldTypeDescription
build_id*string2wd-robot, weather-station or plant-waterer
choicesobject

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-ai-partsgraph-catalog","endpoint":"/view_bom","input":{"build_id":"..."}}'
cli
npx cracked-ai run -p mcp-ai-partsgraph-catalog -e /view_bom -i '{"build_id":"..."}'
mcp
run_tool({ provider: "mcp-ai-partsgraph-catalog", endpoint: "/view_bom", input: {"build_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.