MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

P
Publishready MCP
作者 @veldica

PublishReady: Turn AI drafts into publish-ready writing.

创建于 4/28/2026
更新于 about 4 hours ago
Repository documentation and setup instructions

PublishReady: Professional Writing Control

CI License: MIT

PublishReady is a deterministic writing analysis system designed to turn AI drafts into publish-ready writing. It serves as the final QA pass for AI-generated prose, providing local-first metrics, target compliance, and specific revision levers without sending text to remote services.

The PublishReady Packages

This project is structured as a professional, layered monorepo containing specialized packages:

Core Packages

Underlying Libraries

Installation

MCP Server (Recommended)

Add the server to your MCP client configuration:

{
  "mcpServers": {
    "publishready": {
      "command": "npx",
      "args": ["-y", "@veldica/publishready-mcp"]
    }
  }
}

Command Line

npx @veldica/publishready-cli analyze sample.txt

Hosted MCP

For Smithery, VPS, or gateway deployments, run the server with Streamable HTTP:

npx @veldica/publishready-mcp --transport=http --port=3000

The MCP endpoint is /mcp; the health endpoint is /health.

Key Features

  • Template, Target, and Reference Modes: Compare writing against built-in templates, explicit numeric targets, reference text, or reusable reference profiles.
  • Deterministic Metrics: Structural counts, sentence and paragraph distributions, lexical signals, scannability, fiction proxies, and readability formulas.
  • Specific Revision Levers: Ranked, evidence-based suggestions such as shorten_long_sentences, replace_difficult_words, and reduce_abstract_wording.
  • AI-Sounding Prose Audit: Deterministic marker inventory for formulaic, generic, or over-polished prose, including exact matches and tracked phrase counts.
  • Fiction & Non-Fiction Support: Narrative metrics for dialogue, sensory density, abstract wording, and scene pacing.
  • Explainable Interpretation: Target and metric interpretation that explains audience, use cases, style implications, and tradeoffs.
  • Local-First & Private: Stdio-first, deterministic, no external API calls, and no LLM wrappers.

MCP Tool Surface

The MCP server exposes 16 specialized tools for analysis and control, including audit_ai_sounding_prose for deterministic AI-marker analysis. For a full list and documentation, see the MCP README.

Deterministic Philosophy

This package explicitly avoids perplexity and other model-dependent scores. We believe writing control should be:

  1. Explainable: You should know exactly why a score changed.
  2. Reproducible: The same text should always yield the same metrics.
  3. Practical: A metric is only useful if it tells you what to change.

Development

npm install
npm run build
npm run lint
npm run typecheck
npm test

Publishing Metadata

  • npm package: @veldica/publishready-mcp
  • MCP Registry name: io.github.veldica/publishready
  • Product homepage: https://veldica.com/publish-ready
  • Source repository: https://github.com/veldica/publishready-mcp

License

MIT

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-publishready-mcp

Cursor 配置 (mcp.json)

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