RoboHub Robot Catalog
RR
RoboHub Robot Catalog
/get_robot

Get robot details

Full catalog record for one robot by slug: description, specs, SDKs, use cases, pricing and links.

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

Input

FieldTypeDescription
slug*stringRobot slug as returned by search_robots (e.g. 'unitree-g1').

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

Try it

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