RoboParts 机器人零部件兼容性
R
RoboParts 机器人零部件兼容性
/search_components

search components

搜索机器人零部件。可按品类、关键词筛选,返回匹配条目的摘要(id/name/category/manufacturer/关键规格/证据等级)。覆盖执行器、传感器、芯片、通信协议、接口、机器人平台、具身智能模型等 10 个品类。库存实时口径(总数/可选型/已隔离)见 initialize 的 instructions 或

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 /search_components for me.

Input

FieldTypeDescription
categorystring (actuators | sensors | chips | protocols | platforms | llms)品类精确筛选,取值必须来自 enum(严格相等,不做别名映射:传 "actuator"、"电机" 均返回空)。不传则跨全部 10 个品类检索。注意品类与 ID 前缀不是一一对应的,
keywordstring关键词,对 name / name_en / manufacturer / type / protocol / interface / description 七个字段做大小写不敏
limitnumber返回条数上限,默认 10,最大 50(超出按 50 截断)。 default 10
include_market_intelligenceboolean默认 false。库内另有 3 条市场情报条目(专利地图/咨询报告/趋势条目),它们不是可采购零件,默认不返回;仅在你确实想查行业研究材料时设为 true。 default false

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":"/search_components","input":{"limit":10,"include_market_intelligence":false}}'
cli
npx cracked-ai run -p mcp-cc-roboparts-roboparts -e /search_components -i '{"limit":10,"include_market_intelligence":false}'
mcp
run_tool({ provider: "mcp-cc-roboparts-roboparts", endpoint: "/search_components", input: {"limit":10,"include_market_intelligence":false} })

Try it

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