Content Moderation API for Claude Desktop
io.github.cmondillo/content-moderation-api
Pay-per-call profanity/explicit-content detection for AI agents. $0.005 USDC per call, no signup.
client:Claude Desktop
transport:streamable-http
Install Content Moderation API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"content-moderation-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://content-moderation-api-hhy1.onrender.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs