# Zenable (verified)

Cloud security and compliance platform. Monitor configurations, track vulnerabilities, and audit security posture.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list zenable

# Get full schema for a tool
npx -y @smithery/cli@latest tool get zenable conformance_check

# Call a tool
npx -y @smithery/cli@latest tool call zenable conformance_check '{}'
```

## Direct MCP Connection

Endpoint: `https://zenable.run.tools`

## Tools (1)

- `conformance_check` — Check conformance for a list of files. The maximum number of files per request is

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