← Registry

Security & Testing

aquilax.ai

Provides security scanning for code repositories and snippets using static analysis.

1 endpoint12 known toolsCached registry data

ENDPOINT 1

https://mcp.aquilax.ai/mcp

No auth detected

Known tools 12

list_organizations

Lists the organizations the authenticated user belongs to (names and IDs).

list_groups

Lists the groups within an organization (names and IDs).

start_scan

Triggers a full security scan on a Git repository using the Aquilax static analysis engine.

get_scan_status

Returns the current status and progress of a repository scan previously started with start_scan.

scan_code

Scans a code snippet or file content for security vulnerabilities using Aquilax static analysis.

list_vulnerabilities

Returns all security vulnerability findings stored in Aquilax for an organization and group.

fix_vulnerability

Generates a secure, minimal replacement for a known vulnerable code snippet using Aquilax AI.

get_security_summary

Returns 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_report

Returns 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_context

Returns 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_projects

Lists the projects (repositories) in the configured organization and group — name, id, Git URL, and default branch.

search_docs

Searches the AQUILAX PRODUCT documentation and FAQ knowledge base (about the Aquilax platform itself) and returns the most relevant passages.