# JigsawStack NSFW Detection (verified)

Detect NSFW images using JigsawStack's AI Models.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list JigsawStack/jigsawstack-nsfw

# Get full schema for a tool
npx -y @smithery/cli@latest tool get JigsawStack/jigsawstack-nsfw nsfw

# Call a tool
npx -y @smithery/cli@latest tool call JigsawStack/jigsawstack-nsfw nsfw '{}'
```

## Tools (1)

- `nsfw` — Validate if an image is NSFW

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

---

Source: https://github.com/JigsawStack/jigsawstack-mcp-server/tree/main/./nsfw
