Sentor

by NIKX-Tech

237 downloads
Not rated
GitHub

About

Stop guessing why ratings drop. Give your AI assistant Sentor and let it analyse thousands of reviews, pinpoint what to fix first, and surface the topics that matter most.

Details

Author
NIKX-Tech
Downloads
237
Categories
Other, AI

- Score sentiment toward specific entities (brands, products, features)
- Automatically cluster documents into topics
- Generate descriptive topic labels using an LLM
- Run full analysis pipelines from a single prompt

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Sentor
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install using uvx sentor-mcp — no server to run, no infrastructure needed. Obtain a free API key at dashboard.sentor.app and configure the server to use it.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "sentor": {
            "sentor": {
                "command": "uvx",
                "args": [
                    "sentor-mcp"
                ],
                "env": {
                    "SENTOR_API_KEY": "<YOUR_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "sentor": {
        "command": "uvx",
        "args": [
            "sentor-mcp"
        ],
        "env": {
            "SENTOR_API_KEY": "<YOUR_API_KEY>"
        }
    }
}

Sentor is an entity-based sentiment analysis platform powered by fine-tuned BERT models. This MCP server exposes Sentor's ML APIs as tools your AI assistant can call directly.

What you can do:
- Score sentiment toward specific entities (brands, products, features) in text
- Cluster documents into topics automatically
- Generate descriptive topic labels using an LLM
- Run full analysis pipelines from a single prompt

Example:
> "Analyse these 50 customer reviews for sentiment toward our checkout flow and delivery speed. Then cluster them by topic and name each cluster."

Install with uvx sentor-mcp — no server to run, no infrastructure needed.

Get your free API key at dashboard.sentor.app

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.