{ "name": "mcp-agent-health", "version": "0.3.1", "display_name": "MCP Agent Health Reporter", "category": "operations / agent reliability / deployment readiness", "description": "Validate AOS-compliant agent health before deployment. Catch agents that look fine locally but silently fail in production — scores manifest, runtime services, immune loop, and physical evidence under any target directory.", "limitations": "Advisory health scan only — findings do not block deployment by default. Scores are based on static and runtime checks under target_dir; false negatives are possible if agents hide failures outside scanned paths.", "aos_compliant": true, "capabilities": { "health_scan": "Single-agent AOS health score by tool_id", "health_audit": "Batch audit of all agents under target_dir" }, "tools": [ { "name": "aos_agent_health_scan", "description": "Scan one agent by tool_id under target_dir" }, { "name": "aos_agent_health_audit", "description": "Audit all agents under target_dir" } ], "install": "pip install mcp-agent-health==0.3.1", "usage": { "cli": "mcp-agent-health", "env": "AOS_HEALTH_TARGET_DIR=/path/to/agents" }, "mcp": { "command": "mcp-agent-health", "transport": "stdio" }, "links": { "pypi": "https://pypi.org/project/mcp-agent-health/", "repository": "https://github.com/aos-standard/mcp-agent-health", "agent_card": "https://raw.githubusercontent.com/aos-standard/mcp-agent-health/main/packaging/agent_card.json" }, "homepage": "https://github.com/aos-standard/mcp-agent-health", "issues": "https://github.com/aos-standard/mcp-agent-health/issues", "repository": "https://github.com/aos-standard/mcp-agent-health" }