返回顶部
g

glin-profanity-mcp脏话检测服务

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
2,015
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

glin-profanity-mcp

Glin Profanity MCP 服务器

MCP(模型上下文协议)服务器,为Claude Desktop、Cursor和Windsurf等AI助手提供脏话检测工具。

最佳用途: AI辅助内容审核工作流、批量审核、审计报告以及发布前内容验证。

安装

Claude Desktop

添加到 ~/Library/Application Support/Claude/claudedesktopconfig.json:

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

Cursor

添加到 .cursor/mcp.json:

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

可用工具

核心检测

工具描述
checkprofanity检查文本中的脏话并返回详细结果
censortext
使用可配置的替换字符屏蔽脏话 | | batch_check | 同时检查多个文本(最多100个) | | validate_content | 获取安全评分(0-100)并附带操作建议 |

分析

工具描述
analyzecontext上下文感知分析(医疗、游戏等场景)
detectobfuscation
检测Leetspeak和Unicode混淆技巧 | | explain_match | 解释文本为何被标记 | | compare_strictness | 比较不同严格级别的检测结果 |

实用工具

工具描述
suggestalternatives建议干净的替换词
analyzecorpus
分析最多500个文本以获取统计数据 | | createregexpattern | 生成用于自定义检测的正则表达式 | | getsupportedlanguages | 列出所有24种支持的语言 |

用户追踪

工具描述
trackusermessage追踪消息以识别重复违规者
getuserprofile
获取用户的审核历史记录 | | gethighrisk_users | 列出违规率高的用户 |

示例提示

内容审核

检查这50条用户评论,告诉我哪些需要审核
在发布前验证这篇博客文章 - 使用高严格级别
使用医疗领域上下文分析这篇医学文章

批量操作

批量检查此数组中的所有消息,仅返回被标记的消息
为这些评论生成审核审计报告

理解标记

解释为什么f4ck被检测为脏话
比较此游戏聊天消息的严格级别

内容清理

为这个被标记的文本建议专业替代词
屏蔽脏话但保留首字母

使用场景

使用MCP服务器时:

  • - AI辅助内容审核工作流
  • 批量检查用户提交内容
  • 生成审核报告
  • 发布前内容验证
  • 人工参与审核

使用核心库时:

  • - 自动化实时过滤(钩子/中间件)
  • 每条消息都需要检查且无需AI参与
  • 性能关键型应用(响应时间<1毫秒)

资源

  • - npm:https://www.npmjs.com/package/glin-profanity-mcp
  • GitHub:https://github.com/GLINCKER/glin-profanity/tree/release/packages/mcp
  • 核心库:https://www.npmjs.com/package/glin-profanity

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 glin-profanity-mcp-1776374300 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 glin-profanity-mcp-1776374300 技能

通过命令行安装

skillhub install glin-profanity-mcp-1776374300

下载

⬇ 下载 glin-profanity-mcp v1.0.0(免费)

文件大小: 2.11 KB | 发布时间: 2026-4-17 16:11

v1.0.0 最新 2026-4-17 16:11
glin-profanity-mcp v1.0.0

- Initial release of the MCP server for profanity detection.
- Provides tools for batch content review, moderation audits, and pre-publishing validation.
- Includes context-aware detection, obfuscation handling, and language support for 24 languages.
- Supports user tracking and moderation history features.
- Integrates with Claude Desktop, Cursor, and similar AI assistant workflows.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部