Server data from the Official MCP Registry
MCP server for text stats ai. Features word count, reading time, keyword density. From MEOK AI Labs.
MCP server for text stats ai. Features word count, reading time, keyword density. From MEOK AI Labs.
This MCP server implements a rate-limiting and tiered authentication system with legitimate use cases, but contains several security concerns that warrant user attention. The primary issues are: (1) unauthenticated free-tier access with weak rate limiting (15 calls/day globally across all users), (2) direct file system writes to user home directory (~/.meok/) without permission validation, (3) hardcoded Stripe URLs used for monetization/upselling embedded throughout tool responses, and (4) reliance on a shared authentication middleware file that is expected to be deployed to a local path but is imported dynamically with minimal validation. The code lacks input validation on several parameters (wpm, top_n, min_length), and audit logging is incomplete for free-tier users. While the tools themselves (word_count, reading_time, keyword_density, sentiment_score) perform legitimate text analysis, the authentication and monetization layer introduces trust and permission concerns inappropriate for the category. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-text-stats-ai-mcp": {
"args": [
"-y",
"text-stats-ai-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.