docstats

ghchinoy/docstats
★ 0 stars Python Code/Dev Tools Updated 1d ago
Readability assessment API and MCP Server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "docstats": {
      "command": "uvx",
      "args": [
        "docstats"
      ]
    }
  }
}

Or install with pip: pip install docstats

README Excerpt

Docstats calculates readability scores and provides deterministic house-style linting for plain text, web pages, and PDFs. Designed as a post-hoc acceptance gate for CI/CD pipelines, PR reviews, and pre-publish editorial QA, docstats runs as an MCP server for AI coding assistants or as a FastAPI web service.