MCP.so
Sign In
G

Glin Profanity Mcp

@GLINCKER

About Glin Profanity Mcp

Content moderation and profanity detection MCP server with 19 tools, 24 language support, leetspeak/Unicode obfuscation detection, context-aware analysis, batch processing, and user tracking for AI-powered content safety.

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

19

Check text for profanity and get detailed results including matched words, severity, and positions

Censor profanity in text by replacing matched words with a replacement character

Analyze text with context awareness - considers domain-specific whitelists

Check multiple texts for profanity in a single operation (max 100)

Get the list of all 24 supported languages

Validate content with a safety score (0-100) and action recommendation

Detect text obfuscation techniques like leetspeak and Unicode homoglyphs

Explain why a word was flagged with detailed reasoning

Suggest clean alternatives for profane content

Analyze a collection of texts for profanity statistics (max 500)

Compare detection results across different strictness levels

Generate regex patterns for custom profanity detection

Track a user message and update their risk profile - enables pattern detection across messages

Get a user's moderation profile and risk assessment

Get list of users with high risk scores for review

Reset a user's moderation profile (use after appeals or timeouts)

Add message to real-time processing queue and get instant result - optimized for chat streams

Process multiple messages in real-time batch mode - for high-throughput scenarios

Get real-time streaming statistics and performance metrics

Overview

What is Glin Profanity Mcp?

Glin Profanity Mcp is a content moderation server that implements the Model Context Protocol (MCP). It provides 19 tools for detecting profanity, leetspeak, and unicode obfuscation across 24 languages, with features like context-aware analysis, batch processing, and user tracking. It is designed for developers who need to moderate user-generated or AI-generated text in multilingual applications.

How to use Glin Profanity Mcp?

Install the server via npm using the command npx glin-profanity-mcp. After installation, configure your MCP client (e.g., Claude Desktop or a custom application) to connect to the server. The server uses HTTP transport for cloud deployment, so you will need to point your MCP host to the server's endpoint. No additional configuration keys are documented beyond the install command.

Key features of Glin Profanity Mcp

  • Leetspeak detection (e.g., “f4ck” → “fuck”)
  • Unicode obfuscation detection using homoglyphs
  • Context-aware analysis with domain whitelists
  • Batch processing for multiple texts at once
  • User tracking for repeat offender detection
  • HTTP transport for cloud deployment

Use cases of Glin Profanity Mcp

  • Filtering profanity in multilingual chat or comment systems
  • Detecting obfuscated swear words in user‑submitted text
  • Bulk moderating large volumes of content with batch processing
  • Identifying repeat offenders through user tracking
  • Enforcing content policies in AI‑powered applications

FAQ from Glin Profanity Mcp

How many moderation tools does Glin Profanity Mcp offer?

It offers 19 tools for comprehensive content moderation.

How many languages are supported?

24 languages are supported for profanity detection.

Does it detect leetspeak and unicode obfuscation?

Yes, it can detect leetspeak variations and unicode obfuscation using homoglyphs.

What transport does the server use?

The server uses HTTP transport, making it suitable for cloud deployment.

How do I install Glin Profanity Mcp?

Install it via npm by running npx glin-profanity-mcp in your terminal.

Frequently asked questions

How many moderation tools does Glin Profanity Mcp offer?

It offers 19 tools for comprehensive content moderation.

How many languages are supported?

24 languages are supported for profanity detection.

Does it detect leetspeak and unicode obfuscation?

Yes, it can detect leetspeak variations and unicode obfuscation using homoglyphs.

What transport does the server use?

The server uses HTTP transport, making it suitable for cloud deployment.

How do I install Glin Profanity Mcp?

Install it via npm by running `npx glin-profanity-mcp` in your terminal.

Comments

More Other MCP servers