# data-sentinel

Data Sentinel — deep second-pass security scan that catches what PII scrubbers miss. Detects JWTs, bearer tokens, AWS keys, private keys, connection strings, IBANs, crypto wallets, medical record num…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list found402/data-sentinel

# Get full schema for a tool
npx -y @smithery/cli@latest tool get found402/data-sentinel scan_leaks

# Call a tool
npx -y @smithery/cli@latest tool call found402/data-sentinel scan_leaks '{}'
```

## Direct MCP Connection

Endpoint: `https://data-sentinel--found402.run.tools`

## Tools (1)

- `scan_leaks` — Deep second-pass scan for sensitive data that may have slipped through initial PII scrubbing. Detects JWT tokens, API k…

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