Market & supply-chain intelligence for 30+ humanoid robots: viability scores, specs, pricing, deployment status. Free PUBLIC tier; one key for both REST API and MCP.
Overview
RoboSelect360 - Humanoid Robot Intelligence
The first MCP server for humanoid-robot market & supply-chain intelligence. Query 30+ humanoid robots: viability scores, specs, pricing, deployment status, and supply-chain teardowns (semiconductor / mechanical / software).
Free tier = PUBLIC data (catalogue, statuses, viability scores, robot profiles). The same free key works on both the REST API and MCP. Premium unlocks detailed BOMs and geopolitical risk profiles.
Get a free key
Get one in ~1 min at https://roboselect360.com/contact.html
Connect (Claude Desktop)
```json { "mcpServers": { "roboselect360": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp-free.roboselect360.com/sse", "--transport", "sse-only", "--header", "X-API-Key: rbs_YOUR_FREE_KEY"] } } } ```
Example queries
- "List the humanoid robots covered by RoboSelect360 with their viability scores."
- "Give me the full profile of the Unitree G1 - price, specs, status."
- "What's the dataset coverage / system status?"
Server Config
{
"mcpServers": {
"roboselect360": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-free.roboselect360.com/sse",
"--transport",
"sse-only",
"--header",
"X-API-Key: rbs_YOUR_FREE_KEY"
]
}
}
}