A
licenseA
qualityB
maintenanceProvides local, deterministic scoring and detailed auditing of text for AI-writing patterns via two read-only tools, with no network calls or language models.
4
2
8 npm
2
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool targets a distinct operation: detection, addition to lexicon, and ignoring phrases. No overlap in functionality.
All tools follow the consistent 'slop_verb' pattern (slop_add, slop_detect, slop_ignore), making names predictable and clear.
With 3 tools, the server covers the core operations for a slop detection lexicon (add, detect, ignore). It is well-scoped and not excessive.
The set covers detection, addition, and whitelisting, but misses removal of phrases from the lexicon and listing the current lexicon, which are minor gaps.