Sentiment Analysis Ai MCP server. Tools: analyze sentiment, batch analyze, compare sentiments. Built by MEOK AI Labs.
Project description
Overview
Sentiment Analysis Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
analyze_sentiment |
Analyse the sentiment of a text. Returns score (0-1), label (positive/negative/n |
batch_analyze |
Analyse sentiment for multiple texts at once. Provide texts separated by ' |
compare_sentiments |
Compare the sentiment of two texts side by side. |
extract_emotions |
Detect emotions present in text. Returns detected emotions with intensity scores |
Installation
pip install meok-sentiment-analysis-ai-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"sentiment-analysis-ai": {
"command": "python",
"args": ["-m", "meok_sentiment_analysis_ai_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sentiment_analysis_ai_mcp-1.0.6.tar.gz.
File metadata
- Download URL: sentiment_analysis_ai_mcp-1.0.6.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6acfad1f781f1dbfab24ca4a249e678816df2a4934dee6635d9bfdef4e67e8a
|
|
| MD5 |
829c35509bc12068e43bd56663947bfe
|
|
| BLAKE2b-256 |
2e7e44546914ef7abd26afa56d3825f9ee37a5f4c8b96c61b62a9e9b37f0f89a
|
File details
Details for the file sentiment_analysis_ai_mcp-1.0.6-py3-none-any.whl.
File metadata
- Download URL: sentiment_analysis_ai_mcp-1.0.6-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c4ad843add6d17a7b07bdd536c711a387e14a8226427c55eb7b0653d6b26799
|
|
| MD5 |
98970e58579c2ee7283323db4b7ac622
|
|
| BLAKE2b-256 |
4d19e010775934b2f715d312e6523b1bd22059e603dbc28310a948fb4363dbbb
|