Control USB relay devices over serial for listing, switching, and renaming.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "usb-relay" yet — see the docs or source repo.
List all currently connected USB relay devices and return each relay's name and status.
A list of connected relays with device identifiers, names, and on/off states.
Turn on the relay named "pump-1"; if it is already on, return the current state before acting.
The tool reports the before-and-after state and confirms the relay was turned on successfully.
Rename the relay "relay-2" to "lab-fan" and return the updated device list.
The tool confirms the rename and shows the updated relay list with the new name.
Communicate with embedded and IoT devices over serial for debugging and control.
Let AI connect to and control serial devices through MCP tools.
Let AI read, control, and debug microcontrollers over serial connections.
Access RS232 serial ports via MCP for listing, opening, reading, and writing.
Control compatible boards over Bluetooth serial for motors, IO, and sensors.
Let AI poll device serial output without blocking long-running monitoring tasks.