HiDeliver Connector for AI agents.
9 live capabilities
Manage email marketing lists and broadcast campaigns from your chat.
Waiting for input…
Why people use HiDeliver
HiDeliver for Email List Management
This Connector puts those actions into your chat window. You can just ask your agent to add a lead or pull the latest delivery stats. It turns a five-minute manual process into a five-second conversation.
What Vinkius changes
You can run your entire email marketing broadcast workflow from a single 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
Quick Campaign Audit
A marketer asks the agent to pull delivery stats for the morning blast to see if any segments failed.
- Real-world use case 02
On-the-fly Lead Addition
A sales rep asks the agent to add a new lead to a specific list during a discovery call.
- Real-world use case 03
Budget Management
An agency owner checks their remaining tokens to see if they have enough balance for a high-volume blast.
Complete set · 9capabilities
The complete HiDeliver capability set.
These are the exact actions your AI can choose when you ask it to work with HiDeliver.
01—03
3 capabilities in this set.
Part of 9 available through HiDeliver.
- 01 Capability
Cancel delivery
Stop a mapped delivery trace immediately. This is useful for halting a broadcast that was sent to the wrong segment.
- 02 Capability
List deliveries
Retrieve active or listed delivery requests in one view. This helps you see every scheduled and active campaign at a glance.
- 03 Capability
Create delivery
Log and schedule a fresh pickup delivery for your audience. This lets you queue up new campaigns without leaving your chat.
04—06
3 capabilities in this set.
Part of 9 available through HiDeliver.
- 04 Capability
Get account balance
Check your remaining tokens or cash thresholds to stay on budget. Use this to see how much credit you have left for future blasts.
- 05 Capability
Get delivery
View the specific parameters for an individual delivery. This is helpful for checking the exact settings of a specific broadcast.
- 06 Capability
Get profile
Access your authenticated HiDeliver account logic and settings. Use this to verify your account status and active rules.
07—09
3 capabilities in this set.
Part of 9 available through HiDeliver.
- 07 Capability
Get transaction
Isolate and view a single API key transaction. This helps you audit specific billing events or individual requests.
- 08 Capability
List transactions
Review your global ledger events for billing and history. Use this to see a complete list of all past transactions.
- 09 Capability
Update delivery
Adjust the route parameters for an active delivery. This allows you to change the details of a live campaign on the fly.
Set up in minutes
One URL. Then ask HiDeliver to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use HiDeliver 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_y9tig9rq0qxPkyJOnKNrYbdUbhOpBCDgBupammLN/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 HiDeliver, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable HiDeliver for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_y9tig9rq0qxPkyJOnKNrYbdUbhOpBCDgBupammLN/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 HiDeliver URL.
- Step 03
Save and start
Save the connection and enable HiDeliver in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"hideliver": {
"url": "https://edge.vinkius.com/vk_preview_y9tig9rq0qxPkyJOnKNrYbdUbhOpBCDgBupammLN/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 HiDeliver
Open Agent mode in chat and ask: "Using HiDeliver, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"hideliver": {
"url": "https://edge.vinkius.com/vk_preview_y9tig9rq0qxPkyJOnKNrYbdUbhOpBCDgBupammLN/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 HiDeliver
Ask Copilot: "Using HiDeliver, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"hideliver": {
"url": "https://edge.vinkius.com/vk_preview_y9tig9rq0qxPkyJOnKNrYbdUbhOpBCDgBupammLN/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 HiDeliver
Open Cascade and ask: "Using HiDeliver, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"hideliver": {
"url": "https://edge.vinkius.com/vk_preview_y9tig9rq0qxPkyJOnKNrYbdUbhOpBCDgBupammLN/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 HiDeliver
Ask Cline: "Using HiDeliver, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add hideliver --transport http "https://edge.vinkius.com/vk_preview_y9tig9rq0qxPkyJOnKNrYbdUbhOpBCDgBupammLN/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 HiDeliver
Ask Claude: "Using HiDeliver, show me...". 9 tools are ready
Where the request belongs
Work HiDeliver can move forward.
For marketers and sales leads who are tired of manual data entry and constant tab-switching between their CRM and email broadcast capabilities.
Email Marketer
Checking list segments and pulling campaign stats during live strategy meetings.
Sales Representative
Verifying if a specific lead is already in a verified list before reaching out.
Agency Developer
Testing mailing flows and constructing custom dispatch rules dynamically.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCyberimpact
Manage email marketing lists and members. list subscribers, update profiles, and organize groups directly from any AI agent.
Inbox (useinbox.com)
Manage email campaigns, contact lists, and newsletters via UseINBOX API.
Mailingwork
Execute professional email marketing campaigns with advanced segmentation, A/B testing, and GDPR-compliant list management.
Listmonk
Automate your newsletter and mailing list management with Listmonk. manage subscribers, organize lists, and track campaigns directly from any AI agent.
EasySendy
Send high-volume email campaigns through multiple delivery servers with list hygiene capabilities that protect your sender score.
SendPulse
Manage email marketing and automation via SendPulse. handle mailing lists, manage contacts, and track campaigns directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep HiDeliver 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 HiDeliver.
The practical details behind the request, access and result.
Can I use HiDeliver MCP to manage my email subscribers?
Yes, you can use it to fetch customer addresses and manage subscriber leads directly through your agent.
How does HiDeliver MCP help with marketing broadcasts?
It lets you schedule new deliveries and pull real-time performance stats without leaving your chat capability.
Can I check my HiDeliver balance with this Connector?
Yes, you can ask your agent to evaluate your remaining tokens or cash thresholds at any time.
Does HiDeliver MCP support transaction history?
It allows you to pull your global ledger events so you can see your past API key transactions.
Is HiDeliver MCP good for agency work?
It's great for agencies because it lets developers and managers check list segments and delivery rules quickly.
Can I cancel a scheduled email with HiDeliver MCP?
Yes, you can use it to cancel a mapped delivery trace if you need to stop a broadcast immediately.
How do I get started?
Subscribe, copy your active API Key (which you can generate inside HiDeliver Portal → Security/Dev Settings), and connect it. The integration expects standard raw API connections so you interact intuitively through words instead of intricate data schemas.
Can it query active subscriber details globally?
Yes! Direct your AI agent to query list nodes or fetch the comprehensive subscriber logs. The list_subscribers action aggregates arrays of real, valid accounts securely for your reporting needs in an instant.
What happens when I want to fetch metrics or fields for one target list?
Provide the exact List ID. The capability evaluates endpoint rules (get_list) and unpacks default configuration details (such as names, double-opt rules, and associated status) natively to the terminal.
Can my AI automatically create or append specific subscriber profiles?
Absolutely. Pass specific parameters, including the new email, name, and respective list ID. The system validates the JSON schema instantly with the create_subscriber pipeline effectively logging campaigns on the fly.
One connection away
Give your agent a direct line to HiDeliver.
Connect HiDeliver once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available