MCP server exposing Home Assistant REST API functionality
SaferSkills independently audited mcp-homeassistant (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server exposing Home Assistant 2026.4.1 REST API functionality.
mcp-name: io.github.daedalus/mcp-homeassistant
pip install mcp-homeassistantSet the following environment variables:
HA_URL: Home Assistant URL (default: http://localhost:8123)HA_TOKEN: Long-Lived Access Token (required)export HA_URL="http://homeassistant:8123"
export HA_TOKEN="your_long_lived_access_token"
mcp-homeassistantThe MCP server exposes the following tools:
get_api_status - Check if the API is runningget_config - Get HA configurationget_components - List loaded componentsget_events - List event types and listener countsget_services - List available services by domainget_states - Get all entity statesget_state - Get a specific entity stateset_state - Update or create an entity statedelete_state - Delete an entity statefire_event - Fire a custom eventcall_service - Call a Home Assistant servicerender_template - Render a Jinja templateget_history - Get historical state changesget_logbook - Get logbook entriescheck_config - Validate configuration.yamlhandle_intent - Handle an intentget_error_log - Get error logget_calendars - List calendar entitiesget_calendar_events - Get calendar eventshomeassistant://config - Current confighomeassistant://states - All entity stateshomeassistant://services - Available serviceshomeassistant://components - Loaded componentsgit clone https://github.com/daedalus/mcp-homeassistant.git
cd mcp-homeassistant
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.