MCP Agent Health Reporter
by aos-standard
README.md
# mcp-agent-health
MCP Agent Health Reporter — validate agent health under AOS discipline before deployment.
- **PyPI:** https://pypi.org/project/mcp-agent-health/
- **Catalog:** https://raw.githubusercontent.com/aos-standard/catalog/main/catalog.json
- **Agent card:** [packaging/agent_card.json](packaging/agent_card.json)
```bash
pip install mcp-agent-health==0.3.1
```
See [packaging/README.md](packaging/README.md) for MCP client configuration.
TDQS
B3.3/5.0
Scored across 2 tools
Disambiguation5/5
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.
Naming Consistency5/5
Both tools follow the consistent pattern 'aos_agent_health_<verb>', using snake_case and clear verb descriptors ('scan' and 'self_test').
Tool Count3/5
Two tools is minimal but acceptable for a focused health reporter. However, the server's scope feels limited, bordering on thin.
Completeness2/5
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.
Maintenance
ActivitySlowing
ResponsivenessNo issues