# Unbounce MCP for AI Agents AI Agent Connect

> Unbounce MCP for AI Agents. Automate your marketing workflows by pulling leads, auditing A/B test variants, and managing landing pages across multiple accounts. Instead of downloading messy CSVs or clicking through complex dashboards, you can query performance stats and account data instantly. This Connector lets your agent handle the heavy lifting of data retrieval so you can focus on making decisions based on real-time conversion metrics and lead generation funnels.

## Overview
- **Category:** marketing-automation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_EuDURGRDij7TBgj61WJJgQnvWIGvrizYaj7PPfDq/ai-agent-connect
- **Tags:** landing-pages, conversion-optimization, lead-generation, a-b-testing, web-design, marketing-analytics

## Description

Imagine you're trying to figure out why one landing page is converting at 2% while another hits 10%. Instead of digging through nested menus and squinting at small charts, you just ask your agent to pull the numbers. This Connector handles the heavy lifting by letting your AI client talk directly to your Unbounce account. You can grab every lead from a specific form without downloading a single file or manually copying data into a spreadsheet. It's a huge shift for anyone who spends half their day moving data between tabs. When you find yourself buried in different client projects, you can just list them out or check status updates in seconds. Vinkius makes it easy to plug this into your existing setup so you can stop fighting the interface and start actually analyzing the data. You get to stay in your chat window while the agent does the tedious work of pulling form entries, checking variant splits, and verifying your organization's hierarchy.

## Tools

### list_accounts
List all Unbounce accounts

### list_domains
List custom domains

### list_form_fields
List form fields for a page

### get_lead
Get details for a specific lead

### get_page
Get details for a specific landing page

### list_leads
List leads for a page

### list_page_groups
List page groups

### list_pages
List pages for a sub-account

### list_sub_accounts
List sub-accounts (clients)

### get_me
Get current Unbounce user details

## Prompt Examples

**Prompt:** 
```
Which domains are currently active in my account?
```

**Response:** 
```
I've pulled the active domains for your account. Here is the current list:

| Domain Name | Status |
| :--- | :--- |
| **get.vinkius.cloud** | Active |
| **campaigns.yourstack.com** | Active |
| **product.marketing.io** | Active |

Would you like me to check the page counts for any of these?
```

**Prompt:** 
```
Summarize the performance of the 'Summer Sale' landing page.
```

**Response:** 
```
Here are the conversion metrics for the **Summer Sale** page:

* **Total Hits:** 14,200
* **Variant A:** 1.2% conversion rate (Underperforming)
* **Variant B:** 11.0% conversion rate (Winning)

**Summary:** Variant B is significantly outperforming Variant A, with over 1,500 firm leads gathered so far. I recommend shifting more traffic to Variant B.
```

**Prompt:** 
```
Give me the last 5 leads from the 'Contact Us' page.
```

**Response:** 
```
I've retrieved the 5 most recent form submissions from the **Contact Us** page:

1. **john.doe@test.com** (Acme Global)
2. **sarah.smith@example.com** (TechCorp)
3. **mike.j@startup.io** (Nova Inc)
4. **linda.w@agency.net** (Creative Flow)
5. **bob.t@corp.com** (Global Logistics

Do you want me to format these into a table or draft follow-up emails?
```

## Capabilities

### Pull form submissions
Fetch lead data from specific landing pages without manual exports.

### Audit A/B test results
Check variant performance and conversion stats instantly.

### List landing pages
See every page live across your entire organization.

### Verify custom domains
Query all configured domains in your account with one command.

### Delete lead data
Trigger data privacy deletions directly across specific accounts.

## Use Cases

### A/B Test Performance Audit
A marketer needs to know which test is winning. The user asks the agent to summarize the conversion metrics and variant splits for a specific LP ID.

### Instant Lead Retrieval
A sales rep needs to see the latest signups. The user asks the agent to fetch the latest form submission metadata for a specific lead ID.

### Agency Domain Audit
An agency needs to audit 50 clients at once. The user asks the agent to list all custom domains across all sub-accounts.

### Privacy Compliance Deletion
A compliance officer needs to delete a user's data. The user asks the agent to trigger a data-privacy deletion for a specific lead.

## Benefits

- Stop manual CSV exports by using leads to pull form submissions directly into your chat window.
- Identify winning A/B tests faster by using pages to audit variant splits and conversion rates.
- Navigate large organizations easily by using sub_accounts to see every account your team manages.
- Verify your setup instantly by using domains to check which URLs are active and configured.
- Protect user privacy by using leads to trigger raw data deletions across specific accounts.

## How It Works

The bottom line is you get direct access to your Unbounce data without ever leaving your chat interface.

1. Connect your Personal Developer Unbounce API Auth Token in the connection setup.
2. Map your live conversion tracking or specific landing pages within your AI client.
3. Ask your agent to pull leads, audit variants, or list domains.

## Frequently Asked Questions

**Can the Unbounce MCP pull leads for me?**
Yes, it fetches form submissions directly so you don't have to download files or manually copy data. You can just ask your agent to show you the latest entries.

**How do I manage multiple accounts with the Unbounce MCP?**
You can list all sub_accounts and domains to see everything in one place. It's perfect for agencies managing dozens of different clients.

**Can I use this to see A/B test results?**
Yes, it lets your agent audit variant splits and conversion stats. You can quickly identify which version of a page is performing best.

**Does the Unbounce MCP help with data privacy?**
Yes, you can use it to trigger deletions of specific lead data. This makes it much easier to handle privacy requests without manual intervention.

**Is this for designing pages?**
No, this Connector is for data interaction and account management. It won't let you change colors, layouts, or visual elements in the Unbounce editor.

**How do I connect the Unbounce MCP?**
You just need to provide your Personal Developer Unbounce API Auth Token in the connection setup. Once connected, you can start querying your data immediately.

**Can it retrieve all form submission data (Leads) for a specific landing page in one go?**
Absolutely. Just instruct the agent using the 'list_page_leads' capability, feeding it the specific landing page ID. It directly taps the records returning JSON-wrapped metadata of exactly what your visitors typed in.

**How can I check the performance and stats of a live landing page quickly?**
Simply ask the agent to fetch the page statistics using 'get_page_statistics' with its respective ID. Data elements like bounce rates, overall views vs conversions naturally return into the AI context mapping easy charts.

**Can it query sub-accounts dynamically finding out assigned domains on larger enterprise accounts?**
Yes. First call 'list_sub_accounts' to get raw IDs, then orchestrate 'list_sub_account_domains' recursively across those IDs. In one prompt, your AI audits the entire organizational deployment topology natively.

**Can I see all the leads collected by a specific landing page?**
Yes! Use the `list_leads` tool and provide the Page ID. Your agent will retrieve the complete list of submissions for that page.

**How do I list all landing pages in a sub-account?**
Use the `list_pages` query with your Sub-Account ID. The agent will return all landing pages associated with that specific client or project area.

**Is it possible to see the form fields used on a page via AI?**
Absolutely. Run the `list_form_fields` query with your Page ID. The agent will retrieve all form fields defined across all variants of that landing page.