# Vettly

Moderate text, image, and video content against custom safety policies to ensure platform integrity. Manage moderation rules and validate configurations to maintain consistent safety standards. Track…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list vettly/content-moderation

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vettly/content-moderation moderate_content

# Call a tool
npx -y @smithery/cli@latest tool call vettly/content-moderation moderate_content '{}'
```

## Direct MCP Connection

Endpoint: `https://content-moderation--vettly.run.tools`

**Required config:**
- `vettlyApiKey` (query) — Your Vettly API key (starts with vettly_live_ or vettly_test_). Get one free at https://vettly.dev

**Optional config:**
- `apiUrl` (query) — Custom API base URL. Only change this for self-hosted Vettly instances.

## Tools (5)

- `moderate_content` — Check text, image, or video content against a Vettly moderation policy. Returns safety assessment with category scores.
- `validate_policy` — Validate a Vettly policy YAML without saving it. Returns validation results with any syntax or configuration errors.
- `list_policies` — List all moderation policies available in your Vettly account.
- `get_usage_stats` — Get usage statistics for your Vettly account including request counts, costs, and moderation outcomes.
- `get_recent_decisions` — Get recent moderation decisions with optional filtering by outcome, content type, or policy.

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

## Resources

- `vettly://policies` — List of all available moderation policies

## Prompts (3)

- `moderate-content-guide` — Step-by-step guide to moderating content with Vettly. Explains the workflow: list policies, moderate content, and inter…
- `write-policy` (platform) — Guide for writing a Vettly moderation policy in YAML. Optionally tailored to a specific platform type.
- `review-flagged-content` (policyId) — Template for reviewing flagged moderation decisions. Optionally filtered to a specific policy.
