/msp-overview
MSP dashboard showing all managed accounts with open finding counts and severity breakdown
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/msp-overview
Context preview
What this command does when you run it.
MSP dashboard showing all managed accounts with open finding counts and severity breakdown
Command definition
msp-overview.mddescription: MSP dashboard showing all managed accounts with open finding counts and severity breakdown
argument-hint: "[severity]"
arguments: [severity]
MSP Overview
Prerequisites
- Valid Blumira MSP-level JWT token configured
- MSP account with managed client organizations
Steps
1. Call `blumira_msp_accounts_list` to enumerate all managed accounts 2. Call `blumira_msp_findings_all` with `status.eq=10` to get all open findings across accounts 3. Group findings by account, then by severity within each account 4. Present a dashboard table:
- Account name
- Total open findings
- CRITICAL / HIGH / MEDIUM / LOW counts
5. Sort accounts by risk (most critical findings first) 6. Highlight accounts that need immediate attention
Parameters
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | severity | string | No | Filter to specific severity level |
Examples
Basic Usage
/msp-overview
Critical Findings Only
/msp-overview --severity CRITICAL
Error Handling
- **Not an MSP account:** Suggest using org-level commands instead
- **No managed accounts:** Verify MSP credentials and account setup
- **Timeout on large MSP:** Narrow with severity filter
Related Commands
- `/finding-triage` - Triage findings for a specific account
- `/security-posture` - Detailed posture for a single org
- `/agent-inventory` - Device coverage across accounts
Read more
description: MSP dashboard showing all managed accounts with open finding counts and severity breakdown argument-hint: "[severity]" arguments: [severity]
MSP Overview
Prerequisites
- Valid Blumira MSP-level JWT token configured
- MSP account with managed client organizations
Steps
1. Call `blumira_msp_accounts_list` to enumerate all managed accounts 2. Call `blumira_msp_findings_all` with `status.eq=10` to get all open findings across accounts 3. Group findings by account, then by severity within each account 4. Present a dashboard table:
- Account name
- Total open findings
- CRITICAL / HIGH / MEDIUM / LOW counts
5. Sort accounts by risk (most critical findings first) 6. Highlight accounts that need immediate attention
Parameters
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | severity | string | No | Filter to specific severity level |
Examples
Basic Usage
/msp-overview
Critical Findings Only
/msp-overview --severity CRITICAL
Error Handling
- **Not an MSP account:** Suggest using org-level commands instead
- **No managed accounts:** Verify MSP credentials and account setup
- **Timeout on large MSP:** Narrow with severity filter
Related Commands
- `/finding-triage` - Triage findings for a specific account
- `/security-posture` - Detailed posture for a single org
- `/agent-inventory` - Device coverage across accounts
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report โ devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

