# Sentiment Analyzer — Emotions, Confidence & Key Phrases

Text sentiment analysis API for AI agents. Analyze sentiment (positive/negative/neutral) with confidence score, emotion detection (joy, anger, fear, surprise, sadness), and key phrase extraction. Sin…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/sentiment-analyzer

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/sentiment-analyzer

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/sentiment-analyzer text_analyze_sentiment

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/sentiment-analyzer text_analyze_sentiment '{}'
```

## Direct MCP Connection

Endpoint: `https://sentiment-analyzer--axel-belfort.run.tools`

## Tools (2)

- `text_analyze_sentiment` — Use this when you need to determine the emotional tone and sentiment of text. Returns structured sentiment analysis wit…
- `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 sentim…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/sentiment-analyzer <tool-name>
```
