The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Sentisift Sdks listing page.
Official client libraries for the SentiSift comment-moderation and intelligence API. Three published packages, all open source for the integration code so developers can read, audit, and contribute.
| Package | Source | Registry | Install |
|---|---|---|---|
sentisift (Python) | python/ | PyPI | pip install sentisift |
@sentisift/client (Node/TypeScript) | node/ | npm | npm install @sentisift/client |
sentisift-mcp (MCP server) | mcp/ | PyPI | uvx sentisift-mcp |
SentiSift filters bots, spam, and noise out of comment sections without silencing real voices. It scores each comment on five independent axes (sentiment, eloquence, length, behavioral patterns, commercial signals) and returns moderation decisions plus crowd-level analytics. On paid tiers, it also contributes constructive perspectives when a discussion skews one-sided ("Influence").
Get a free API key (1,000 comments, no credit card) at sentisift.com/pricing. Full API reference: sentisift.com/api-docs.html.
Then add the SentiSift entry to your host's MCP config (Claude Desktop's claude_desktop_config.json, Cursor's ~/.cursor/mcp.json, VS Code's settings.json, etc.). See mcp/README.md for host-specific snippets.
All three packages follow Semantic Versioning. Pre-1.0 minor versions may include breaking changes. Per-package CHANGELOG.md files document every release.
Bug reports and feature requests welcome via issues. For pull requests, please open an issue first to discuss the change.
The full SentiSift API service (auth, billing, scoring pipeline, scrapers) lives in a separate private repository. This public repository contains only the client-facing packages and their integration code, OpenAPI-derived models, and tests.
Documentation is hosted on sentisift.com:
The SDK source code in this repository is MIT licensed — see LICENSE. The SentiSift API service itself is a separate hosted service governed by the Terms of Service at sentisift.com/terms.html. Use of the API requires an API key obtained from sentisift.com/pricing.