mcp-sentiment
Verified Safeby JoAbyssinia
Overview
Provides a sentiment analysis API, capable of being integrated into larger AI agent systems or directly used via a web interface.
Installation
python app.pySecurity Notes
The MCP server, implemented in `app.py`, performs sentiment analysis using the `TextBlob` library. It does not contain `eval`, obfuscation, hardcoded secrets, or patterns that allow direct code execution from user input. The primary security risk identified in the repository's `mcpgradioclient.py` file (which is a client that connects to an MCP server, and uses a `CodeAgent` that processes user input) does not apply to the server's functionality as defined in `app.py`.
Similar Servers
langgraph-dev-navigator
Provides a RAG and Knowledge Graph powered backend for grounding AI coding assistants in the LangGraph ecosystem, improving code generation accuracy and reducing hallucinations.
kokoro-mcp-server
This server provides a comprehensive Text-to-Speech toolkit for content creators and developers, integrating with AI tools via the Model Context Protocol (MCP), offering CLI and Streamlit interfaces, and supporting audio enhancement and multi-engine TTS (Kokoro, Indic, OpenVoice).
mcp-seo
A server providing comprehensive SEO analysis, keyword research, competitor intelligence, PageRank calculations, and internal link structure analysis, primarily leveraging the DataForSEO API and Kuzu graph database.
-sentiment-analyzer-
Analyzes and determines the sentiment of textual input.