sentiment-analysis-ai-mcp
v1.0.0
Published
Sentiment Analysis Ai MCP server. Tools: analyze sentiment, batch analyze, compare sentiments. Built by MEOK AI Labs.
Maintainers
Readme
Sentiment Analysis Ai
By MEOK AI Labs — Analyse text sentiment, detect emotions, and compare tones. By MEOK AI Labs.
Sentiment Analysis AI — analyse text sentiment, emotions, and tone at scale. MEOK AI Labs.
Installation
pip install sentiment-analysis-ai-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install sentiment-analysis-ai-mcpTools
analyze_sentiment
Analyse the sentiment of a text. Returns score (0-1), label (positive/negative/neutral/mixed), and confidence.
Parameters:
text(str)
batch_analyze
Analyse sentiment for multiple texts at once. Provide texts separated by '|||' delimiter.
Parameters:
texts(str)
compare_sentiments
Compare the sentiment of two texts side by side.
Parameters:
text_a(str)text_b(str)
extract_emotions
Detect emotions present in text. Returns detected emotions with intensity scores.
Parameters:
text(str)
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
Links
- Website: meok.ai
- GitHub: CSOAI-ORG/sentiment-analysis-ai-mcp
- PyPI: pypi.org/project/sentiment-analysis-ai-mcp
License
MIT — MEOK AI Labs
