RetentionCheck
Pull churn from Stripe, Postgres, MySQL, or pasted feedback. AI-ranked drivers + fixes.
{
"mcpServers": {
"retentioncheck-mcp-server": {
"command": "npx",
"args": [
"-y",
"@retentioncheck/mcp-server"
],
"env": {
"ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
"STRIPE_SECRET_KEY": "<your-stripe_secret_key>",
"POSTGRES_URL": "<your-postgres_url>",
"MYSQL_URL": "<your-mysql_url>",
"RETENTIONCHECK_TELEMETRY": "<retentioncheck_telemetry>"
}
}
}
}{
"mcpServers": {
"retentioncheck-mcp-server": {
"command": "npx",
"args": [
"-y",
"@retentioncheck/mcp-server"
],
"env": {
"ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
"STRIPE_SECRET_KEY": "<your-stripe_secret_key>",
"POSTGRES_URL": "<your-postgres_url>",
"MYSQL_URL": "<your-mysql_url>",
"RETENTIONCHECK_TELEMETRY": "<retentioncheck_telemetry>"
}
}
}
}npx -y @retentioncheck/mcp-serverANTHROPIC_API_KEYAnthropic API key for running churn analysis (required for analyze_churn, analyze_stripe_churn, and analyze_sql_churn; get_example_analysis works without it).
STRIPE_SECRET_KEYStripe API key for analyze_stripe_churn. Use a RESTRICTED (read-only) key with these permissions: Subscriptions Read, Customers Read, Prices Read. Create one at https://dashboard.stripe.com/apikeys/create. Optional — only required for the analyze_stripe_churn tool.
POSTGRES_URLPostgres connection string for analyze_sql_churn when dialect='postgres'. Format: postgres://user:pass@host:5432/db?sslmode=require. Use a READ-ONLY user — see retentioncheck.com/integrations for the exact GRANT SQL. Optional — only required for the analyze_sql_churn tool with postgres dialect.
MYSQL_URLMySQL connection string for analyze_sql_churn when dialect='mysql'. Format: mysql://user:pass@host:3306/db?ssl=true. Use a READ-ONLY user — see retentioncheck.com/integrations for the exact GRANT SQL. Optional — only required for the analyze_sql_churn tool with mysql dialect.
RETENTIONCHECK_TELEMETRYSet to 0 to opt out of anonymous usage telemetry. Telemetry tracks tool invocations and aggregate counts — never the feedback text, financial values, or any PII.
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…