Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

Writing Style Checker

io.github.theserverlessdev/wsc

Prose linter + AI-slop detector: weasel words, passive voice, hedging, and research-cited AI tells

Uptime
100.0%
1 direct probes · 30d
Response
171ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

check_text

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…

fix_duplicates

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…

list_word_lists

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…

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"
    }
  }
}