slopcheck for Claude Desktop
com.edgethirteen.www/slopcheck
Check a YouTube channel's recent uploads against YouTube's 2026 inauthentic-content policy.
client:Claude Desktop
transport:streamable-http
Install slopcheck in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"slopcheck": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.edgethirteen.com/api/mcp/slopcheck"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs