Skip to main content
Glama
diverdown1964

Home Assistant MCP Server

Related Servers

Alternatives to Home Assistant MCP Server

No user-submitted related servers found.

    Related Servers

      TDQS

      B3.4/5.0

      Scored across 4 tools

      Disambiguation5/5

      Each tool has a clearly distinct purpose with no overlap: call_service performs actions, get_entity_state retrieves specific entity data, list_entities enumerates all entities, and list_services enumerates all services. The descriptions make it unambiguous which tool to use for each operation.

      Naming Consistency5/5

      All tools follow a consistent verb_noun pattern (call_service, get_entity_state, list_entities, list_services) with clear, descriptive names. The naming convention is uniform throughout the set, making it easy to predict tool functions.

      Tool Count4/5

      With 4 tools, the count is appropriate for a Home Assistant server, covering core operations like querying and controlling entities. It might be slightly lean for advanced workflows (e.g., missing event listening or configuration tools), but it's well-scoped for basic automation tasks.

      Completeness4/5

      The toolset covers essential CRUD-like operations for Home Assistant: listing and getting entities, and calling services. A minor gap exists in not providing tools for entity creation/deletion or event handling, but agents can perform core tasks effectively with the available tools.