Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Profanity Detection Mcp Server

ASecurity

MCP server providing profanity detection tools for AI assistants. Use when reviewing batches of user content, auditing comments for moderation reports, analyzing text for profanity before publishing, or when AI needs content moderation capabilities during workflows.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgogitperformance

Works with

claude desktopcursormcp

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill profanity-detection-mcp-server --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Profanity Detection Mcp Server?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Profanity Detection Mcp Server
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-profanity-detection-mcp-server/badge)](https://www.skillsdirectory.com/skills/rondoflow-profanity-detection-mcp-server)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: profanity-detection-mcp-server
description: "MCP server providing profanity detection tools for AI assistants. Use when reviewing batches of user content, auditing comments for moderation reports, analyzing text for profanity before publishing, or when AI needs content moderation capabilities during workflows."
category: "AI & Agents"
author: community
version: "1.0.0"
icon: bot
---

# Glin Profanity MCP Server

MCP (Model Context Protocol) server that provides profanity detection as tools for AI assistants like Claude Desktop, Cursor, and Windsurf.

**Best for:** AI-assisted content review workflows, batch moderation, audit reports, and content validation before publishing.

## Installation

### Claude Desktop

Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "glin-profanity": {
      "command": "npx",
      "args": ["-y", "glin-profanity-mcp"]
    }
  }
}
```

### Cursor

Add to `.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "glin-profanity": {
      "command": "npx",
      "args": ["-y", "glin-profanity-mcp"]
    }
  }
}
```

## Available Tools

### Core Detection

| Tool | Description |
|------|-------------|
| `check_profanity` | Check text for profanity with detailed results |
| `censor_text` | Censor profanity with configurable replacement |
| `batch_check` | Check multiple texts at once (up to 100) |
| `validate_content` | Get safety score (0-100) with action recommendation |

### Analysis

| Tool | Description |
|------|-------------|
| `analyze_context` | Context-aware analysis (medical, gaming, etc.) |
| `detect_obfuscation` | Detect leetspeak and Unicode tricks |
| `explain_match` | Explain why text was flagged |
| `compare_strictness` | Compare detection across strictness levels |

### Utilities

| Tool | Description |
|------|-------------|
| `suggest_alternatives` | Suggest clean replacements |
| `analyze_corpus` | Analyze up to 500 texts for stats |
| `create_regex_pattern` | Generate regex for custom detection |
| `get_supported_languages` | List all 24 supported languages |

### User Tracking

| Tool | Description |
|------|-------------|
| `track_user_message` | Track messages for repeat offenders |
| `get_user_profile` | Get user's moderation history |
| `get_high_risk_users` | List users with high violation rates |

## Example Prompts

### Content Review
```
"Check these 50 user comments and tell me which ones need moderation"
"Validate this blog post before publishing - use high strictness"
"Analyze this medical article with medical domain context"
```

### Batch Operations
```
"Batch check all messages in this array and return only flagged ones"
"Generate a moderation audit report for these comments"
```

### Understanding Flags
```
"Explain why 'f4ck' was detected as profanity"
"Compare strictness levels for this gaming chat message"
```

### Content Cleanup
```
"Suggest professional alternatives for this flagged text"
"Censor the profanity but preserve first letters"
```

## When to Use

**Use MCP server when:**
- AI assists with content review workflows
- Batch checking user submissions
- Generating moderation reports
- Content validation before publishing
- Human-in-the-loop moderation

**Use core library instead when:**
- Automated real-time filtering (hooks/middleware)
- Every message needs checking without AI involvement
- Performance-critical applications (< 1ms response)

## Resources

- npm: https://www.npmjs.com/package/glin-profanity-mcp
- GitHub: https://github.com/GLINCKER/glin-profanity/tree/release/packages/mcp
- Core library: https://www.npmjs.com/package/glin-profanity

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →