HA-Synapse (sidprax/HA-Synapse) is an MCP server listed on the M8ven Trust Index. It scores 72 out of 100, grade C. It declares 19 tools. No publisher has claimed this listing.
Connects LLM coding agents to Home Assistant instances, enabling configuration file management, service calls, template testing, and automation diagnostics via MCP tools.
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
sidprax
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_entity_listRetrieves a summarized list of all Home Assistant entities (includes entity_id, state, and friendly_name). Use this to quickly discover available entities.
get_entity_detailsRetrieves full details (attributes, context, states) for specific entity IDs. Call this when you need detailed properties of specific sensors/devices.
search_entitiesFilters and searches entities by area, domain, or string query.
get_servicesReturns all available Home Assistant service domains, operations, and parameter schemas.
call_serviceTriggers a service call in Home Assistant (e.g., toggling a light, announcing a TTS message on a speaker, setting temperature).
read_ha_fileReads a configuration file (like configuration.yaml or a dashboard YAML file) from the sandboxed configuration directory.
write_ha_fileWrites/modifies a configuration file in the sandboxed configuration directory. For YAML files, this automatically lints the syntax, takes a backup, validates configuration against HA core, and rolls back if check_config fails.
render_templateRenders a Jinja2 template string using Home Assistant template rendering engine. Excellent for testing state query calculations or formatting speech output.
get_historyFetches historical state changes for specific entity IDs starting from a timestamp.
get_automation_tracesRetrieves a list of recent execution traces for a specific automation ID.
get_automation_trace_detailsFetches detailed execution step data for a specific automation run ID.
validate_ha_configTriggers the Home Assistant configuration check endpoint to verify configuration validity.
reload_haReloads core configuration, templates, scripts, helpers, and automations without restarting Home Assistant core.
restart_haRestarts the Home Assistant core instance. Use with caution.
get_ha_logsRetrieve the latest Home Assistant core logs from home-assistant.log.
manage_lovelace_resourcesList, create, update, or delete Lovelace dashboard resources (custom cards, themes, modules). Bumping url query params (e.g. ?v=1.0.1) forces browsers to refresh their caches.
execute_host_commandExecutes an arbitrary shell command on the Home Assistant host (SSH mode only). Use this to check host processes, disk usage, or run network diagnostics.
manage_helpersCreate, list, update, or delete Home Assistant input helpers (input_boolean, input_number, input_select, input_text, input_datetime, counter, timer) via the WebSocket API. No YAML editing or reload required.
get_registryQuery the Home Assistant entity, device, or area registries for detailed metadata not available in entity states (e.g. device manufacturers, model names, area assignments, disabled entities, device IPs).
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
ws: Memory exhaustion DoS from tiny fragments and data chunks
ws: Uninitialized memory disclosure
yaml is vulnerable to Stack Overflow via deeply nested YAML collections
HA_LOCAL_DIRHA_MCP_CONFIG_PATH"": "/path/to/ha-synapse/ha-synapse.json"HA_MODEHA_REMOTE_DIRHA_TOKENHA_URLSSH_HOSTSSH_KEY_PATHSSH_PORTSSH_USERTool 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
19/19 tools missing one or more hints — get_entity_list (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_entity_details (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_entities (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +16 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.
Shell command execution
6 child_process calls — runs shell commands
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Production dependencies are patched
0 critical, 2 high severity in production deps — @modelcontextprotocol/sdk@0.6.0 (high), ws@8.18.0 (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/sidprax/ha-synapse)?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