Help us improve
Share bugs, ideas, or general feedback.
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 huntressHow this command is triggered — by the user, by Claude, or both
Slash command
/huntress:org-healthThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 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 ...
/security-postureReviews overall security posture, summarizing open findings by severity, recent resolutions, agent coverage, risk gaps, and trends over the last N days (default 30).
/account-summaryGenerates security posture summary for RocketCyber customer account by name or ID, including agent health, active incidents by severity, recent threats, and app inventory.
/reporting-templatesDisplays menu of pre-defined report templates for MSSP executive summary, customer health dashboard, monthly billing, and detection analytics. Outputs formatted markdown/tables or optional HTML.
/alert-triageTriages new and unresolved SentinelOne alerts by severity or domain, providing severity counts, summary table of alerts, critical highlights, and investigation recommendations.
/liongard-health-checkChecks Liongard API connectivity and returns a health summary with environment counts, agent status, and recent detections.
/incident-triageTriages current Better Stack incidents: fetches active ones, categorizes by status, highlights unacknowledged grouped by monitor, and suggests next steps.
Share bugs, ideas, or general feedback.
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