# ChartMogul MCP for AI Agents AI Agent Connect

> ChartMogul MCP lets you query your subscription revenue and SaaS metrics directly from any AI agent. Track MRR, ARR, churn rates, and customer growth without jumping between tabs. It connects your ChartMogul data to your chat interface so you can get instant answers on your business health and customer details.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_3JFgGcndUmXAE3MC5p0cN1Vu2mdiNEwzdjt5CR6x/ai-agent-connect
- **Tags:** saas-metrics, mrr-tracking, churn-analysis, subscription-analytics, revenue-growth, ltv-calculation

## Description

You're tired of logging into a separate dashboard just to see if your churn rate spiked last week or what your current ARR looks like. This Connector changes that by pulling your ChartMogul data straight into your chat window. Instead of exporting CSVs or squinting at complex charts, you can just ask your agent for the numbers. It handles the heavy lifting of fetching high-level metrics like ARPA and ASP, or digging into specific customer profiles. If you need to see how your revenue trends look over a specific timeframe, you just ask. It's a lot faster to get answers when the data is already where you're working. You can find this Connector in the Vinkius catalog to get started. It's about getting your SaaS metrics into a conversational format so you can make decisions based on real-time numbers rather than outdated spreadsheets.

## Tools

### get_arr_metrics
Get your Annualized Run Rate metrics. This is useful for seeing your yearly revenue projection.

### get_subscription_metrics
Pull high-level subscription numbers like MRR and ARR. Use this for a quick snapshot of your revenue.

### get_mogul_customer_details
Fetch specific details for a single customer. It's the fastest way to see a customer's plan and history.

### get_mrr_metrics
Get your Monthly Recurring Revenue metrics. Use this to track your primary monthly income.

### list_mogul_customers
See a list of every customer in your account. This is great for a broad overview of your user base.

### list_mogul_data_sources
See which data sources are currently linked. Use this to audit your account's data pipeline.

### ping_mogul_api
Check if your connection to the API is working. This ensures your agent has the right access.

### get_customer_count_metrics
See how many customers you have over time. This helps you track your growth trajectory.

## Prompt Examples

**Prompt:** 
```
What was our MRR last month compared to this month?
```

**Response:** 
```
Here is your MRR growth for the last two months:

| Month | MRR |
| :--- | :--- |
| October | $42,500 |
| November | $48,200 |

**Growth:** +13.4% 

Would you like to see the churn rate for November as well?
```

**Prompt:** 
```
Give me the details for customer 'cust_9988'.
```

**Response:** 
```
I found the details for **cust_9988**:

* **Name:** Global Tech Solutions
* **Plan:** Enterprise
* **Status:** Active
* **Joined:** January 2023
* **Monthly Cost:** $2,400

Do you need to see their subscription history?
```

**Prompt:** 
```
Show me our ARR and customer count for Q1.
```

**Response:** 
```
For Q1 2024, here are your key metrics:

* **ARR:** $1.2M
* **Total Customers:** 412
* **Growth Trend:** Upward

I can also pull the specific MRR metrics if you need a deeper look.
```

## Capabilities

### Pull revenue metrics
Get your MRR, ARR, and other high-level subscription numbers instantly.

### Track customer growth
See your total customer counts and churn rates over any timeframe.

### Lookup customer profiles
Retrieve specific details for any customer in your database.

### Audit data sources
List and check all the data sources feeding your ChartMogul account.

### Verify API status
Check your connection and authentication status with a quick ping.

## Use Cases

### Founder's morning health check
A founder asks their agent for the current MRR and churn rate to see how the business performed overnight using get_mrr_metrics.

### Rapid customer troubleshooting
A success manager asks for the details of a specific customer to check their plan status using get_mogul_customer_details.

### Quarterly revenue auditing
A finance analyst asks for a summary of ARR trends over the last six months to prepare for a board meeting.

### Data source verification
An ops lead checks which data sources are currently active to ensure no metrics are missing using list_mogul_data_sources.

## Benefits

- Get real-time revenue data with get_mrr_metrics without ever opening a browser tab.
- Audit your annual growth using get_arr_metrics for faster and more accurate financial reporting.
- Quickly check specific account details with get_mogul_customer_details during live calls.
- Monitor your user base growth trends using get_customer_count_metrics to spot shifts early.
- Verify your data connections with list_mogul_data_sources to ensure your reports are accurate.
- Keep your team aligned by pulling high-level stats via get_subscription_metrics in your chat.

## How It Works

The bottom line is you get real-time SaaS metrics in your chat interface without manual data exports.

1. Subscribe to the Connector and grab your API Key from your ChartMogul settings.
2. Paste your API Key into your AI client's configuration settings.
3. Ask your agent for specific revenue trends or customer details.

## Frequently Asked Questions

**Can I use ChartMogul MCP to see my MRR and ARR?**
Yes, you can ask your agent for your Monthly Recurring Revenue and Annualized Run Rate metrics directly. It pulls the latest data from your account so you can see your revenue trends instantly.

**How do I see specific customer information with ChartMogul MCP?**
You can ask for details on any specific customer. Your agent will retrieve the plan type, status, and other key account information from your database.

**Does ChartMogul MCP support churn analysis?**
Yes, you can query your churn rates and customer growth metrics. This helps you monitor how many customers are staying with your service over time.

**Can I check my data sources using ChartMogul MCP?**
You can list all the data sources currently configured in your account. This is a great way to verify that all your intended data is flowing into ChartMogul correctly.

**Is it hard to connect ChartMogul MCP to my AI agent?**
Not at all. You just need your ChartMogul API key. Once you paste that into your AI client, your agent can start querying your SaaS metrics immediately.

**Can I see my total customer count over time?**
Yes, you can ask for your total customer count metrics. The Connector can pull these numbers over specific timeframes so you can track your growth.

**Can I see my current MRR through the agent?**
Yes! Use the `get_mrr_metrics` tool with a start and end date. The agent will return the MRR data for that period directly from ChartMogul.

**How do I check the subscription status of a specific customer?**
First, use `list_mogul_customers` to find the customer's UUID, then use the `get_mogul_customer_details` tool to see their active plans and history.

**Where do I find my ChartMogul API Key?**
Log in to your ChartMogul account and go to **Settings > API Keys**. You can create and copy your API key from there.