1
Static-hosted demo note. This Hostinger-ready build does not include a runnable MCP server process.
The snippet below is left as a reference template only. You would need to host a real MCP runtime elsewhere to make it live.
Loading…
After saving mcp.json, reload VS Code's MCP servers
(Ctrl+Shift+P → MCP: List Servers).
2
Test the REST API the MCP server calls.
Not tested
Available MCP Tools
These are the tools an AI will see. Good descriptions let models reason about the demo device topology without extra prompting.
Loading…
Example AI Workflows
Turn off a demo terminal load
list_devices("Demo Bay B")— finddemo_apc_bget_outlet_names("demo_apc_b")— find a named loadcontrol_apc_outlet("demo_apc_b", N, "off")
Set a relay output
list_devices("Demo Bay A")— finddemo_relay_aget_device_status("demo_relay_a")— find a relay labelcontrol_relay("demo_relay_a", 1, "on")
Check what groups exist
list_labs()— returns all demo groups with device inventory
Rename a power outlet
list_devices("Demo Bay A")— identify the power unitget_outlet_names("demo_apc_a")send_device_command("demo_apc_a", "set_outlet_name", ...)