GetResponse Connector for AI agents.
12 live capabilities
Manage your email marketing campaigns and subscriber lists through natural conversation.
Waiting for input…
Why people use GetResponse
GetResponse for Automated Lead Management
This Connector changes that by bringing your marketing data directly into your workspace. You can ask your agent to find a contact or list your active sequences without ever leaving your current project. You get immediate answers and the ability to update your records in seconds.
What Vinkius changes
That you turn your marketing platform into a conversational capability.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying lead status from a specific landing page
A marketer needs to see if a lead from a specific landing page is already in the system.
- Real-world use case 02
Checking active autoresponder workflows
An e-commerce owner wants to see which autoresponders are currently sending emails.
- Real-world use case 03
Registering new contacts during a live chat
A team is manually adding contacts from a spreadsheet.
Complete set · 12capabilities
The complete GetResponse capability set.
These are the exact actions your AI can choose when you ask it to work with GetResponse.
01—04
4 capabilities in this set.
Part of 12 available through GetResponse.
- 01 Capability
Add new subscriber
Register a new contact into your marketing system. This helps you grow your audience quickly.
- 02 Capability
Remove subscriber
Delete a contact from your list. Use this to maintain a clean and compliant mailing list.
- 03 Capability
Get api status
Check if your connection to the platform is active. Use this to ensure your agent can still access your data.
- 04 Capability
Get list details
Get specific information about a marketing campaign. This helps you track performance and settings.
05—08
4 capabilities in this set.
Part of 12 available through GetResponse.
- 05 Capability
Get contact details
Pull all information for a specific subscriber. Use this to see how a lead interacts with your brand.
- 06 Capability
List active sequences
See your currently running autoresponder sequences. This helps you manage your automated customer journeys.
- 07 Capability
List marketing lists
View all of your marketing lists in one place. Use this to see your total audience reach.
- 08 Capability
List email contacts
Get a full list of your current subscribers. This is great for auditing your audience size.
09—12
4 capabilities in this set.
Part of 12 available through GetResponse.
- 09 Capability
List contact fields
See the custom fields you've set up for your contacts. Use this to manage personalized data points.
- 10 Capability
List published pages
See all your live landing pages. This helps you keep track of your active lead magnets.
- 11 Capability
List active webhooks
View your current event configurations. Use this to manage how data flows between apps.
- 12 Capability
Find contact by email
Search for a specific subscriber using their email. This makes it easy to find a lead's history.
Set up in minutes
One URL. Then ask GetResponse to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GetResponse from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_NEMe1aWU8k6E2tAWyERWX2a85K3BY9UGSiGHKdxX/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it GetResponse, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GetResponse for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_NEMe1aWU8k6E2tAWyERWX2a85K3BY9UGSiGHKdxX/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the GetResponse URL.
- Step 03
Save and start
Save the connection and enable GetResponse in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"getresponse-alternative": {
"url": "https://edge.vinkius.com/vk_preview_NEMe1aWU8k6E2tAWyERWX2a85K3BY9UGSiGHKdxX/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using GetResponse
Open Agent mode in chat and ask: "Using GetResponse, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"getresponse-alternative": {
"url": "https://edge.vinkius.com/vk_preview_NEMe1aWU8k6E2tAWyERWX2a85K3BY9UGSiGHKdxX/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using GetResponse
Ask Copilot: "Using GetResponse, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"getresponse-alternative": {
"url": "https://edge.vinkius.com/vk_preview_NEMe1aWU8k6E2tAWyERWX2a85K3BY9UGSiGHKdxX/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using GetResponse
Open Cascade and ask: "Using GetResponse, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"getresponse-alternative": {
"url": "https://edge.vinkius.com/vk_preview_NEMe1aWU8k6E2tAWyERWX2a85K3BY9UGSiGHKdxX/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using GetResponse
Ask Cline: "Using GetResponse, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add getresponse-alternative --transport http "https://edge.vinkius.com/vk_preview_NEMe1aWU8k6E2tAWyERWX2a85K3BY9UGSiGHKdxX/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using GetResponse
Ask Claude: "Using GetResponse, show me...". 12 tools are ready
Where the request belongs
Work GetResponse can move forward.
For marketing managers who are tired of manual data entry and e-commerce owners who need to monitor lead generation without constant tab-switching.
Digital Marketer
Updates subscriber lists and checks campaign performance during strategy meetings without leaving their workspace.
E-commerce Owner
Monitors landing page leads and checks autoresponder statuses while managing the online store.
Customer Success Manager
Verifies subscriber data and manages custom fields to personalize outreach for high-value clients.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGetResponse
Grow your audience with email marketing, landing pages, webinars, and marketing automation that works together seamlessly.
Campaign Monitor
Design branded email campaigns, segment subscriber lists, and measure engagement with professional marketing analytics.
VBOUT
Run marketing campaigns with email automation, social media management, and landing pages in one affordable platform.
Flodesk
Design gorgeous email campaigns with intuitive templates that grow your audience and reflect your brand without design skills.
Audienceful
Manage subscribers, custom fields, and email automations via Audienceful. orchestrate newsletters and campaigns directly via AI.
Platform.ly
Grow your business with marketing automation, CRM, and analytics connected in one platform that shows what drives revenue.
Bring your own AI
Change the model, client or framework. Keep GetResponse connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about GetResponse.
The practical details behind the request, access and result.
Can I use the GetResponse MCP to manage my email marketing?
Yes, this Connector lets you manage your email lists, subscribers, and marketing campaigns directly through your AI client.
How do I find a specific subscriber with the GetResponse MCP?
You can simply ask your agent to search for a subscriber by their email address. It will pull their status and details instantly.
Does the GetResponse MCP work with landing pages?
Yes, it can retrieve a list of your published landing pages so you can keep track of your active lead magnets.
Can I add new leads to my list using the GetResponse MCP?
Yes, you can register new contacts into your marketing system using natural language commands.
How does the GetResponse MCP help with marketing automation?
It allows you to view and manage your active autoresponder sequences and webhooks to keep your customer journeys running smoothly.
Can I check my custom fields with the GetResponse MCP?
Yes, you can retrieve your custom contact fields to see what specific data points you are collecting from your audience.
How do I find my GetResponse API Key?
Log in to your account, navigate to Capabilities > 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 capability 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 capability allows you to perform a direct lookup to retrieve a specific subscriber's profile and metadata.
One connection away
Give your agent a direct line to GetResponse.
Connect GetResponse once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available