A
licenseA
qualityB
maintenanceStatic scanner for MCP/agent-gateway readiness anti-patterns, providing a 7-dimension R/Y/G score by scanning code and config for common failure modes.
1
29 npm
2
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: one performs a health scan on a specific agent, the other is a self-connectivity check. No overlap or ambiguity.
Both tools follow the consistent pattern 'aos_agent_health_<verb>', using snake_case and clear verb descriptors ('scan' and 'self_test').
Two tools is minimal but acceptable for a focused health reporter. However, the server's scope feels limited, bordering on thin.
Missing obvious operations like listing agents, batch scanning, or retrieving historic results. The surface covers only one core action and a connectivity test, leaving significant gaps.