RR
RoboHub Robot Catalog
/compare_robots
Compare two robots
Side-by-side spec comparison of two robots by slug, plus RoboHub's editorial verdict when available.
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 /compare_robots for me.
Input
| Field | Type | Description |
|---|---|---|
| slug_a* | string | First robot slug. |
| slug_b* | string | Second robot slug. |
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":"/compare_robots","input":{"slug_a":"...","slug_b":"..."}}'cli
npx cracked-ai run -p mcp-app-robohub-robohub -e /compare_robots -i '{"slug_a":"...","slug_b":"..."}'mcp
run_tool({ provider: "mcp-app-robohub-robohub", endpoint: "/compare_robots", input: {"slug_a":"...","slug_b":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.