Skip to content

ghchinoy/docstats

v0.2.0Apache-2.0

Readability metrics for text, web pages, and PDFs, exposed as an MCP tool and skill.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

readability-docstatsstdio
{
  "type": "stdio",
  "command": "uv",
  "args": [
    "run",
    "python",
    "${PLUGIN_ROOT}/main.py",
    "--server-type",
    "mcp"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "docstats",
  "version": "0.2.0",
  "description": "Readability metrics for text, web pages, and PDFs, exposed as an MCP tool and skill.",
  "author": {
    "name": "ghchinoy",
    "url": "https://github.com/ghchinoy"
  },
  "homepage": "https://github.com/ghchinoy/docstats",
  "repository": "https://github.com/ghchinoy/docstats",
  "license": "Apache-2.0",
  "keywords": ["readability", "flesch-kincaid", "text-analysis", "mcp", "pdf"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub