text_stats
ActiveTool of Textstats
declared in 0.1.0
Compute text statistics (keyless, offline): character counts (with/without spaces), word/sentence/paragraph counts, estimated reading time (200 wpm), average word length, and the longest word.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The text to analyze."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Textstats
https://github.com/pipeworx-io/mcp-textstats
2/7 registries