Back to Browse

Tone Rewriter Ai MCP Server

Developer ToolsUse Caution2.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Tone Rewriter Ai MCP server. Tools: analyze tone, rewrite tone, compare tones. Built by MEOK AI

About

Tone Rewriter Ai MCP server. Tools: analyze tone, rewrite tone, compare tones. Built by MEOK AI

Security Report

2.2
Use Caution2.2Critical Risk

This MCP server implements text tone analysis with an authentication and rate-limiting system. While the core tone analysis logic is safe, the server has several security and design concerns: (1) authentication is weak—empty API keys default to free tier with no validation, allowing unlimited free-tier access without credentials; (2) local filesystem-based credential and usage tracking in ~/.meok/ is vulnerable to privilege escalation and tampering; (3) hardcoded Stripe URLs and monetization logic embedded in tool responses creates a poor separation of concerns; (4) the auth_middleware imports expect a specific shared directory structure that may not exist, introducing fragility; (5) rate limiting relies on local state that can be manipulated. The server does not exfiltrate data or contain malicious code, but the authentication model is fundamentally flawed for production use. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 15 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-tone-rewriter-ai-mcp": {
      "args": [
        "-y",
        "tone-rewriter-ai-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!