readability
Pack: textstats · Endpoint: https://gateway.pipeworx.io/textstats/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
text | string | yes | The text to score. |
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":"readability","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.