Examples of MCP Server Reporting
This documentation may contain references to third party software or websites. N-able has no control over third party software or content and is not responsible for the availability, security, or operation, of any third-party software. If you decide to utilize a release involving third-party software, you do so entirely at your own risk and subject to the applicable third party’s terms and conditions of the use of such software. No information obtained by you from N-able or this documentation shall create any warranty for such software.
Top Use Cases
Use these examples to understand how analysts, executives, and compliance teams can interact with Adlumin MCP tools through an AI assistant.
Example prompt
Show me all critical and high detections from the last 24 hours that haven't been acknowledged.Get a prioritized list of active threats without logging into the portal. Analysts can review, triage, and acknowledge detections in a single conversation.
Example prompt
Generate a summary of our current network health score, at-risk systems, and top firewall threats for the weekly exec report.Pull live data from get_complete_endpoint_data, get_network_data, and get_firewall_geo_aggregation, then format it into a readable briefing without manual data collection.
Example prompt
List all Active Directory groups flagged as risky and any accounts with passwords set to never expire.Help compliance and hardening teams quickly identify overprivileged groups and weak password policies ahead of audits.
Example prompt
What are the top countries generating blocked firewall traffic this month?Use get_firewall_geo_aggregation to spot geographic threat patterns without writing queries. This is useful for geo-based blocking decisions.
Example prompt
Show me all devices that don't have an endpoint security agent online.Quickly identify blind spots in sensor coverage across the fleet by cross-referencing get_device_data and get_endpoint_data.
Example prompt
Which source IPs have been blocked most in the last 30 days?Use get_firewall_blocked_ip_aggregation to surface repeat offenders for blocklisting or further investigation.
Example prompt
Give me our current compliance insights: stale accounts, GPO violations, and reversible encryption usage.Pull from get_compliance_insights to produce a point-in-time compliance snapshot that maps directly to audit evidence collection.
Example prompt
Acknowledge all informational detections from this week.Automate routine detection cleanup using acknowledge_detections, so analysts can focus on high-priority items instead of routine maintenance.