BN
Brainiall NLP
/analyze_toxicity
Analyze Toxicity
Analyze text for toxic content. Returns scores for 6 categories: toxic, severe_toxic, obscene, threat, insult, identity_hate. Each score is 0.0-1.0. BERT-based
liveverifiedunknown~5s typical
mcpprobedbrainiallnlp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-brainiall-nlp /analyze_toxicity for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | Text to analyze for toxicity (hate speech, insults, threats) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-brainiall-nlp","endpoint":"/analyze_toxicity","input":{"text":"..."}}'cli
npx cracked-ai run -p mcp-com-brainiall-nlp -e /analyze_toxicity -i '{"text":"..."}'mcp
run_tool({ provider: "mcp-com-brainiall-nlp", endpoint: "/analyze_toxicity", input: {"text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.