a360-mcp
Related Servers
Alternatives to a360-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for Windows desktop automation, enabling agents to control mouse, keyboard, and UI elements via 22 tools, with OCR, screenshots, macro recording, and autonomous mission execution.MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to perform deterministic Windows desktop and browser automation through MCP, using pre-validated UI Automation and DOM locators for fast, stable execution of ERP and business workflows.2MIT
- FlicenseBqualityBmaintenanceMCP server for AI-powered QA analysis. It enables analyzing test failures, identifying root causes, suggesting fixes, classifying defects, detecting flaky tests, and generating test cases and bug reports.10-
- FlicenseNot gradedqualityDmaintenanceMCP-based production monitoring agent for manufacturing OEE, providing real-time monitoring, downtime root-cause analysis, and automated alerts through integration with SQL Server, MES APIs, and incident management systems.-
- FlicenseNot gradedqualityBmaintenanceA hardened MCP desktop control server for secure process execution with strict session, buffer, and path limits. It enables reliable desktop automation via any MCP client and emits outcome events for integration with automation flywheels.-
- AlicenseAqualityCmaintenanceMCP server that unifies real-time telemetry from industrial systems into a single queryable interface, enabling production visibility, anomaly detection, and operational insights.511 npmMIT
TDQS
Scored across 3 tools
Each tool has a clear, distinct purpose: get_bot_actions retrieves bot action definitions, get_execution fetches a single execution's details, and list_executions searches execution history. There is no ambiguity or overlap between these operations.
All tool names follow a consistent verb_noun pattern, using get_ for singular resources and list_ for collections. The naming is predictable and adheres to standard conventions.
With only 3 tools, the server is at the lower end of the typical range, but each tool covers a distinct aspect of the domain (bot actions and executions). It feels slightly thin but is still reasonable for a focused utility.
The server lacks essential operations such as listing bots (making it impossible to discover bot IDs for get_bot_actions) and does not support execution lifecycle actions like starting or canceling executions. This creates significant gaps for agents trying to perform broader workflows.