Automatic face masking for video

Mask every face in your footage with one call — no frame-by-frame editing, no manual coordinates.

NoonAI DIS is a video privacy masking service you call from any MCP client (Claude, Codex, Gemini, Cursor, and other MCP-compatible tools). It works as a video mosaic tool that finds the faces for you: detection runs on every frame, and only the detected face regions are masked — never the whole frame. Also available for images, whole-body masking, and license plates.

Straight answers before you edit another frame

Do I have to mask a 12-minute video frame by frame?

No. Upload the video once and call encrypt_video. YOLO-based detection runs on every frame automatically, so you never scrub through the timeline painting mosaics by hand. Long media is processed as a background job that you can poll and download when it finishes.

Can it blur just the faces, without picking coordinates?

Yes. The server detects faces first and blurs only the detected face regions — it is not a full-image blur filter. You never click boxes or type coordinates. Ask for target_objects=["face"] for face-only masking, "body" to mask whole people, or "car" for plates and vehicles.

Several people appear at once. Can it mask them all in one pass?

Yes. Batch face detection and video masking happen in the same call. Every person detected in each frame is covered, including people walking through the shot — the mask follows them because detection re-runs on every frame.

What if I need the original later?

Masking here is encryption-based, not a destructive paint-over. With encryption keys, an authorized account can restore the original or partially decrypt only selected objects. A plain mosaic smeared over pixels cannot be undone — this can, for viewers you authorize.

Is this video inpainting or object removal?

No. It is not video inpainting or object removal: people are covered on every frame, not erased from the footage. If you were searching for how to remove a person from a video automatically, masking is the evidence-safe alternative — the recording itself stays intact for authorized review. That is what makes it suitable for video de-identification: privacy compliance without destroying the source.

How it works — one MCP call

encrypt_video(target_objects=["face"])
encrypt_image(target_objects=["face"])

Endpoints

MCP URL
https://noon-ai.dyndns-server.com/mcp

Discovery alias MCP URLs
https://noon-ai.dyndns-server.com/video-mosaic-masking-mcp
https://noon-ai.dyndns-server.com/privacy-object-anonymize-mcp
https://noon-ai.dyndns-server.com/people-deidentification-mcp

Server Card
https://noon-ai.dyndns-server.com/.well-known/mcp/server-card.json

Official Registry entry
registry.modelcontextprotocol.io/v0.1/servers?search=noonai-dis-mcp-server

Proof page (Korean)
/mcp-proof — MCP 공개 증명 페이지

NoonAI DIS — automatic face masking for video, images, bodies, and license plates. MCP server operated at noon-ai.dyndns-server.com.