Writing Style Checker
https://wsc.theserverless.dev/mcpskills: {'id': 'check_text', 'name': 'check_text', 'description': 'Analyze text for writing style issues (weasel words, passive voice, duplicate words, long sentences, nominalizations, hedging, filler adverbs, AI tells). Returns structured results with issue positions and context.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'fix_duplicates', 'name': 'fix_duplicates', 'description': 'Remove all duplicate adjacent words from the text and return the cleaned version.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_word_lists', 'name': 'list_word_lists', 'description': 'Return all word/phrase lists used by the detectors with their counts and sample entries.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 106.3ms; conformance: pass
How to connect
https://wsc.theserverless.dev/mcp
curl -X POST https://wsc.theserverless.dev/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'