INDIVIDUAL MCP TOOL
pm_calculate_churn
Analyze customer and revenue churn with business-type-specific benchmarks (B2B SaaS, B2C SaaS, Enterprise, SMB).
LIVE ENDPOINT
https://pmtoolkit.ai/api/mcp
Connect to this endpoint to inspect the live schema for pm_calculate_churn and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.pmtoolkit]
url = "https://pmtoolkit.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pmtoolkit": {
"type": "http",
"url": "https://pmtoolkit.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pmtoolkit
Remote MCP URL: https://pmtoolkit.ai/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": {
"pmtoolkit": {
"url": "https://pmtoolkit.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pmtoolkit": {
"type": "http",
"url": "https://pmtoolkit.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pmtoolkit",
"transport": "streamable-http",
"url": "https://pmtoolkit.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
pm_calculate_ltv— Analyze Customer Lifetime Value with industry-calibrated benchmarks by business segment, health status indicators, and actionable recommendations.pm_calculate_cac— Analyze Customer Acquisition Cost with optional channel breakdown, LTV:CAC ratio assessment, and payback period calculation.pm_calculate_mrr— Analyze MRR/ARR revenue health with SaaS Quick Ratio, Net Revenue Retention (NRR), Gross Revenue Retention (GRR), and composite health scoring.pm_unit_economics— Get a complete unit economics assessment in one call - LTV, CAC, LTV:CAC ratio, payback period, and churn analysis with an overall health score and strategic recommendations.pm_rice_score— Rank and prioritize a batch of features using the RICE framework (Reach x Impact x Confidence / Effort).pm_ice_score— Rapidly rank and prioritize features using ICE scoring (Impact x Confidence x Ease, all 1-10 scale).pm_classify_impact_effort— Classify features into Impact/Effort Matrix quadrants: Quick Wins (high impact, low effort - do first), Big Bets (high impact, high effort - plan carefully), Fill-ins (low impact, low effort - sprint gaps), and Avoid (low impact, high effort - time sinks).pm_classify_kano— Classify features into Kano Model categories (Must-have, Performance, Delighter, Indifferent, Reverse, Questionable) using functional/dysfunctional survey response pairs.