text_stats
Pack: textstats · Endpoint: https://gateway.pipeworx.io/textstats/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
text | string | yes | The text to analyze. |
Example call
curl -X POST https://gateway.pipeworx.io/textstats/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"text_stats","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"textstats": {
"url": "https://gateway.pipeworx.io/textstats/mcp"
}
}
}
See Getting Started for client-specific install steps.