A remote MCP server that detects faces in images or videos using YOLO and automatically blurs or redacts only those detected regions in a single call. The key distinction here is that it's not a general blur filter. It runs detection first, then applies anonymization to face bounding boxes, with optional support for body and license plate masking. Exposed via streamable HTTP at noon-ai.dyndns-server.com with OAuth/OIDC auth. You'd use this when you need programmatic face anonymization without manual bounding box work or multi-step pipelines. The encrypt_image and encrypt_video tools accept target_objects arrays, so you specify what to mask and get back the processed result in one shot.
claude mcp add --transport http com.dyndns-server.noon-ai-face-detection-anonymization-mcp https://noon-ai.dyndns-server.com/face-detection-anonymization-mcp