Security & Testing
aquilax.ai
Provides security scanning for code repositories and snippets using static analysis.
ENDPOINT 1
https://mcp.aquilax.ai/mcp
Known tools 12
list_organizationsLists the organizations the authenticated user belongs to (names and IDs).
list_groupsLists the groups within an organization (names and IDs).
start_scanTriggers a full security scan on a Git repository using the Aquilax static analysis engine.
get_scan_statusReturns the current status and progress of a repository scan previously started with start_scan.
scan_codeScans a code snippet or file content for security vulnerabilities using Aquilax static analysis.
list_vulnerabilitiesReturns all security vulnerability findings stored in Aquilax for an organization and group.
fix_vulnerabilityGenerates a secure, minimal replacement for a known vulnerable code snippet using Aquilax AI.
get_security_summaryReturns a compact, pre-aggregated security posture summary for the configured organization and group: project count, scans run, lines/files scanned, total vulnerabilities broken down by status (True Positive / False Positive / Unverified / Not Exploitable), true/false-positive rates, a severity breakdown (Critical/High/Medium/Low), and a per-scanner breakdown — for both the current state and 30 days ago.
get_scan_reportReturns a compact report for a SINGLE scan: repository and commit metadata, lines/files scanned, execution stats, a short "about the codebase" summary when available, and the scan's findings aggregated by severity, scanner, status, and CWE (False Positive and Not Exploitable findings excluded).
get_account_contextReturns the authenticated user's workspace context as a ready-to-read markdown brief: their name/email/ID, recent notifications, the CURRENT organization (name, id, plan, the user's role) and CURRENT group (name, id, security policy), plus the lists of organizations, groups, org members, and scanned projects, and handy dashboard links.
list_projectsLists the projects (repositories) in the configured organization and group — name, id, Git URL, and default branch.
search_docsSearches the AQUILAX PRODUCT documentation and FAQ knowledge base (about the Aquilax platform itself) and returns the most relevant passages.