Sentiment Analyzer API
io.github.Br0ski777/sentiment-analyzerAnalyze text sentiment, emotions, confidence scores, and key phrases. x402 USDC.
Tools · 2
Use this when you need to determine the emotional tone and sentiment of text. Returns structured sentiment analysis with emotion breakdown and key drivers. 1. sentiment: overall sentiment label (posi…
Use this when you need to analyze sentiment of multiple texts at once (up to 20). Returns an array of individual sentiment results in one call. 1. results: array of sentiment objects, one per input t…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"sentiment_analyzer_api": {
"url": "https://sentiment-analyzer.api.klymax402.com/mcp",
"transport": "sse"
}
}
}