# GetResponse MCP for AI Agents AI Agent Connect

> GetResponse MCP lets you manage email marketing campaigns, track subscribers, and monitor newsletter performance through your AI agent. It handles everything from syncing new leads to checking open rates without you having to toggle back and forth between tabs.

## Overview
- **Category:** marketing-automation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_gyU9CtcVNTs87eVU8LVOY9FEhxuW3xtEtd1q5t7r/ai-agent-connect
- **Tags:** audience-management, campaign-analytics, landing-pages, webinar-integration, marketing-funnels, subscriber-tracking

## Description

GetResponse MCP lets you manage your email marketing and audience engagement directly through your AI agent. Instead of jumping back and forth between browser tabs to check your subscriber lists or pull performance stats, you can just ask your agent to do it for you. This connection puts your marketing data into a conversational workspace where you can check on your newsletter history, see which signup forms are live, and monitor your automation workflows in real time. It's a practical way to keep your marketing moving without the friction of a heavy dashboard. You can verify your webhooks are firing correctly or grab specific contact details without any manual navigation. It's about making the routine parts of marketing management happen in the background so you can focus on the actual strategy. Since Vinkius hosts this Connector, you can plug it into your current workflow and start managing your mailing lists and lead acquisition funnel from a single interface. You don't have to worry about missing a lead or forgetting to check a campaign's click-through rate because the data is always one question away. This replaces the need to navigate complex menus just to see if your latest broadcast hit the right notes. It turns your marketing data into a proactive resource you can query whenever you need a quick update on your audience growth or campaign health. By connecting your account, you can quickly see how many people joined your list today or get a breakdown of who clicked your links, all without leaving your workspace.

## Tools

### add_new_subscriber
Sync a new contact to one of your mailing lists. Use this to move leads into your audience without manual entry.

### remove_subscriber
Delete a contact

### get_api_status
Check connection

### get_list_details
Get campaign info

### get_contact_details
Get the profile information for a specific subscriber. This helps you see exactly what data is stored for a single contact.

### list_active_sequences
Get autoresponders

### list_marketing_lists
List email campaigns

### list_email_contacts
List your subscribers

### list_contact_fields
Get custom fields

### list_published_pages
Get landing pages

### list_active_webhooks
Get event configs

### find_contact_by_email
Search subscribers

## Prompt Examples

**Prompt:** 
```
What were the stats for my last newsletter?
```

**Response:** 
```
### Newsletter Performance: October Update

Here are the stats for your most recent broadcast:

| Metric | Value |
| :--- | :--- |
| **Open Rate** | 24.5% |
| **Click-Through Rate** | 3.2% |
| **Total Recipients** | 1,200 |

**Key Takeaways:**
* The open rate is slightly higher than your average.
* The click-through rate suggests the CTA in the middle of the email performed well.
```

**Prompt:** 
```
Add John Doe to my newsletter list.
```

**Response:** 
```
Done! I've successfully synced **John Doe (john@example.com)** to your **Newsletter** list. He's now active in that campaign.
```

**Prompt:** 
```
Show me all my active automation flows.
```

**Response:** 
```
I found 4 active marketing workflows in your account:

1. **New Lead Welcome** (Signup Form -> Welcome Email)
2. **Abandoned Cart Recovery** (Cart Page -> Reminder Email)
3. **Monthly Digest** (Scheduled -> Batch Email)
4. **VIP Early Access** (Tag -> Priority Email

Would you like me to pull more details on any of these?
```

## Capabilities

### Pull newsletter stats
Get a breakdown of opens, clicks, and bounces for your recent broadcasts.

### Sync new leads
Add new contacts to your mailing lists directly through your agent.

### View campaign lists
See all your active mailing lists and email campaigns at a glance.

### Inspect automation flows
Check your marketing automation workflows to see how leads are moving.

### Check webhook status
Verify that your webhooks are active and correctly configured.

## Use Cases

### Checking stats for a specific send
An email marketer asks their agent to pull the click-through rates for the 'October Update' newsletter using get_newsletter_analytics.

### Adding a lead from a chat
A growth engineer tells their agent to add a new lead to the 'VIP' list using add_new_subscriber without opening a browser.

### Verifying a webhook
A developer uses list_marketing_webhooks to confirm that the new signup form is correctly sending data to their CRM.

### Auditing a campaign list
An account manager uses list_marketing_campaigns to give a client a quick overview of all active mailing lists.

## Benefits

- Stop manual data entry by using add_new_subscriber to sync leads instantly into your audience.
- Get immediate feedback on your content by pulling data with get_newsletter_analytics to see what worked.
- Keep your lists organized by browsing all options with list_marketing_campaigns to stay on top of your segments.
- Ensure your data stays fresh by checking active triggers with list_marketing_webhooks to prevent missed leads.
- Map out your entire funnel by viewing all active paths with list_marketing_workflows to spot bottlenecks.

## How It Works

The bottom line is your marketing data is now reachable through a simple chat interface.

1. Connect your GetResponse API key in the Vinkius dashboard.
2. Open your preferred AI client like Claude or Cursor.
3. Ask your agent to list subscribers or check campaign stats.

## Frequently Asked Questions

**Can GetResponse MCP add subscribers to my lists?**
Yes, it can. You can tell your agent to sync new contacts to specific mailing lists, which saves you from having to manually enter lead information into the dashboard.

**How do I see newsletter stats with GetResponse MCP?**
You can simply ask your agent for the analytics of a specific newsletter. It will pull the open, click, and bounce rates for you instantly.

**Is GetResponse MCP good for growth engineers?**
It's great for growth engineers who need to verify webhooks and audit automation flows without navigating complex menus. It makes it much faster to check if your data pipeline is healthy.

**Can I use GetResponse MCP to see my active signup forms?**
Yes, you can. The Connector allows your agent to list all your active signup forms so you can quickly check which lead magnets are live.

**How do I connect GetResponse MCP to Claude or Cursor?**
You just need to subscribe to the Connector on Vinkius and provide your GetResponse API key. Once connected, your agent can manage your marketing data directly.

**Does GetResponse MCP show my campaign history?**
Yes, it can list your newsletters and marketing campaigns, giving you a clear overview of your previous broadcasts and current active lists.

**How do I get an API Key for GetResponse?**
Log in to your GetResponse account, go to Menu > Integrations and API > API, and you can generate a new API key there.

**Are 'Campaigns' and 'Lists' the same thing?**
Yes, in GetResponse API v3, mailing lists are referred to as 'campaigns'. You manage your subscribers within these campaign objects.

**Can I see newsletter open rates via the agent?**
Yes! The 'get_newsletter_analytics' tool retrieves high-level performance metrics, including opens, clicks, and bounce data for your sent broadcasts.

**How do I add a new contact to a specific list?**
Use the 'add_new_subscriber' tool. You will need to provide the contact's email and the specific Campaign ID where they should be added.

**How do I find my GetResponse API Key?**
Log in to your account, navigate to **Tools** > **Integrations and API**, and select the **API** tab to generate or copy your key.

**Can I add a contact to a specific list?**
Yes! Use the `add_new_subscriber` tool and provide the `campaignId` of the target list along with the contact's email.

**How do I search for a subscriber by email?**
The `find_contact_by_email` tool allows you to perform a direct lookup to retrieve a specific subscriber's profile and metadata.