MCP.so
登录

Sentor

@NIKX-Tech

关于 Sentor

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.

基本信息

分类

其他

传输方式

stdio

发布者

NIKX-Tech

提交者

Erfan Jazeb Nikoo

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Sentor?

Sentor is an entity-based sentiment analysis platform powered by fine-tuned BERT models. This MCP server exposes Sentor’s ML APIs as tools that AI assistants can call directly for sentiment scoring, topic clustering, and label generation.

How to use Sentor?

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.

Key features of Sentor

  • 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

Use cases of Sentor

  • Analyze customer reviews for sentiment toward checkout flow and delivery speed
  • Cluster large sets of product feedback into actionable topics
  • Monitor brand sentiment across social media or support tickets

FAQ from Sentor

What does Sentor do that a general sentiment API doesn’t?

Sentor performs entity-based sentiment analysis: it scores sentiment toward specific entities (e.g., a brand or feature) rather than providing an overall document sentiment.

What are the runtime requirements for Sentor?

No server to run or infrastructure to manage. Install via uvx sentor-mcp and provide an API key.

Where does Sentor’s data live?

Sentor processes text through its cloud-based ML APIs. Documents and results are handled on Sentor’s servers per their data policy (not detailed further in this README).

What transport does Sentor use?

The MCP server communicates with Sentor’s APIs over standard HTTP (not specified in README beyond API key usage; typical MCP transport is stdio or HTTP).

How do I authenticate with Sentor?

Get a free API key at dashboard.sentor.app and provide it when configuring the MCP server.

评论

其他 分类下的更多 MCP 服务器