RoboHub Robot Catalog
RR
RoboHub Robot Catalog
/search_robots

Search robots

Search RoboHub's catalog of commercial robots by free-text query and optional filters. Returns compact summaries with catalog URLs. Note: robots with unknown pr

liveverifiedunknown~5s typical
mcpprobedrobohubrobotcatalog
$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-app-robohub-robohub /search_robots for me.

Input

FieldTypeDescription
querystringFree-text search over name, manufacturer, category, use cases and description (e.g. 'wareh
categorystring (humanoid | quadruped | industrial | drone | home | educational)Restrict to one category.
max_price_usdnumberOnly robots with a known price at or below this USD amount.
limitnumberMax results to return (default 10, max 25).

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-app-robohub-robohub","endpoint":"/search_robots","input":{}}'
cli
npx cracked-ai run -p mcp-app-robohub-robohub -e /search_robots -i '{}'
mcp
run_tool({ provider: "mcp-app-robohub-robohub", endpoint: "/search_robots", input: {} })

Try it

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