# Send Glin Profanity MCP to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "glin-profanity-mcp",
    "name": "Glin Profanity MCP",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/thegdsks/glin-profanity-mcp",
    "canonicalUrl": "https://clawhub.ai/thegdsks/glin-profanity-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/glin-profanity-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=glin-profanity-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/glin-profanity-mcp"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/glin-profanity-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/glin-profanity-mcp",
    "agentUrl": "https://openagent3.xyz/skills/glin-profanity-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/glin-profanity-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/glin-profanity-mcp/agent.md"
  }
}
```
## Documentation

### 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.

### Claude Desktop

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

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

### Cursor

Add to .cursor/mcp.json:

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

### Core Detection

ToolDescriptioncheck_profanityCheck text for profanity with detailed resultscensor_textCensor profanity with configurable replacementbatch_checkCheck multiple texts at once (up to 100)validate_contentGet safety score (0-100) with action recommendation

### Analysis

ToolDescriptionanalyze_contextContext-aware analysis (medical, gaming, etc.)detect_obfuscationDetect leetspeak and Unicode tricksexplain_matchExplain why text was flaggedcompare_strictnessCompare detection across strictness levels

### Utilities

ToolDescriptionsuggest_alternativesSuggest clean replacementsanalyze_corpusAnalyze up to 500 texts for statscreate_regex_patternGenerate regex for custom detectionget_supported_languagesList all 24 supported languages

### User Tracking

ToolDescriptiontrack_user_messageTrack messages for repeat offendersget_user_profileGet user's moderation historyget_high_risk_usersList users with high violation rates

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: thegdsks
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/glin-profanity-mcp)
- [Send to Agent page](https://openagent3.xyz/skills/glin-profanity-mcp/agent)
- [JSON manifest](https://openagent3.xyz/skills/glin-profanity-mcp/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/glin-profanity-mcp/agent.md)
- [Download page](https://openagent3.xyz/downloads/glin-profanity-mcp)