pickelfintech/sentisift-sdks

šŸŽÆ Marketing
0 Views
0 Installs

šŸ ā˜ļø - Comment moderation and intelligence for any article: bot/spam detection, multilingual sentiment analysis, and Influence (constructive comment generation on paid tiers). Free tier: 1,000 comments, no credit card.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "pickelfintech-sentisift-sdks": {
      "command": "npx",
      "args": [
        "-y",
        "pickelfintech-sentisift-sdks"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

SentiSift SDKs

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.

PackageSourceRegistryInstall
sentisift (Python)python/PyPIpip install sentisift
@sentisift/client (Node/TypeScript)node/npmnpm install @sentisift/client
sentisift-mcp (MCP server)mcp/PyPIuvx sentisift-mcp

What is SentiSift?

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.

Quick start

Python

pip install sentisift
from sentisift import SentiSift

client = SentiSift()  # reads SENTISIFT_API_KEY from env
result = client.analyze(
    article_url="https://example.com/article/1",
    comments=[
        {"text": "Great article!", "author": "alice", "time": "2026-04-18T10:00:00"},
    ],
)

Node / TypeScript

npm install @sentisift/client
import { SentiSift } from "@sentisift/client";

const client = new SentiSift();
const result = await client.analyze({
  articleUrl: "https://example.com/article/1",
  comments: [{ text: "Great article!", author: "alice", time: "2026-04-18T10:00:00" }],
});

MCP (Claude Desktop, Cursor, VS Code, Continue)

uvx sentisift-mcp     # one-shot run via uv
# or
pip install sentisift-mcp     # then add to your MCP host's config

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.

Repository layout

.
ā”œā”€ā”€ python/                Python SDK (sentisift on PyPI)
ā”œā”€ā”€ node/                  Node SDK (@sentisift/client on npm)
ā”œā”€ā”€ mcp/                   MCP server (sentisift-mcp on PyPI)
ā”œā”€ā”€ OVERVIEW.md            Endpoint coverage matrix, supported platforms, release history
ā”œā”€ā”€ RELEASE_RUNBOOK.md     AI-driven release procedure (read this for any version bump)
ā”œā”€ā”€ RELEASE_CHECKLIST.md   Engineering line-by-line checklist
└── .gitlab-ci.yml         CI: tests on every push; publishes on tag push

Versioning

All three packages follow Semantic Versioning. Pre-1.0 minor versions may include breaking changes. Per-package CHANGELOG.md files document every release.

Contributing

Bug reports and feature requests welcome via issues. For pull requests, please open an issue first to discuss the change.

Architecture

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:

License

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.

Contact

Related MCP Servers

acamolese/google-search-console-mcp

šŸ ā˜ļø - Google Search Console MCP server: query performance data, inspect URLs, check indexing, and generate brandable HTML SEO audit reports with a 30/60/90-day roadmap. Read-only OAuth scope, installable via uvx mcp-google-search-console.

šŸŽÆ Marketing0 views
AdsMCP/tiktok-ads-mcp-server

šŸ ā˜ļø - A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow.

šŸŽÆ Marketing0 views
Agent-Prod/muze-mcp

šŸŽ–ļø šŸ ā˜ļø - Run your ecommerce ads from Claude & ChatGPT. Meta, Google, Amazon and Shopify: 150+ tools to read performance, inspect campaigns, research competitor ads, and take confirm-gated writes (pause, budgets, launches) that always stage paused. Hosted; connect via OAuth or an API key at https://backend.muzecmo.com/mcp

šŸŽÆ Marketing0 views
AIOProductOS/studio-mcp

šŸŽ–ļø šŸ“‡ šŸ  šŸŽ 🪟 🐧 - Turns your AI host into a product videographer: scripted screen recordings of your own web app with a visible gliding cursor, camera zooms, highlight callouts, captions, and designed scene transitions, plus marketing-grade screenshots; deterministic dark-frame cleanup and MP4/GIF export. Free and fully local. npx -y @aioproductoscom/mcp-studio

šŸŽÆ Marketing0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.