- Roboselect360 Humanoid Robot Intelligence
Roboselect360 Humanoid Robot Intelligence
RoboSelect360 - Humanoid Robot Intelligence
An independent 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/en/contact.html
Connect (Claude Desktop)
```json { "mcpServers": { "roboselect360": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp-free.roboselect360.com/mcp", "--header", "X-API-Key: rbs_YOUR_FREE_KEY"] } } } ```
**Windows (Claude Desktop): use "command": "cmd" and prepend "/c" to the args: "args": ["/c", "npx", "-y", "mcp-remote", "https://mcp-free.roboselect360.com/mcp", "--header", "X-API-Key: rbs_YOUR_FREE_KEY"]
Tools (free / PUBLIC)
*_get_system_status- dataset coverage & data freshness*_list_robots- the 30+ humanoid robots, with viability scores*_get_robot- full profile of a robot (specs, viability, status)
Prefixes hardware_, mechanical_, software_ = one set per layer (9 public tools). Premium adds RESTRICTED/CONFIDENTIAL tools: full BOM teardowns + supply-chain dependency.
Or query the REST API (same free key)
```bash curl -H "X-API-Key: rbs_YOUR_FREE_KEY" https://api.roboselect360.com/robots ```
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?"
服务器配置
{
"mcpServers": {
"roboselect360": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-free.roboselect360.com/mcp",
"--header",
"X-API-Key: rbs_YOUR_FREE_KEY"
]
}
}
}