# NSFW Frame Censor MCP

> NSFW Frame Censor MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Detects and censors NSFW (not-safe-for-work) content in image frames or data, returning a processed version with explicit content obscured or flagged.

## Facts

- Endpoint: POST https://api.m2mcent.com/nsfw-frame-censor-mcp/api/process
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nsfw-frame-censor-mcp-39ed5349
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sEJGJnePU8l7bX3LLP-si

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nsfw-frame-censor-mcp-39ed5349 -d '<json body>'
```

Example prompt: Can you censor any NSFW content in this image frame before I publish it — here's the base64 data: [image_data_string]?

## When to prefer this

Choose this endpoint when you need automated, per-frame NSFW content censoring as part of a pipeline — particularly for user-generated content moderation, video frame processing, or pre-publication image safety checks where explicit content must be obscured rather than just flagged.

## Known failure modes

- Invalid or malformed base64 image data returns an error
- Unsupported image format may cause processing failure
- Very large frame data may time out or exceed payload limits
- Non-image string data passed in the 'data' field may result in unexpected output or error
- Payment failure (x402) if USDC funds are insufficient

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns a processed version of the input image frame with NSFW/explicit regions censored, blurred, or redacted, along with detection metadata indicating which areas were flagged and modified.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nsfw-frame-censor-mcp-39ed5349/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
