Analyzes article comments for bots, spam, sentiment, behavioral patterns, and crowd-level moderation signals.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Sentisift Sdks.
The pickelfintech/sentisift-sdks MCP server provides an MCP-facing way to use the SentiSift API for article comment analysis. It is distributed as the sentisift-mcp Python package and is intended for MCP hosts such as Claude Desktop, Cursor, VS Code, and Continue.
SentiSift evaluates comments across five separate dimensions: sentiment, eloquence, length, behavioral patterns, and commercial signals. The API uses those signals to identify bots, spam, and other noise, while preserving information about genuine participation. Results include moderation decisions and analytics about the comment group rather than only a single per-comment label.
An MCP client starts the server locally and provides the SentiSift API key through the environment. The server forwards analysis requests to the hosted SentiSift service. A request includes an article URL and a list of comments; each comment can contain fields such as its text, author, and timestamp.
The pickelfintech/sentisift-sdks MCP server is an API client layer, not the SentiSift scoring or billing service itself. Authentication, scoring, and the underlying processing pipeline are handled by the separate hosted API. The public repository contains the client packages, integration code, generated API models, and tests.
Install and run the MCP package with uvx:
The package can also be installed with pip:
Set SENTISIFT_API_KEY in the environment used by the MCP host. An API key is required to call the SentiSift service and can be obtained from SentiSift's pricing page. After installation, add the server to the host's MCP configuration. The repository specifically references Claude Desktop's claude_desktop_config.json, Cursor's ~/.cursor/mcp.json, and VS Code settings, with host-specific configuration examples documented in the MCP package directory.
The pickelfintech/sentisift-sdks MCP server supports the SentiSift comment-analysis workflow, including:
The provided material does not list the individual MCP tool names or their complete input and output schemas. Consult the package documentation and SentiSift API reference for those details.
The integration code is open source and MIT licensed, but the SentiSift API is a separate hosted service governed by its own terms. Using the API requires an API key. The documented free allowance is 1,000 comments with no credit card; higher-tier features and Influence availability depend on the SentiSift plan.
The server analyzes comments supplied to it along with an article URL. The repository description does not establish that it retrieves comments from arbitrary websites, performs scraping itself, or modifies a publication's comment system. The full API service, including authentication, billing, scoring, and scrapers, is maintained outside this public SDK repository.
The three SentiSift packages use semantic versioning, although pre-1.0 minor releases may contain breaking changes. The MCP package is one part of a repository that also publishes Python and Node/TypeScript SDKs; those SDKs are separate from the MCP server.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pickelfintech-sentisift-sdks)<a href="https://allmcps.com/mcp/pickelfintech-sentisift-sdks"><img src="https://allmcps.com/api/badge/pickelfintech-sentisift-sdks?style=directory" alt="Sentisift Sdks on AllMCPs" /></a>