# guardrail-pro-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add yourbuttstinks69420/guardrail-pro-mcp

# Browse available tools
npx -y smithery tool list yourbuttstinks69420/guardrail-pro-mcp

# Get full schema for a tool
npx -y smithery tool get yourbuttstinks69420/guardrail-pro-mcp check_legal_compliance

# Call a tool
npx -y smithery tool call yourbuttstinks69420/guardrail-pro-mcp check_legal_compliance '{}'
```

## Direct MCP Connection

Endpoint: `https://guardrail-pro-mcp--yourbuttstinks69420.run.tools`

## Tools (2)

- `check_legal_compliance` — Performs deep semantic analysis of text for GDPR/HIPAA compliance. Pricing: 5 cents per call.
- `detect_pii` — Detects PII in text. Free tier: 5 calls per day.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get yourbuttstinks69420/guardrail-pro-mcp <tool-name>
```
