RoboHub Robot Catalog
Official5 toolsby robohub
Vendor-neutral catalog of 300+ commercial robots: search, compare specs, request vendor intros.
Search and compare specifications for 300+ commercial robots with vendor contact options.
Captured live from the server via tools/list.
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 pricing are excluded when max_price_usd is set.
Parameters (4)
- querystring
Free-text search over name, manufacturer, category, use cases and description (e.g. 'warehouse pallet AMR', 'quadruped inspection').
- categorystring
Restrict to one category.
- max_price_usdnumber
Only robots with a known price at or below this USD amount.
- limitnumber
Max results to return (default 10, max 25).
get_robot
Full catalog record for one robot by slug: description, specs, SDKs, use cases, pricing and links.
Parameters (1)
- slugstringrequired
Robot slug as returned by search_robots (e.g. 'unitree-g1').
compare_robots
Side-by-side spec comparison of two robots by slug, plus RoboHub's editorial verdict when available.
Parameters (2)
- slug_astringrequired
First robot slug.
- slug_bstringrequired
Second robot slug.
list_categories
All robot categories with counts and a few example robots each. Good first call to understand catalog coverage.
No parameters.
request_vendor_intros
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, indicative pricing and warm vendor introductions. Vendor-neutral and free for buyers. Only call this with the user's explicit consent and their real contact details.
Parameters (10)
- companystringrequired
Company name.
- contact_namestringrequired
Full name of the contact person.
- emailstringrequired
Work email address where the shortlist should be sent.
- industrystringrequired
Industry, e.g. 'logistics', 'agriculture', 'security', 'hospitality'.
- use_casestringrequired
What the robots should do, with as much operational detail as possible (environment, scale, constraints).
- budget_rangestringrequired
Approximate budget bracket in USD.
- timelinestringrequired
Deployment timeline.
- countrystring
Country of deployment (optional).
- robot_slugstring
Slug of a specific robot the user is interested in (optional).
- notesstring
Anything else relevant (optional).
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://robohub.app/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"robohub": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://robohub.app/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.