Writing Style Checker
io.github.theserverlessdev/wscProse linter + AI-slop detector: weasel words, passive voice, hedging, and research-cited AI tells
Tools · 3
Analyze text for writing style issues: weasel words, passive voice, duplicate words, long sentences, nominalizations, hedging, filler adverbs, and research-cited AI tells. Read-only and stateless — te…
Remove duplicate adjacent words (case-insensitive, including across line breaks) and return the cleaned text plus the list of words that were removed. Read-only with no side effects: the fix is return…
Return every detector word/phrase list with its entry count, config key, and sample entries, plus a link to the full browsable library. Read-only, takes no parameters, and returns the same catalog for…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"writing_style_checker": {
"url": "https://wsc.theserverless.dev/mcp",
"transport": "streamable-http"
}
}
}