Analytics
churnlens.site
Analyzes SaaS metrics like churn rate, GRR, NRR, and revenue concentration.
ENDPOINT 1
https://churnlens.site/api/mcp
MCP server metadata
- Name
- churnlens-mcp
- Version
- 2.0.0
Known tools 6
calculate_churn_rateCalculate net revenue retention (NRR), gross revenue retention (GRR), revenue churn and implied customer lifetime from one period's MRR movements.
Inferred read-onlyanalyze_revenue_concentrationAssess customer concentration risk across a book of revenue using the Herfindahl-Hirschman Index (HHI), top-N share and whale detection.
Inferred read-onlydetect_zombie_mrrIdentify dormant-but-paying accounts — revenue that still counts in MRR but whose customers have stopped showing up.
Inferred read-onlyscore_saas_healthScore a SaaS business 0-100 across five dimensions — retention, growth, concentration, efficiency and durability — and return the composite.
Inferred read-onlycalculate_ltvCalculate gross-margin-adjusted customer lifetime value, the LTV:CAC ratio and CAC payback in months.
Inferred read-onlyget_scoring_bandsReturn the scoring thresholds ChurnLens applies to NRR, revenue concentration and the composite health score.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.churnlens-mcp]
url = "https://churnlens.site/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"churnlens-mcp": {
"type": "http",
"url": "https://churnlens.site/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: churnlens-mcp
Remote MCP URL: https://churnlens.site/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"churnlens-mcp": {
"url": "https://churnlens.site/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"churnlens-mcp": {
"type": "http",
"url": "https://churnlens.site/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "churnlens-mcp",
"transport": "streamable-http",
"url": "https://churnlens.site/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for churnlens.site was fetched 2026-07-31T05:14:55.794Z and is being refreshed.
churnlens.site is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.