MRR and ARR Calculator

MRR and ARR Calculator MCP Connector for Claude

A+

Calculate Monthly Recurring Revenue (MRR) and Annual Recurring Revenue (ARR) from subscription data, broken down by plan segment.

5 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Building a financial forecast requires more than just total revenue. The challenge is accurately separating the source of growth: where did the money come from? Was it new customers, existing customer upgrades, or was it lost to cancellations?

The MRR and ARR Calculator solves this by providing granular tracking for every component of recurring revenue--New, Expansion, and Churn. It connects raw subscription data (plan price, unit count) to actionable financial metrics.

Mechanism: The system uses specialized tools to process your time-series data. First, the calculate_mrr tool processes a batch of subscriptions to yield the total MRR for a period. This result is then passed to aggregate_mrr_components to separate New, Expansion, and Churn revenue streams. Finally, the calculate_arr and get_metrics_summary tools take these core metrics to provide annualized forecasts (ARR) and key ratios like ARPU.

Advantage: Instead of a single gross number, you get a full financial picture: how fast are you growing (Net New MRR), and what is the true value of your customer base? This allows for precise forecasting and strategic decision-making.

mrrarrrecurring-revenueforecastingsaas-metricsfinancial-analysis

5 tools expose this connector's capabilities to your AI agent.

get_metrics_summary

Get a comprehensive SaaS metrics summary

calculate_mrr

Calculate Monthly Recurring Revenue from subscription data

project_revenue

Project revenue for a given time period

calculate_arr

Calculate Annual Recurring Revenue from MRR

calculate_churn_impact

Calculate the impact of customer churn on revenue

See how to talk to your AI agent using MRR and ARR Calculator.

I have subscription data for January: 100 seats @ $5/seat, and 20 new seats added. Calculate the total MRR.

Use `calculate_mrr` with the subscription data. This will output a total MRR figure, which you can then use to calculate the ARR using `calculate_arr`.

I want to see my projected revenue for the next 12 months, starting from a current MRR of $50,000.

Run `project_revenue` with an MRR of 50000 and months set to 12. This provides the annualized forecast you requested.

My MRR was $80,000 last month, and my current churn rate is 5%. What does that mean for my next period?

Use the `calculate_churn_impact` tool. Input your $80,000 MRR and 5% churn rate to understand the potential revenue loss.

MRR tracks predictable monthly revenue. To annualize this, use the `calculate_arr` tool. It takes your calculated MRR figure and multiplies it by twelve to give you the Annual Recurring Revenue (ARR).

Related Connectors