Open-source AWS security scanner with attack chain detection, breach cost estimation, and copy-paste remediation (CLI + Terraform). 47 checks, 16 attack chain rules. First free standalone AWS security MCP server.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y cloud-auditAgent-CoreX intelligently routes which tools from gebalamariusz/cloud-audit your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"cloud-audit": {
"command": "npx",
"args": [
"-y",
"cloud-audit"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add cloud-auditAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use gebalamariusz/cloud-audit directly without routing
npx -y cloud-auditNew to Agent-CoreX? View setup guide →