🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-server-content-moderation

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-server-content-moderation

Content moderation with prompt injection detection, toxicity scoring, and PII redaction

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

mcp-server-content-moderation

Features

  • 6 tools for AI agent integration via Model Context Protocol (MCP)
  • Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP client
  • TypeScript, zero external dependencies beyond MCP SDK

Tools

  • ``

Quick Start

# Install
npm install @alerterra/mcp-server-content-moderation

# Run
npx @alerterra/mcp-server-content-moderation

# Or add to Claude Desktop config

Claude Desktop Configuration

{
  "mcpServers": {
    "content-moderation": {
      "command": "npx",
      "args": ["@alerterra/mcp-server-content-moderation"]
    }
  }
}

Data Sources

All data sources are free and require no API keys unless noted.

License

MIT

Built by Alerterra Labs — AI-powered intelligence tools.

Keywords

mcp

FAQs

Package last updated on 13 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts