> For the complete documentation index, see [llms.txt](https://notara.gitbook.io/notara-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notara.gitbook.io/notara-docs/connectors/chartmogul.md).

# ChartMogul

Read SaaS revenue metrics — MRR, ARR, churn, ARPA, LTV, and MRR movement breakdowns — from your ChartMogul account.

## What It Enables

| Tool                    | Capability | Description                                                                                             |
| ----------------------- | ---------- | ------------------------------------------------------------------------------------------------------- |
| `get_financial_metrics` | `read`     | Get a current snapshot of MRR, ARR, customers, ARPA, LTV, and churn rates                               |
| `get_mrr_movements`     | `read`     | Get MRR movement breakdown (new business, expansion, contraction, churn, reactivation) for a date range |
| `get_all_saas_metrics`  | `read`     | Get all SaaS metrics over a date range at day, week, or month intervals                                 |
| `get_customers`         | `read`     | List customers filtered by status (Active, Cancelled, Trialing, Past Due)                               |

All tools are read-only.

## Setup

**Required:** ChartMogul API key

**Where to find it:** [app.chartmogul.com → Admin → API Keys](https://app.chartmogul.com/#admin/api_keys)

1. In the Notara dashboard, go to **Tools**.
2. Click the **ChartMogul** tile.
3. In ChartMogul, go to **Admin → API Keys** and copy your API key.
4. Paste the key into the credential field and click **Verify & Save**.

Your API key is encrypted at rest with AES-256-GCM.

## Example Prompts

> "What's our current MRR, ARR, and monthly churn rate?"

> "Show me MRR movements for Q2 — new business vs expansion vs churn."

> "How many active customers do we have, and what's the ARPA trend over the last 6 months?"


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://notara.gitbook.io/notara-docs/connectors/chartmogul.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
