MCP.so
登录

WSC - Writing Style Checker

@theserverlessdev

关于 WSC - Writing Style Checker

Prose linter + AI-slop detector: weasel words, passive voice, hedging, and 190+ research-cited AI tells. Web editor, API, MCP server, CLI, GitHub Action.

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "wsc": {
      "command": "npx",
      "args": [
        "wsc-mcp"
      ]
    }
  }
}

工具

4

Analyze text for all 8 writing style issues. Accepts optional `config`.

Remove duplicate adjacent words and return cleaned text

Return info about all detector word lists

*(Local only)* Read a file from disk and analyze it. Auto-discovers `.wscrc.json`.

概览

What is Wsc?

Prose linter + AI-slop detector: weasel words, passive voice, hedging, and 190+ research-cited AI tells. Web editor, API, MCP server, CLI, GitHub Action.

How to use Wsc?

The README includes setup instructions such as npx wsc-mcp.

Key features of Wsc

  • Web Editor - Real-time highlighting with inline fix buttons for all 8 detectors
  • HTTP API - POST text with optional config, retrieve structured JSON responses
  • MCP Server (Remote) - Connect AI assistants via Streamable HTTP transport
  • MCP Server (Local) - Stdio-based server via wsc-mcp on npm
  • CLI - Check files from the command line via wsc-lint

Use cases of Wsc

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Wsc

Where is the source code for Wsc?

The source code is linked from the repository URL on this page.

Does Wsc include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

常见问题

Where is the source code for Wsc?

The source code is linked from the repository URL on this page.

Does Wsc include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

评论

更多 MCP 服务器