# Adobe Analytics MCP for AI Agents AI Agent Connect

> Adobe Analytics MCP lets your AI agent pull reports, audit metrics, and manage audience segments directly. Instead of clicking through complex dashboards, you can ask your agent to fetch specific data or check your report suite configurations. It handles the heavy lifting of interacting with your Adobe Analytics account so you can focus on the actual analysis.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Va4rQwZQOByyZo1Z0CkkzNDHY8a6QXzthHPlhpWQ/ai-agent-connect
- **Tags:** customer-journey, segmentation, reporting-dashboards, real-time-data, metrics-auditing, enterprise-analytics

## Description

You're probably tired of jumping between browser tabs just to find a single conversion number or trying to remember which report suite actually holds the data you need. This Connector changes that by giving your agent a direct line into your Adobe Analytics account. You can stop hunting for data and start asking questions. If you need to know how a specific campaign performed or want to see a list of all your active audience segments, your agent handles the request. It pulls the raw data, organizes it, and puts it right in your chat window. Since Vinkius hosts this in their catalog, you can get it running across your favorite AI clients without wrestling with the underlying API. It's about moving from manual data fetching to just having the answers you need in a conversation.

## Tools

### list_report_suites
See every report suite in your account. This helps you keep track of your different data collections.

### get_metrics
List all metrics for a specific report suite. Use this to see what data points are available for your analysis.

### get_dimensions
List dimensions like Page or Device Type for a report suite. This helps you understand how to break down your data.

### get_report
Retrieve a full analytics report based on a JSON request. This is how your agent fetches the actual data you need.

### list_segments
List all your audience segments. Use this to see which groups you're currently tracking.

## Prompt Examples

**Prompt:** 
```
What metrics are available for my 'ecommerce-prod' suite?
```

**Response:** 
```
I've checked the 'ecommerce-prod' suite for you. Here are the standard and calculated metrics available:

| Metric Type | Count |
| :--- | :--- |
| **Standard Metrics** | 42 |
| **Calculated Metrics** | 8 |

Common metrics include Page Views, Visits, and Conversion Rate. Let me know if you want a full list of the specific names.
```

**Prompt:** 
```
Show me the top 3 pages for mobile users from last weekend.
```

**Response:** 
```
I've pulled that report for you. For mobile users last weekend, the top 3 pages were:

1. **Product Detail Page** (45% engagement)
2. **Cart** (22%)
3. **Search Results** (15%)

Would you like to see the bounce rate for these specific pages?
```

**Prompt:** 
```
List all my active audience segments.
```

**Response:** 
```
You have 18 active segments in your account. These include:

*   High Value Customers
*   First Time Visitors
*   Abandoned Carts
*   ...and 15 others.

Would you like to see the details for any of these?
```

## Capabilities

### Pull specific analytics reports
Get detailed data breakdowns with complex filters using natural language.

### Audit available metrics
See every metric and dimension available for your specific report suites.

### Manage audience segments
View and list all your active segments to see who you're actually targeting.

### Organize report suites
List and manage your collections to keep your analytics environment tidy.

### Track real-time performance
Identify traffic trends and engagement patterns without building new dashboards.

## Use Cases

### Quick campaign performance check
A marketing manager needs to know the conversion rate for a specific segment last week. They ask the agent to list segments, find the right one, and then use get_report to pull the data.

### Verifying new dimension tracking
A data analyst needs to verify if a new dimension is available for a specific suite. They use get_dimensions to check the metadata of a report suite to confirm it is live.

### Analyzing feature engagement
A product owner wants to see how many people are using a new feature. The agent uses get_metrics to find the right engagement data and then pulls a report to show the trend.

### Audit active report suites
A growth lead wants a bird's eye view of all active report suites. They ask the agent to list all report suites to see how many different data collections are currently active.

## Benefits

- Stop building manual dashboards for every single request because you can use get_report to pull exactly what you need on the fly.
- Audit your metadata instantly with get_metrics and get_dimensions to ensure your tracking is actually capturing the right data points.
- Manage your audience data faster by using list_segments to see every active group without opening the Adobe UI.
- Keep your analytics organized by using list_report_suites to manage your collections and find the right data faster.
- Get answers in seconds by asking your agent to identify traffic trends instead of digging through nested menus in the browser.

## How It Works

The bottom line is you get a conversational interface for your entire Adobe Analytics data ecosystem.

1. Subscribe to the Adobe Analytics MCP on Vinkius.
2. Provide your Client ID, Client Secret, and Global Company ID.
3. Start asking your agent to pull reports or list segments.

## Frequently Asked Questions

**Can the Adobe Analytics MCP pull real-time data?**
Yes, it allows your agent to retrieve reports and identify traffic trends quickly so you can see what's happening right now without manual setup.

**Does this Connector work with my existing Adobe Analytics account?**
It connects directly to your current account using your Client ID and Secret, so all your existing reports and segments are immediately accessible.

**Can I use it to see what dimensions are available in a specific suite?**
Yes, the Connector can list all dimensions for a specific report suite, which helps you understand exactly how you can break down your data.

**How do I know which report suites I have?**
You can simply ask your agent to list all report suites. It will pull a full list of your collections so you can see everything in one place.

**Can my agent help me manage audience segments?**
It can list all your active segments and provide details on them, making it much easier to audit your audience groups during a campaign.

**Is this Connector good for data analysts who need to audit metadata?**
Absolutely. It's designed to help analysts quickly pull metrics and dimensions to verify that your tracking is configured correctly.

**Where do I find my Global Company ID?**
The easiest way is to log in to the Adobe Developer Console and check your project settings. Alternatively, once you have an access token, the `list_report_suites` tool will return your authorized company metadata.

**Are reports returned in real-time?**
Yes. Unlike older versions of the API, the v2.0 Reporting API is synchronous and returns the data directly in the request response, making it perfect for AI interactions.

**Does this support complex breakdowns?**
Yes, the `get_report` tool accepts a JSON payload that supports the full range of Adobe Analytics v2.0 reporting features, including nested breakdowns and metric filters.