Skip to content
Back to search
90
MCP v1.1.0 sse

Sentiment Analyzer API

io.github.Br0ski777/sentiment-analyzer

Analyze text sentiment, emotions, confidence scores, and key phrases. x402 USDC.

Uptime
0.0%
1 direct probes · 30d
Response
164ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

text_analyze_sentiment

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…

text_analyze_sentiment_batch

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…

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"
    }
  }
}