readability
ActiveTool of Textstats
declared in 0.1.0
Compute readability scores (keyless, offline): Flesch Reading Ease (0-100, higher = easier) and Flesch-Kincaid Grade Level, with the underlying word/sentence/syllable counts. Uses a syllable-estimation heuristic.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The text to score."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Textstats
https://github.com/pipeworx-io/mcp-textstats
2/7 registries