# RetentionCheck (npm · @retentioncheck/mcp-server)

Pull churn from Stripe, Postgres, MySQL, or pasted feedback. AI-ranked drivers + fixes.

- Trust score: 63/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@retentioncheck/mcp-server`: 63/100 (this document), [markdown](https://verifymcp.io/servers/brianfofficial-retentioncheck-mcp-server/retentioncheck-mcp-server.md), [page](https://verifymcp.io/servers/brianfofficial-retentioncheck-mcp-server/retentioncheck-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@retentioncheck/mcp-server`
- Version: `0.6.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (123 of 127), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (123 of 127), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 75 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 487 tokens (~121/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add brianfofficial-retentioncheck-mcp-server -- npx -y @retentioncheck/mcp-server
```

### Codex

```bash
codex mcp add brianfofficial-retentioncheck-mcp-server -- npx -y @retentioncheck/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "brianfofficial-retentioncheck-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@retentioncheck/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add brianfofficial-retentioncheck-mcp-server --command npx --arg -y --arg @retentioncheck/mcp-server
```

### Hermes

```yaml
mcp_servers:
  brianfofficial-retentioncheck-mcp-server:
    command: "npx"
    args: ["-y", "@retentioncheck/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "brianfofficial-retentioncheck-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@retentioncheck/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 59, +38)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 21, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 16, −24)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (4)

### `analyze_churn` (~92 tokens)

Analyze Churn

Analyze customer cancellation feedback to identify churn patterns, severity, and actionable recommendations. Paste raw feedback text (one response per line) or CSV data.

Input parameters:

- `feedback` (string, required): Raw cancellation feedback. One response per line. Example: Too expensive Missing features we need Switched to competitor
- `focus` (string): Optional focus area to narrow the analysis (e.g., 'pricing', 'onboarding')

### `analyze_stripe_churn` (~127 tokens)

Analyze Stripe Churn

Pull canceled subscriptions directly from Stripe and analyze them for churn patterns. Requires STRIPE_SECRET_KEY env var (use a restricted read-only key with Subscriptions, Customers, and Prices read access). Includes plan, MRR, sub age, and voluntary/involuntary context for each cancellation. Defaults to last 90 days.

Input parameters:

- `focus` (string): Optional focus area to narrow the analysis (e.g., 'pricing', 'onboarding')
- `lookback_days` (integer): How many days back to analyze. Defaults to 90. Min 7. Max 365.

### `analyze_sql_churn` (~206 tokens)

Analyze Churn from SQL Database

Pull canceled subscriptions directly from a Postgres or MySQL database and analyze them for churn patterns. Requires POSTGRES_URL or MYSQL_URL env var (use a read-only database user ,  see retentioncheck.com/integrations for the exact SQL to create one). You describe your schema in plain arguments (table, cancelled_at_column, reason_column, etc.) and the tool generates a safe parameterized SELECT query. Includes plan MRR, sub age, and schema-mismatch detection with actionable errors. Defaults to last 90 days.

Input parameters:

- `dialect` (string, required): Which SQL dialect. Reads POSTGRES_URL or MYSQL_URL from env accordingly.
- `focus` (string): Optional focus area to narrow the analysis (e.g., 'pricing', 'onboarding').
- `lookback_days` (integer): How many days back to analyze. Defaults to 90. Min 7. Max 365.
- `schema` (object, required): Schema mapping that tells the tool which columns hold what.

### `get_example_analysis` (~62 tokens)

Example Churn Analysis

See an example churn analysis to understand what RetentionCheck produces. Returns a pre-computed analysis ,  no API key required.

Input parameters:

- `scenario` (string): Which example scenario to show. Options: b2b-saas (default), consumer-app, pricing

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/brianfofficial-retentioncheck-mcp-server/retentioncheck-mcp-server#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 59
- 2026-08-01: 21
- 2026-07-31: 16
- 2026-07-30: 40
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/@retentioncheck/mcp-server
- Socket report: https://socket.dev/npm/package/@retentioncheck/mcp-server
- Website: https://retentioncheck.com/integrations
- Changelog RSS feed: https://verifymcp.io/servers/brianfofficial-retentioncheck-mcp-server/retentioncheck-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/brianfofficial-retentioncheck-mcp-server/retentioncheck-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/brianfofficial-retentioncheck-mcp-server/retentioncheck-mcp-server
