← roboselect360.com

INDIVIDUAL MCP TOOL

software_list_robots

List the robot catalogue with filters, including software tier and software-profile status.

roboselect360.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp-free.roboselect360.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for software_list_robots and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

roboselect360.com

CONNECT 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.

Related tools

  • hardware_get_system_status — Health of the SEMICONDUCTOR layer: profiles loaded, semiconductor signal counts, load errors.
  • hardware_list_robots — List the robot catalogue with filters, including semiconductor tier and payload.
  • hardware_get_robot — Commercial profile of one robot (specs, pricing, viability score), plus whether a semiconductor teardown exists for it.
  • hardware_list_signals — List semiconductor supply chain, performance and operational signals across the panel, with filters.
  • hardware_get_robot_signals — Active supply chain signals affecting one robot's semiconductor BOM.
  • hardware_get_block_analysis — Analyse one functional block of the semiconductor layer, for a single robot at a time.
  • hardware_compare_robots — Compare 2 to 5 robots side by side on semiconductor BOM, metrics, risk and geographic exposure.
  • hardware_get_dependency_profile — Geopolitical and supply chain dependency analysis for one robot, built on its semiconductor BOM: geographic concentration, single-source exposure, export control.