
NSFW Image Detector
Classify uploaded images for NSFW risk across common formats before you ship user-generated content features.
Overview
NSFW Image Detector is an MCP server for the Ship phase that classifies GIF, APNG, WebP, JPEG, and PNG uploads for NSFW risk via NSFWJS over remote SSE.
What is this MCP server?
- NSFWJS-based scoring for image safety decisions
- Supports GIF, APNG, WebP, JPEG, and PNG inputs
- Hosted SSE remote MCP at elysiatools.com—no local model install in registry metadata
- Version 1.0.0 published as NSFW Image Detector MCP tool
- Fits agent-driven review pipelines alongside human moderation queues
- Registry version 1.0.0 with five listed image formats: GIF, APNG, WebP, JPEG, PNG
- Remote SSE endpoint published with toolId nsfw-image-detector
What problem does it solve?
Shipping UGC image features without automated safety checks invites abuse reports and emergency takedowns right after launch.
Who is it for?
Solo builders launching forums, marketplaces, or creative tools who need quick NSFW scoring inside their agent workflow.
Skip if: Teams requiring on-prem-only moderation, video streams, or legally certified child-safety solutions without third-party services.
What do I get? / Deliverables
After you register the remote MCP endpoint, agents and pipelines can flag risky images before they reach production users.
- Agent-invokable NSFW classification results for supported image formats
- Documented pre-launch safety step for user-upload features
Recommended MCP Servers
Journey fit
How it compares
Remote image-safety MCP tool, not a full trust-and-safety platform or generic vision LLM.
Common Questions / FAQ
Who is NSFW Image Detector for?
Indie developers and small teams adding image uploads who want MCP-callable NSFWJS checks from Claude Code, Cursor, or compatible agents.
When should I use NSFW Image Detector?
Use it during ship and pre-launch security passes when you need automated NSFW signals on static images in common web formats.
How do I add NSFW Image Detector to my agent?
Add the remote SSE MCP URL https://elysiatools.com/mcp/sse?toolId=nsfw-image-detector to your MCP client configuration; no local package is listed in the registry.