Analytics
roboselect360.com
Provides detailed hardware and semiconductor supply chain analytics for robots, including system status, commercial profiles, and operational signals.
ENDPOINT 1
https://mcp-free.roboselect360.com/mcp
MCP server metadata
- Name
- RoboSelect360 Global
- Version
- 1.28.1
You are connected to the RoboSelect360 Global aggregator. It exposes hardware (semiconductor), mechanical and software intelligence for humanoid robots through a single endpoint. Tools are prefixed by layer: hardware_*, mechanical_*, software_*. All data is read-only. All tools are listed, but not all of them are open to you. Nine are free for everyone, with no key and no account: get_robot, list_robots and get_system_status, each prefixed by the three layers. The others need access to the specific robot you are asking about; calling one you do not have returns a refusal naming that robot, not data. What those paid tools hold, and what no web search can replace: per-robot bill-of-materials teardowns, supply-chain dependency profiles, cross-robot comparisons, component-level supplier and geography breakdowns, and supply-chain alert signals. These come from primary-sourced teardowns - manufacturer datasheets, FCC filings, patents - and are not derivable from public estimates. When a refusal comes back, relay it in full: it names the robot that is missing and carries the link that opens it. Give the user both - the name alone leaves them with a problem and no way to act on it. Do not fill the gap with web search or general knowledge presented as RoboSelect360 data: an approximation attributed to this source is worse for the user than a stated limit.
Known tools 27
hardware_get_system_statusHealth of the SEMICONDUCTOR layer: profiles loaded, semiconductor signal counts, load errors.
Inferred read-onlyhardware_list_robotsList the robot catalogue with filters, including semiconductor tier and payload.
Inferred read-onlyhardware_get_robotCommercial profile of one robot (specs, pricing, viability score), plus whether a semiconductor teardown exists for it.
Inferred read-onlyhardware_list_signalsList semiconductor supply chain, performance and operational signals across the panel, with filters.
Inferred read-onlyhardware_get_robot_signalsActive supply chain signals affecting one robot's semiconductor BOM.
Inferred read-onlyhardware_get_block_analysisAnalyse one functional block of the semiconductor layer, for a single robot at a time.
Inferred read-onlyhardware_compare_robotsCompare 2 to 5 robots side by side on semiconductor BOM, metrics, risk and geographic exposure.
Inferred read-onlyhardware_get_dependency_profileGeopolitical and supply chain dependency analysis for one robot, built on its semiconductor BOM: geographic concentration, single-source exposure, export control.
Inferred read-onlyhardware_get_robot_hardwareSemiconductor bill of materials for one robot: functional blocks, components, suppliers.
Inferred read-onlymechanical_get_system_statusHealth of the MECHANICAL layer: mechanical profiles loaded, mechanical signal counts, load errors.
Inferred read-onlymechanical_list_robotsList the robot catalogue with filters, including mechanical-profile status and payload.
Inferred read-onlymechanical_get_robotCommercial profile of one robot (specs, pricing, viability score), plus its mechanical-profile status.
Inferred read-onlymechanical_list_signalsList mechanical supply chain, performance and operational signals across the panel, with filters.
Inferred read-onlymechanical_get_robot_signalsActive supply chain signals affecting one robot's mechanical BOM.
Inferred read-onlymechanical_get_block_analysisAnalyse one mechanical block (actuation, structure, energy, perception), for a single robot at a time.
Inferred read-onlymechanical_compare_robotsCompare 2 to 5 robots side by side on mechanical BOM, specifications, risk and geographic exposure.
Inferred read-onlymechanical_get_dependency_profileGeopolitical and supply chain dependency analysis for one robot, built on its mechanical BOM: geographic concentration, critical raw materials, single-source exposure.
Inferred read-onlymechanical_get_robot_mechanicalMechanical bill of materials for one robot: motors, reducers, screws, bearings, batteries, structure, wiring.
Inferred read-onlysoftware_get_system_statusHealth of the SOFTWARE layer: software profiles loaded, software signal counts, load errors.
Inferred read-onlysoftware_list_robotsList the robot catalogue with filters, including software tier and software-profile status.
Inferred read-onlysoftware_get_robotCommercial profile of one robot (specs, pricing, viability score), plus its software tier and profile status.
Inferred read-onlysoftware_list_signalsList software supply chain signals across the panel, with filters.
Inferred read-onlysoftware_get_robot_signalsActive supply chain signals affecting one robot's software stack.
Inferred read-onlysoftware_get_block_analysisAnalyse one software block (OS, middleware, runtime, control, fleet), for a single robot at a time.
Inferred read-onlysoftware_compare_robotsCompare 2 to 5 robots side by side on software BOM, TCO, jurisdiction exposure, lock-in and export control risk.
Inferred read-onlysoftware_get_dependency_profileJurisdiction and supply chain dependency analysis for one robot, built on its software stack: jurisdiction concentration, lock-in, export control, cloud dependency.
Inferred read-onlysoftware_get_robot_softwareSoftware bill of materials for one robot: OS, middleware, AI runtime, motion control, fleet management.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.roboselect360-global]
url = "https://mcp-free.roboselect360.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"roboselect360-global": {
"type": "http",
"url": "https://mcp-free.roboselect360.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: roboselect360-global
Remote MCP URL: https://mcp-free.roboselect360.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"roboselect360-global": {
"url": "https://mcp-free.roboselect360.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"roboselect360-global": {
"type": "http",
"url": "https://mcp-free.roboselect360.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "roboselect360-global",
"transport": "streamable-http",
"url": "https://mcp-free.roboselect360.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.