# Auditron

Run cloud compliance audits across AWS, Azure, and GCP. Discover provider-specific audit controls and execute targeted checks to surface misconfigurations and risks. Streamline multi-cloud security a…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add tharuneshwar-s/auditron-soc-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list tharuneshwar-s/auditron-soc-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get tharuneshwar-s/auditron-soc-mcp-server rootGet

# Call a tool
npx -y @smithery/cli@latest tool call tharuneshwar-s/auditron-soc-mcp-server rootGet '{}'
```

## Direct MCP Connection

Endpoint: `https://auditron-soc-mcp-server--tharuneshwar-s.run.tools`

## Tools (5)

- `rootGet` — A simple health check endpoint to confirm the service is running.
- `listToolsToolsGet` — Provides a structured, machine-readable list of all available audit controls,
- `auditAwsAuditAwsPost` — Executes a list of specified audit controls for Amazon Web Services.
- `auditAzureAuditAzurePost` — Executes a list of specified audit controls for Microsoft Azure.
- `auditGcpAuditGcpPost` — Executes a list of specified audit controls for Google Cloud Platform.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get tharuneshwar-s/auditron-soc-mcp-server <tool-name>
```
