RR
RoboHub Robot Catalog
/request_vendor_intros
Request vendor introductions
Submit a B2B sourcing request to RoboHub on behalf of the user. Within 48 hours RoboHub replies by email with a free shortlist of 2-4 matching robots, indicativ
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 /request_vendor_intros for me.
Input
| Field | Type | Description |
|---|---|---|
| company* | string | Company name. |
| contact_name* | string | Full name of the contact person. |
| email* | string | Work email address where the shortlist should be sent. |
| industry* | string | Industry, e.g. 'logistics', 'agriculture', 'security', 'hospitality'. |
| use_case* | string | What the robots should do, with as much operational detail as possible (environment, scale |
| budget_range* | string (under-25k | 25-100k | 100-500k | 500k-2m | above-2m | exploring) | Approximate budget bracket in USD. |
| timeline* | string (immediate | 3-months | 6-months | 12-months | exploring) | Deployment timeline. |
| country | string | Country of deployment (optional). |
| robot_slug | string | Slug of a specific robot the user is interested in (optional). |
| notes | string | Anything else relevant (optional). |
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":"/request_vendor_intros","input":{"company":"...","contact_name":"...","email":"...","industry":"...","use_case":"...","budget_range":"under-25k","timeline":"immediate"}}'cli
npx cracked-ai run -p mcp-app-robohub-robohub -e /request_vendor_intros -i '{"company":"...","contact_name":"...","email":"...","industry":"...","use_case":"...","budget_range":"under-25k","timeline":"immediate"}'mcp
run_tool({ provider: "mcp-app-robohub-robohub", endpoint: "/request_vendor_intros", input: {"company":"...","contact_name":"...","email":"...","industry":"...","use_case":"...","budget_range":"under-25k","timeline":"immediate"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.