From huntress
Performs Huntress organization health check summarizing agent status/counts/platforms, open incidents by severity, pending escalations, and security posture.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin huntress# Organization Health Check Comprehensive health check for a Huntress organization, covering agent status, open incidents, and pending escalations. Provides an at-a-glance view of a client's security posture. ## Prerequisites - Huntress MCP server connected with valid API credentials - MCP tools for agents, incidents, escalations, and organizations available ## Steps 1. **Get organization details** Call `huntress_organizations_get` with the specified `organization_id`. 2. **List agents for the organization** Call `huntress_agents_list` filtered by `organization_id`. Summarize ...
/org-healthOrg health check across security, limits, coverage, and technical debt
Comprehensive health check for a Huntress organization, covering agent status, open incidents, and pending escalations. Provides an at-a-glance view of a client's security posture.
Get organization details
Call huntress_organizations_get with the specified organization_id.
List agents for the organization
Call huntress_agents_list filtered by organization_id. Summarize total count, online/offline status, and platform distribution.
List open incidents
Call huntress_incidents_list filtered by organization_id and status=open. Summarize by severity.
List open escalations
Call huntress_escalations_list filtered by organization_id and open status. Highlight any pending items.
Compile health summary
Present a unified view: agent health, incident load, escalation status, and overall risk assessment.
| Parameter | Type | Required | Description |
|---|---|---|---|
| organization_id | string | Yes | The organization ID to check |
/org-health --organization_id "org-456"
huntress_organizations_list to find it/incident-triage - Triage incidents across all organizations/agent-inventory - Detailed agent listing/billing-report - Billing details for the organization