R
RoboParts 机器人零部件兼容性
/bom_compatibility_check
bom compatibility check
对一组零部件(BOM,物料清单)做两两兼容性矩阵。输入已有条目 ID(可含开源贡献层 OSS-xxx),返回每个组合在 protocol/electrical/mechanical/software 四维的判定与理由。判定基于厂商公开声明字段的规则推断而非实测;未声明维度记为无法判定,不会为了填满矩阵而编造结论。返回的
liveverifiedunknown~5s typical
mcpprobedroboparts机器人零部件兼容性
$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-cc-roboparts-roboparts /bom_compatibility_check for me.
Input
| Field | Type | Description |
|---|---|---|
| component_ids* | array | 待校验的零件 ID 列表,如 ["ACT-001","SENS-001","PROTO-012"]。ID 必须真实存在:先用 search_components 取得,不要自行拼造 |
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-cc-roboparts-roboparts","endpoint":"/bom_compatibility_check","input":{"component_ids":[]}}'cli
npx cracked-ai run -p mcp-cc-roboparts-roboparts -e /bom_compatibility_check -i '{"component_ids":[]}'mcp
run_tool({ provider: "mcp-cc-roboparts-roboparts", endpoint: "/bom_compatibility_check", input: {"component_ids":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.