Dotdigital Connector for AI agents.
10 live capabilities
Manage email campaigns and marketing journeys through your chat interface.
Waiting for input…
Why people use Dotdigital
Dotdigital : Stop Digging Through Marketing Dashboards
This Connector changes that by bringing your marketing data directly into your chat interface. You can ask for a campaign summary or a contact profile and get the answer in seconds. You stop searching and start doing.
What Vinkius changes
You get a direct conversational interface to your Dotdigital marketing data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking VIP status
A manager asks the agent to see who's in the VIP list to prepare for a holiday promotion.
- Real-world use case 02
Customer research
A CRM admin uses the agent to see a customer's history before jumping on a support call.
- Real-world use case 03
Journey check
An automation lead checks if the Abandoned Cart flow is active during a site outage.
Complete set · 10capabilities
The complete Dotdigital capability set.
These are the exact actions your AI can choose when you ask it to work with Dotdigital.
01—04
4 capabilities in this set.
Part of 10 available through Dotdigital.
- 01 Capability
Get campaign details
Get detailed information for a specific email campaign. Use this to see subject lines and deep campaign data.
- 02 Capability
Get contact profile
Get full profile and history for a specific contact by email. This is great for seeing how a customer interacts with your brand.
- 03 Capability
Quick marketing health audit
Retrieve a high-level summary of campaign and contact activity. Use it to see how your campaigns and contacts are performing at a glance.
- 04 Capability
List marketing address books
List all contact address books configured in your Dotdigital account. This helps you navigate different segments across your account.
05—07
3 capabilities in this set.
Part of 10 available through Dotdigital.
- 05 Capability
List email campaigns
List all email marketing campaigns. It's the fastest way to get a bird's eye view of your history.
- 06 Capability
List address book contacts
List all contacts within a specific address book. This makes it easy to grab a batch of contacts for analysis.
- 07 Capability
List automation programs
List all active marketing automation programs (journeys). Use this to confirm your automation is running as intended.
08—10
3 capabilities in this set.
Part of 10 available through Dotdigital.
- 08 Capability
List email templates
List all available email message templates. This helps you see what's already been built for your brand.
- 09 Capability
Search marketing contacts
Search for contacts using a specific query string. Use this to quickly locate customers based on custom criteria.
- 10 Capability
Get dotdigital account metadata
Retrieve metadata and limits for your Dotdigital account. This is useful for staying within your plan's boundaries.
Set up in minutes
One URL. Then ask Dotdigital to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Dotdigital 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_oKRPv3Owcqa3sd17jR7D4hFgnSyEMM8WOn3LxNA4/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 Dotdigital, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Dotdigital for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oKRPv3Owcqa3sd17jR7D4hFgnSyEMM8WOn3LxNA4/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 Dotdigital URL.
- Step 03
Save and start
Save the connection and enable Dotdigital in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"dotdigital": {
"url": "https://edge.vinkius.com/vk_preview_oKRPv3Owcqa3sd17jR7D4hFgnSyEMM8WOn3LxNA4/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 Dotdigital
Open Agent mode in chat and ask: "Using Dotdigital, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"dotdigital": {
"url": "https://edge.vinkius.com/vk_preview_oKRPv3Owcqa3sd17jR7D4hFgnSyEMM8WOn3LxNA4/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 Dotdigital
Ask Copilot: "Using Dotdigital, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"dotdigital": {
"url": "https://edge.vinkius.com/vk_preview_oKRPv3Owcqa3sd17jR7D4hFgnSyEMM8WOn3LxNA4/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 Dotdigital
Open Cascade and ask: "Using Dotdigital, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"dotdigital": {
"url": "https://edge.vinkius.com/vk_preview_oKRPv3Owcqa3sd17jR7D4hFgnSyEMM8WOn3LxNA4/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 Dotdigital
Ask Cline: "Using Dotdigital, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add dotdigital --transport http "https://edge.vinkius.com/vk_preview_oKRPv3Owcqa3sd17jR7D4hFgnSyEMM8WOn3LxNA4/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 Dotdigital
Ask Claude: "Using Dotdigital, show me...". 10 tools are ready
Where the request belongs
Work Dotdigital can move forward.
Marketing managers and CRM admins who are tired of manual data entry and want to query their automation data using natural language.
Marketing Manager
Checks campaign statuses and address book volumes on the go during strategy meetings.
CRM Administrator
Researches contact profiles and subscription history during audience segmentation.
Automation Lead
Monitors program execution and marketing metadata across the organization instantly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsEnvoke Marketing
Equip your AI agent to manage email campaigns, track contact lists, and monitor performance via the Envoke API.
emfluence Marketing
Equip your AI agent to manage marketing emails, track contact groups, and monitor performance via the emfluence API.
Dialog Insight
Equip your AI agent to manage marketing contacts, track campaigns, and monitor engagement via the Dialog Insight API.
Convertlab
Marketing automation and customer data platform. manage customers, campaigns, and events via AI.
Blueshift
Orchestrate customer engagement via Blueshift. manage campaigns, track events, and sync customer data directly from any AI agent.
VBOUT
Run marketing campaigns with email automation, social media management, and landing pages in one affordable platform.
Bring your own AI
Change the model, client or framework. Keep Dotdigital 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 Dotdigital.
The practical details behind the request, access and result.
Can I use Dotdigital MCP to see my email history?
Yes, the Connector allows your agent to list every email campaign you have configured in your account, showing you the history of your marketing efforts.
How do I find a specific customer's profile?
You can simply ask your agent to look up a person by their email address. It will pull their full profile and interaction history for you.
Can it tell me if my automations are running?
Yes, the Connector can list all active marketing automation programs and journeys so you can verify that your workflows are firing correctly.
Can I check my account limits?
The Connector can retrieve your account metadata, which includes your current limits and account details, helping you stay within your plan's boundaries.
Is this good for marketing managers?
It's perfect for marketing managers who need to quickly check campaign statuses, contact volumes, and automation health without logging into the full platform.
How do I connect Dotdigital to my AI client?
You can connect it by adding the Dotdigital MCP to your AI client via the Vinkius catalog and providing your API credentials from your account settings.
How do I get Dotdigital API credentials?
Log in to your Dotdigital account, navigate to Settings > Access, and select the API users tab. You can create a new API user to generate a unique username and password for this integration.
Can the agent send new email campaigns?
This integration currently focuses on listing and auditing campaigns, contacts, and automation programs. Scheduling or sending actual email broadcasts should be managed via the Dotdigital campaign builder.
Does the integration support multiple address books?
Yes, you can use the list_marketing_address_books capability to see all your address books and then list contacts for any specific book using its ID.
One connection away
Give your agent a direct line to Dotdigital.
Connect Dotdigital once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available