tone-rewriter-ai-mcp
v1.0.0
Published
Tone Rewriter Ai MCP server. Tools: analyze tone, rewrite tone, compare tones. Built by MEOK AI Labs.
Readme
Tone Rewriter Ai
By MEOK AI Labs — Text tone analysis and rewriting. Analyze, transform, and match text tone for professional, casual, formal, and other styles. By MEOK AI Labs.
Tone Rewriter AI MCP — MEOK AI Labs. Text tone analysis, transformation, and style matching.
Installation
pip install tone-rewriter-ai-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install tone-rewriter-ai-mcpTools
analyze_tone
Analyze the tone and sentiment of text. Returns detected tones, formality level, and word-level analysis.
Parameters:
text(str)
rewrite_tone
Rewrite text in a target tone (professional, casual, formal, urgent, empathetic).
Parameters:
text(str)target_tone(str)
compare_tones
Compare the tone of two text samples.
Parameters:
text_a(str)text_b(str)
suggest_tone
Suggest the best tone for a given context and audience.
Parameters:
context(str)audience(str)
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
Links
- Website: meok.ai
- GitHub: CSOAI-ORG/tone-rewriter-ai-mcp
- PyPI: pypi.org/project/tone-rewriter-ai-mcp
License
MIT — MEOK AI Labs
