Skip to main content
Glama

Related Servers

Alternatives to 1C Testpilot

No user-submitted related servers found.

    Related Servers

    • A
      license
      B
      quality
      Not graded
      maintenance
      Enables AI agents to drive native 1C TestClient QA automation over stdio or authenticated streamable-HTTP transports, running BDD/Gherkin scenarios, reading and verifying managed forms, and performing target-bound lifecycle and UI operations. It also supports JUnit/Allure reporting and an optional authenticated Windows host bridge for desktop input and screenshots.
      64
      Apache 2.0
    • F
      license
      A
      quality
      C
      maintenance
      Enables AI agents to interact with 1С:Enterprise and BAS ERP systems through REST and HTTP services, providing tools for searching catalogs, creating documents, and querying stock balances.
      6
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Integrates AI agents with 1C:Enterprise databases via MCP and REST API, supporting a built-in HTTP server (no Python required) or a Python proxy mode.
      257
      GPL 3.0
    • F
      license
      Not graded
      quality
      D
      maintenance
      Acts as a bridge between AI agents (Claude, Cursor) and 1C:Enterprise databases, enabling metadata retrieval, configuration analysis, and code generation through natural language using the MCP protocol.
      -

    TDQS

    A4.4/5.0

    Scored across 10 tools

    Disambiguation4/5

    Tools are cleanly partitioned by UI object type (session, app, window, field, form, table, doc, calendar, find, scenario), and descriptions explicitly cross-reference where sibling actions live, e.g. 'tc_field(action="is_visible")' from tc_app. A few boundaries still blur — tc_app vs tc_window for window/app state, tc_app.get_child_objects vs tc_find, and tc_field vs tc_form for focus/activation — but the disambiguation notes on each tool substantially mitigate these.

    Naming Consistency5/5

    Every top-level tool follows the same tc_<noun> pattern (tc_session, tc_app, tc_window, tc_field, tc_form, tc_scenario, tc_find, tc_doc, tc_table, tc_calendar). Actions within each group are uniformly snake_case verb_noun (get_active_window, set_cell_text, goto_next_row), so the whole surface is predictable.

    Tool Count5/5

    Ten top-level tools is well-scoped for a UI-test-automation server; each namespace maps to a coherent domain (session lifecycle, app state, window, element kinds, discovery, recording) rather than duplicating a peer. The heavy per-group action lists are a deliberate dispatch pattern, not tool sprawl.

    Completeness5/5

    Coverage spans the full lifecycle: connect/launch/stop clients, inspect app and window state, read and edit every element kind (field, table, document, calendar), search the UI tree, and record/replay scenarios. Deprecated aliases are retained (get_area_text vs get_current_area_text), and no obvious end-to-end workflow dead-ends.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues