AI-powered content moderation for your agents. Detect spam, toxicity, PII, profanity, and NSFW content in one call. No paid API keys needed — rule-based and free.
Subscribe $19/mo →Detect spam, scams, crypto giveaways, repeated phrases, and all-caps spam with pattern matching.
Identify hate speech, harassment, self-harm content, and toxic language with comprehensive regex rules.
Detect emails, phone numbers, SSNs, credit cards, IPs, crypto addresses, and API keys with masked output.
Comprehensive profanity detection with leetspeak variants and fuzzy matching patterns.
NSFW detection via pixel heuristics, dimension analysis, and image fingerprinting. Free tier included.
Each moderation returns severity levels, matched patterns, match counts, and overall safety assessment.
# Install pip install mcp anyio # Run (free tier — 50 calls) python3 server.py # Run (pro tier — unlimited) python3 server.py --pro-key PROL_AGENTPAY_DEMO
# moderate_text — Detect spam, toxicity, PII, profanity { "text": "Check this text for issues", "check_types": ["spam", "toxicity", "pii"] } # moderate_image — NSFW detection via heuristics { "image_data": "<base64_encoded_image>" } # get_moderation_stats — Check usage and tier {}