# cloud-security-scanner

Cloud security scanning tools for AI agents. 7 purpose-built AWS scanners that check for misconfigurations across S3, IAM, EC2, EKS, RDS, CloudTrail, and CloudWatch Logs.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kloudle/cloud-security-scanner

# Browse available tools
npx -y @smithery/cli@latest tool list kloudle/cloud-security-scanner

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kloudle/cloud-security-scanner search

# Call a tool
npx -y @smithery/cli@latest tool call kloudle/cloud-security-scanner search '{}'
```

## Direct MCP Connection

Endpoint: `https://cloud-security-scanner--kloudle.run.tools`

## Tools (2)

- `search` — Find k5e cloud security scanners by capability. Returns matching binaries with name, description, check count, and seve…
- `get` — Get full metadata, SHA256 hash, download URL, and ready-to-run shell command for a k5e binary. Pass args to get a compl…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kloudle/cloud-security-scanner <tool-name>
```
