Retrieve Home Assistant integration config entries with pagination and filtering; for a specific entry, get options, schema, diagnostics, and subentries.
Retrieve Home Assistant device info with pagination and filters by area, integration, or manufacturer. Look up devices by device/entity ID, including Zigbee, Z-Wave, and Matter details.
Retrieve Home Assistant system health, including repairs, Zigbee/Z-Wave/Thread/Matter network summaries, and per-integration diagnostics dumps for troubleshooting.
An MCP server that enables LLMs to list, inspect, and control Zigbee devices via the Zigbee2MQTT frontend websocket API, eliminating the need for direct MQTT broker access.
Send state commands to Zigbee devices or groups (e.g., turn ON/OFF, set brightness). Use 'get' mode to request a value without changing anything; confirm device action by reading state afterward.
Retrieve recent Zigbee action events for a device from the recorder database, with optional filtering by action type. More efficient than the logbook API.
Scan Zigbee mesh topology to identify device connections, link quality, routes, and orphaned/weak nodes. Use deliberately as scanning can temporarily degrade network responsiveness.
Trigger active OTA firmware update checks on Zigbee devices, placing real network traffic to get current availability. Use when a fresh check is needed.
Configure how often a Zigbee device reports an attribute. Adjust minimum and maximum intervals to improve responsiveness or save battery, with 65535 to disable.
List Zigbee devices with administrative detail and filter by type, availability, or problems. Sort by battery or link quality to identify weak-signal or offline devices.
Bind or unbind Zigbee clusters between devices or groups for direct control even if the bridge is down. Use clear to remove all binds from a source device.
Retrieve device registry details including integration, manufacturer, model, and connections to identify network protocol and configuration entry for debugging or re-pairing.
Get current Zigbee2MQTT bridge status: version, coordinator, channel, permit join state, restart required, and host memory. Use this read-only check to understand your mesh before diagnosing problems.
Retrieve full details for a single Zigbee device, including state, properties, options, endpoints, bindings, and reportings, to discover valid values before configuring device settings.