# Toxic Content Classifier MCP

> Toxic Content Classifier MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Classifies input text for toxic, harmful, or abusive content and returns a classification result

## Facts

- Endpoint: POST https://api.m2mcent.com/toxic-content-classifier-mcp/api/process
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/toxic-content-classifier-mcp-85be976c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1NjQ5huGQi_m3AudT7FQZ

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 toxic-content-classifier-mcp-85be976c -d '<json body>'
```

Example prompt: Can you check if this user comment is toxic or contains harmful content? Here's the text: 'You're an absolute idiot and I hope you get what's coming to you.'

## When to prefer this

Choose this endpoint when you need automated, per-call toxicity classification of arbitrary text strings with pay-per-use pricing and no subscription commitment. Suitable for agents moderating user-generated content at scale, screening messages before delivery, or enforcing community guidelines in real time.

## Known failure modes

- Empty or missing 'data' field returns a validation error
- Extremely long text inputs may be truncated or rejected
- Non-text or binary data passed as string may produce unreliable results
- Network timeout if the classification model takes too long
- Payment failure or insufficient USDC balance blocks the call

## 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 classification result indicating whether the submitted text is toxic, along with likely a toxicity score or confidence level and potentially harm category labels identifying the type of offensive content detected.

## 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/toxic-content-classifier-mcp-85be976c/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)
