Omnisend Marketing Connector for AI agents.
10 live capabilities
Manage omnichannel email and SMS campaigns with real-time customer data.
Waiting for input…
Why people use Omnisend Marketing
Omnisend Marketing for Real-Time E-commerce Campaign Tracking
This Connector puts everything in one place. You can ask your AI agent for a summary of all active campaigns or check your SMS volume limits without ever leaving your workspace. It turns a ten-minute scavenger hunt into a five-second conversation.
What Vinkius changes
You get instant access to your marketing data through a natural chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying campaign delivery
A manager needs to know if a 'Flash Sale' SMS was sent.
- Real-world use case 02
Checking VIP audience size
A growth lead wants to know how many people are in the 'VIP' group.
- Real-world use case 03
Monitoring monthly spend
An ops person needs to see how many emails were sent this month.
Complete set · 10capabilities
The complete Omnisend Marketing capability set.
These are the exact actions your AI can choose when you ask it to work with Omnisend Marketing.
01—04
4 capabilities in this set.
Part of 10 available through Omnisend Marketing.
- 01 Capability
Get campaign details
Get specific info for a single campaign. Use this to check the exact metadata of an active email or SMS.
- 02 Capability
Get contact details
Pull specific info for a customer contact. It's great for looking up a single user's subscription status.
- 03 Capability
Get segment details
Get specific info for an audience segment. This helps you see the granular details of a targeted group.
- 04 Capability
Get account usage
Get your current email and SMS volume metrics. Use this to keep an eye on your monthly spending limits.
05—07
3 capabilities in this set.
Part of 10 available through Omnisend Marketing.
- 05 Capability
List campaigns
List all your marketing campaigns. This gives you a high-level view of every email and SMS you've scheduled.
- 06 Capability
List contacts
List your marketing contacts. Use this to see the total reach of your current audience.
- 07 Capability
List custom events
List custom tracking events. This lets you see the different actions your customers are taking.
08—10
3 capabilities in this set.
Part of 10 available through Omnisend Marketing.
- 08 Capability
List signup forms
List signup and popup forms. Check which forms are live or still in draft mode.
- 09 Capability
List audience segments
List audience segments. Use this to see all your saved groups for different marketing efforts.
- 10 Capability
List ecommerce orders
List e-commerce orders. This pulls a history of orders synced to your marketing audience.
Set up in minutes
One URL. Then ask Omnisend Marketing to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Omnisend Marketing 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_xERc1SmEDN5WgFKBkJdkcfXvCARmIS9Wbbss3zBl/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 Omnisend Marketing, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Omnisend Marketing for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xERc1SmEDN5WgFKBkJdkcfXvCARmIS9Wbbss3zBl/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 Omnisend Marketing URL.
- Step 03
Save and start
Save the connection and enable Omnisend Marketing in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"omnisend-marketing": {
"url": "https://edge.vinkius.com/vk_preview_xERc1SmEDN5WgFKBkJdkcfXvCARmIS9Wbbss3zBl/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 Omnisend Marketing
Open Agent mode in chat and ask: "Using Omnisend Marketing, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"omnisend-marketing": {
"url": "https://edge.vinkius.com/vk_preview_xERc1SmEDN5WgFKBkJdkcfXvCARmIS9Wbbss3zBl/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 Omnisend Marketing
Ask Copilot: "Using Omnisend Marketing, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"omnisend-marketing": {
"url": "https://edge.vinkius.com/vk_preview_xERc1SmEDN5WgFKBkJdkcfXvCARmIS9Wbbss3zBl/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 Omnisend Marketing
Open Cascade and ask: "Using Omnisend Marketing, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"omnisend-marketing": {
"url": "https://edge.vinkius.com/vk_preview_xERc1SmEDN5WgFKBkJdkcfXvCARmIS9Wbbss3zBl/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 Omnisend Marketing
Ask Cline: "Using Omnisend Marketing, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add omnisend-marketing --transport http "https://edge.vinkius.com/vk_preview_xERc1SmEDN5WgFKBkJdkcfXvCARmIS9Wbbss3zBl/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 Omnisend Marketing
Ask Claude: "Using Omnisend Marketing, show me...". 10 tools are ready
Where the request belongs
Work Omnisend can move forward.
For e-commerce owners and marketing managers who are tired of manual data entry and tab-switching. It's for the person who needs to know who bought what and how many emails are left without logging into three different dashboards.
E-commerce Manager
Checks campaign statuses and segment sizes during weekly planning sessions.
Growth Lead
Monitors custom event triggers to see where customers are dropping off in the funnel.
Marketing Ops Specialist
Pulls usage metrics and order history to build monthly reports for the leadership team.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsActiveTrail
Email and SMS marketing automation. manage contacts, campaigns, and group segments via AI.
OmniEngage
Reach customers across email, SMS, push, and in-app with unified omnichannel marketing that personalizes every touchpoint.
String
Engage mobile app users with targeted push notifications, in-app messages, and behavioral triggers that improve retention.
emfluence Marketing
Equip your AI agent to manage marketing emails, track contact groups, and monitor performance via the emfluence API.
Sender.net
Send email and SMS campaigns that convert with an affordable marketing platform built for e-commerce and small businesses.
Cordial
Equip your AI agent to manage subscribers, campaigns, and automated messaging through the Cordial Marketing API.
Bring your own AI
Change the model, client or framework. Keep Omnisend 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 Omnisend.
The practical details behind the request, access and result.
Can I use the Omnisend Marketing MCP to see my campaign stats?
Yes, you can ask your agent to list all your campaigns and get specific details on their status and metadata.
Does the Omnisend Marketing MCP show my customer order history?
It pulls a history of e-commerce orders that are synced to your Omnisend audience for easy viewing.
Can I check my SMS limits with Omnisend Marketing MCP?
Yes, you can ask for your account usage metrics to see how many emails and SMS messages you have left for the month.
How do I see my audience segments using Omnisend Marketing MCP?
You can ask the agent to list your saved segments or get specific details on a single segment's member count.
Can the Omnisend Marketing MCP track customer actions?
It allows you to monitor custom tracking events triggered by your customers as they move through their journey.
Can I see my signup forms with Omnisend Marketing MCP?
Yes, you can view all active and draft signup and popup forms configured in your account.
How do I get an Omnisend API Key?
Log in to your Omnisend account and navigate to Store Settings > API keys to create and retrieve your API key.
Can I see campaign performance metrics?
Yes! Use the get_campaign_details capability with a specific campaign ID to retrieve metadata including high-level results and scheduling info.
Does this support SMS campaign tracking?
Yes, the list_campaigns capability retrieves both email and SMS campaigns defined in your account.
One connection away
Give your agent a direct line to Omnisend.
Connect Omnisend once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available