slop-scorer-mcp

Yuve21/slop-scorer-mcp
★ 0 stars TypeScript DevOps Updated 2d ago
MCP server that finds machine-generated template tells in code and rendered web pages, with a citation on every claim and the exact fix. 70 deterministic rules, no model, no accuracy claims.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "slop-scorer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Yuve21/slop-scorer-mcp"
      ]
    }
  }
}