Skip to main content
Glama

Related Servers

Alternatives to zont-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server that connects AI assistants to the ZONT heating system via the official REST API. It enables users to monitor device states, control heating modes, and perform diagnostics using natural language.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables MCP clients to drive a real Telegram account, exposing chats, messages, media, secret chats, admin rights, invite links, Mini Apps, and multi-account routing as callable tools.
      1
      GPL 3.0
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables secure remote control of Home Assistant and Life Dashboard/DSH via MCP, supporting entity state queries, whitelisted entity/scene control, lifecycle overview reading, DSH workspace summaries, and follow-up sending.
      1
      GNU Lesser General Public v2.1 only
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables control of Mijia (Xiaomi) smart home devices through MCP, including querying homes, devices, scenes, and specs, setting properties, running actions and scenes, and issuing speaker commands.
      GPL 3.0

    TDQS

    A3.8/5.0

    Scored across 12 tools

    Disambiguation3/5

    Several tools overlap in purpose: zont_load_data can fetch events while zont_raw_events is dedicated to events, and zont_update_device can change temperatures that zont_send_z3k_command also controls. The command-sending trio (set_io_port, send_custom_command, send_z3k_command) is differentiated by device type and command source, but an agent may still struggle to pick the right one without careful reading.

    Naming Consistency4/5

    All tools use the zont_ prefix and snake_case, with a mostly consistent verb_noun pattern (get, list, add, delete, update, generate, download, set, send, load). The one deviation is zont_raw_events, which uses an adjective rather than a verb, but this is a minor inconsistency.

    Tool Count5/5

    12 tools are well-scoped for a device management server covering authentication, CRUD, commands, data retrieval, and archives. Each tool earns its place without excessive granularity or missing functionality.

    Completeness5/5

    The surface covers the full device lifecycle: authenticate, list/add/update/delete devices, send various commands, retrieve history and events, and generate/download archives. No obvious dead ends for typical ZONT API workflows.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues