DLI Power Switch MCP Server
Related Servers
Alternatives to DLI Power Switch MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseCqualityDmaintenanceEnables AI agents and LLMs to control and monitor Redfish-enabled hardware through power operations, system inventory, event logs, health monitoring, sensor readings, and user account management.151-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to discover, browse, read, search, and safely write OPC UA industrial device data within controlled edge networks, with guarded two-phase writes and evidence-based root-cause diagnostics.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceProvides AI agents like Claude with secure, controlled access to network security tools like nmap for scanning private networks and lab environments. Features comprehensive safety controls, circuit breakers, and production-ready monitoring.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to control hardware devices like Arduino, Raspberry Pi, 3D printers, CNC machines, and custom robots via serial ports and HTTP. Provides tools for device discovery, command sending, sensor reading, servo control, G-code execution, and emergency stops with safety features.53 PyPIMIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to manage Dell PowerEdge servers via Dell OpenManage Enterprise (OME) REST API, providing tools for device inventory, power control, firmware updates, alert management, and compliance baselines.-
- AlicenseAqualityCmaintenanceEnables AI assistants to securely execute remote SSH commands, perform file transfers, and monitor system status through a standardized interface. It features robust security controls including command whitelisting, blacklisting, and credential isolation to prevent unauthorized operations.109 npmMIT
TDQS
Scored across 8 tools
The tools are largely distinct: switch lifecycle, outlet listing/updating, power actions, and inventory all occupy clear roles. The only mild ambiguity is between power_action and group_power_action, and sync_config_from_hardware overlaps somewhat with add_switch since add_switch also syncs configuration.
Most tools follow a verb_noun snake_case pattern like add_switch, remove_switch, list_outlets, and update_outlet. However, power_action and group_power_action are noun_noun constructions that do not follow the same pattern, creating a minor inconsistency.
Eight tools is a well-scoped set for managing DLI power switches, covering switch administration, outlet operations, power actions, inventory, and configuration sync. Each tool has a clear place and the count feels appropriate rather than bloated or thin.
The surface covers the core lifecycle: add/remove switches, list/update outlets, perform power actions, sync configuration, and read inventory. Minor gaps include no explicit switch update operation and no outlet removal, but these are not critical for the server's apparent purpose.