Security & Testing
aquilax.ai
Provides security scanning for code repositories and snippets using static analysis.
ENDPOINT 1
https://mcp.aquilax.ai/mcp
MCP server metadata
- Name
- aquilax
- Version
- 1.0.0
Known tools 12
list_organizationsLists the organizations the authenticated user belongs to (names and IDs).
Inferred read-onlystart_scanTriggers a full security scan on a Git repository using the Aquilax static analysis engine.
Inferred read-onlyget_scan_statusReturns the current status and progress of a repository scan previously started with start_scan.
Inferred read-onlyscan_codeScans a code snippet or file content for security vulnerabilities using Aquilax static analysis.
Inferred read-onlylist_vulnerabilitiesReturns all security vulnerability findings stored in Aquilax for an organization and group.
Inferred read-onlyfix_vulnerabilityGenerates a secure, minimal replacement for a known vulnerable code snippet using Aquilax AI.
Inferred read-onlyget_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.
Inferred read-onlyget_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).
Inferred read-onlyget_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.
Potential side effectslist_projectsLists the projects (repositories) in the configured organization and group — name, id, Git URL, and default branch.
Inferred read-onlysearch_docsSearches the AQUILAX PRODUCT documentation and FAQ knowledge base (about the Aquilax platform itself) and returns the most relevant passages.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aquilax]
url = "https://mcp.aquilax.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aquilax": {
"type": "http",
"url": "https://mcp.aquilax.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aquilax
Remote MCP URL: https://mcp.aquilax.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aquilax": {
"url": "https://mcp.aquilax.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aquilax": {
"type": "http",
"url": "https://mcp.aquilax.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aquilax",
"transport": "streamable-http",
"url": "https://mcp.aquilax.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aquilax.ai was fetched 2026-07-25T04:48:05.784Z and is being refreshed.
aquilax.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.