Home Controller (winsthuang/home-controller) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 49 tools. No publisher has claimed this listing.
A unified smart home automation system that enables control and monitoring of Miele appliances, LG ThinQ devices, HUUM saunas, and Phyn water monitors through Claude using the Model Context Protocol.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
winsthuang
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
get_devicesGet all A.O. Smith water heaters linked to your iComm account
get_device_statusGet detailed status of a specific water heater (temperature, mode, online status)
set_temperatureSet the target water temperature (95-140°F)
set_modeChange the water heater operation mode
get_energy_usageGet energy consumption data for a water heater
get_sauna_statusGet current status of the HUUM sauna (temperature, heater state, etc.)
start_saunaStart the sauna and set target temperature (40-110°C)
stop_saunaStop/turn off the sauna
toggle_lightToggle the sauna light on/off
device_actionPerform an action on a Miele device (start, stop, pause, etc.)
get_temperature_settingsGet current temperature settings and available ranges for a refrigerator or freezer
get_consumptionGet water consumption data for a device. Duration format: YYYY/MM/DD for daily, YYYY/MM for monthly, YYYY for yearly
shutoff_valveOpen or close the water shutoff valve (Phyn Plus only)
get_current_scheduleGet the currently active schedule on a controller (which zone is watering and how long is left). Returns an empty object if nothing is running.
get_zonesList all zones for a specific controller, with their numbers, names, and enabled state.
get_zoneGet detailed info for a single Rachio zone.
start_zoneStart watering a single zone for the given number of minutes (1–180).
start_multiple_zonesQueue multiple zones to run sequentially. Each item is { zone_id, minutes, sortOrder }.
stop_waterImmediately stop any active watering on the given controller.
set_rain_delayPause all schedules on the controller for the given duration (in seconds, max 604800 = 7 days). Use 0 to clear the delay.
set_device_enabledTurn the controller standby on or off. When disabled, schedules will not run.
set_zone_enabledEnable or disable a single zone (excludes/includes it from schedules).
get_schedule_ruleGet details for a single schedule rule by id.
start_scheduleManually trigger a schedule rule to run now.
skip_scheduleSkip the next occurrence of a schedule rule.
get_forecastGet the weather forecast for the controller location.
get_eventsGet the controller event log between two timestamps (Unix epoch ms). Default range is the last 7 days.
sync_all_locksRefresh and get current status of all locks
lock_doorLock a specific door
unlock_doorUnlock a specific door
pull_springPull spring (for locks with auto-pull disabled)
get_operation_statusCheck the status of an async lock/unlock operation
get_activity_logGet recent activity history for a lock
get_ventilation_statusGet current ventilation sensor data (airflow, temperatures, humidities, CO2, filter status)
get_ventilation_modeGet current ventilation mode settings (fan speed, temperature profile, setpoint)
set_fan_speedSet ventilation fan speed (0=Away, 1=Low, 2=Medium, 3=High)
set_temp_profileSet temperature profile (0=Comfort, 1=Eco, 2=Warm)
set_temp_setpointSet temperature setpoint in °C (e.g. 21.5)
set_boost_modeEnable or disable boost/party mode
set_away_modeEnable or disable away mode
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`
axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge
Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig
AOSMITH_EMAILyour_email@example.comAOSMITH_PASSWORDyour_password_hereGMAIL_APP_PASSWORDxxxx-xxxx-xxxx-xxxxGMAIL_USERyour-email@gmail.comHUUM_PASSWORDyour_password_hereHUUM_USERNAMEyour_email@example.comMIELE_ACCESS_TOKENMIELE_API_BASE_URLMIELE_CLIENT_IDyour_client_id_hereMIELE_CLIENT_SECRETyour_client_secret_herePHYN_API_KEYE7nfOgW6VI64fYpifiZSr6Me5w1Upe155zbu4lq8PHYN_PASSWORDyour_password_herePHYN_USERNAMEyour_email@example.comRACHIO_API_KEYyour_api_key_hereREPORT_RECIPIENTrecipient@email.comTEDEE_API_KEYyour_personal_access_key_hereTESLA_ACCESS_TOKENTESLA_CLIENT_IDyour_client_id_hereTESLA_CLIENT_SECRETyour_client_secret_hereTESLA_ENERGY_SITE_IDTESLA_REFRESH_TOKENTESLA_TOKEN_EXPIRYTHINQ_COUNTRYexport =$(grep THINQ_COUNTRY .env cut -d= -f2)THINQ_PATyour_personal_access_token_hereZEHNDER_HOSTZEHNDER_PORTZEHNDER_SLAVE_IDTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
49/49 tools missing one or more hints — get_devices (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_device_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); set_temperature (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +46 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Production dependencies are patched
0 critical, 14 high severity in production deps — @modelcontextprotocol/sdk@1.25.1 (high), @modelcontextprotocol/sdk@1.25.1 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/winsthuang/home-controller)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check