video-face-masking-mcp
video-face-masking-mcp
自动检测并遮罩视频和图像中的人物——之后还可还原。 与单向匿名化不同,这里的遮罩是可逆的:原始区域会用您保留的密钥加密,因此可以在法律审查或审计时恢复原始素材。
这是一个 MCP 服务器,自动检测并马赛克处理视频和图像中的人脸。 无需逐帧手动遮盖,使用签发的密钥即可还原原始内容。
解决的问题
手动遮罩视频中的人脸无法扩展。一段 12 分钟、30fps 的片段超过 21,000 帧。为每一帧中每个人选择坐标是不现实的工作。
本服务器采用不同的方式:自动检测。您无需选择坐标。它会检测每帧中的人脸并仅遮罩这些区域——绝不遮罩整个画面。
Related MCP server: sensitive-info-mcp
适用场景
视频或照片中包含路人,在发布前必须隐藏其面部
片段过长,无法逐帧手动遮罩
多人同时出现,且每人都必须被遮罩
您需要之后还原原始内容——用于法律审查或内部审计
您希望使用马赛克、模糊或纯色覆盖,而非整幅图像滤镜
功能说明
能力 | 详情 |
自动人脸检测 | 无需坐标,每帧支持多张人脸。 |
遮罩样式 | mosaic(像素化)、gaussian blur(高斯模糊)、solid redaction(纯色遮盖) |
目标对象 | 人脸(身体和车牌为计划项) |
媒体类型 | 图像、视频 |
可逆遮罩 | 原始区域用您保留的密钥加密,使用该密钥进行还原。 |
长媒体文件 | 作为任务进行处理,可轮询进度,然后下载结果 |
可逆遮罩
大多数匿名化是单向的。此服务器在遮罩前加密原始像素区域,并返回一个密钥。将该密钥传给还原工具即可恢复原始内容。
对于图像,还原是像素级精确的(输出为无损 PNG)。对于视频,帧会重新编码,因此还原结果在视觉上一致,但并非逐位相同。
密钥返回给调用方,不存储在服务器端。如果密钥丢失,遮罩将永久生效。
它不是什么
此工具通过覆盖检测到的区域来隐藏人物,不会擦除人物或重新绘制背景——它不是视频修补或物体移除。如果您需要重建人物背后的背景,此工具不合适。
工具
工具 | 用途 |
| 单次调用检测并遮罩图像中的人脸 |
| 单次调用检测并遮罩视频帧中的人脸 |
| 使用密钥将遮罩结果还原为原始内容 |
| 轮询任务状态 |
| 查看支持的遮罩目标、样式和限制 |
快速开始
docker build -t video-face-masking-mcp .
docker run --rm -p 8765:8765 video-face-masking-mcpMCP 端点通过 Streamable HTTP 在 /mcp 提供服务。
服务器卡片发布在 /.well-known/mcp/server-card.json。
其他名称
视频马赛克、视频人脸模糊、自动人脸遮罩、人脸编辑、视频去标识化、视频匿名化、隐私遮罩、批量人脸检测遮罩、可逆遮罩、遮罩视频还原、视频中人物隐藏
韩文说明
自动识别视频中经过的行人面部并进行马赛克处理
无需逐一指定坐标
即使多人同时出现也可一次处理
如需用于法律确认等目的还原原片,可使用签发的密钥恢复
不是模糊整个画面,而是只处理检测到的人脸区域
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceEnables high-precision detection, anonymization, encryption and decryption of personally identifiable information (PII) in text using GPT-4o-based detection and advanced cryptographic methods. Supports both deterministic encryption for searchable data and format-preserving encryption for structured identifiers.81
- AlicenseAqualityBmaintenanceAI-powered sensitive info detection and masking MCP server supporting 14+ types with regex, checksum, and optional LLM semantic detection, enabling flexible masking strategies like mask, replace, hash, and redact.6MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to redact PII from text, summarize redacted content, and manage custom redaction patterns across multiple languages.
- FlicenseNot gradedqualityCmaintenanceAutomatically detects and obfuscates sensitive data (PII, secrets, etc.) before Claude processes it, with lossless restoration for client deliverables.6
Related MCP Connectors
Detect grooming, bullying, fraud, and 16+ online threats across text, voice, image, and video.
Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.
Image/video analysis: NSFW detection, object detection, thumbnails
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chipolemayoo/video-face-masking-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server