zipperHQ Connector for AI agents.
10 live capabilities
Manage video email campaigns and personalized messaging workflows.
Waiting for input…
Why people use zipperHQ
ZipperHQ Video Email Management for Sales Teams
This Connector puts all that data into a single conversation. You can ask your agent to find a specific video, check its recording status, or pull view counts for a list of contacts. You get a unified view of your video portfolio and engagement metrics without any manual data entry.
What Vinkius changes
You get a direct line to your video messaging data without leaving your 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
Lead Follow-up
A sales rep asks the agent to check if a lead watched a demo.
- Real-world use case 02
Content Audit
A manager wants to see what's ready.
- Real-world use case 03
CRM Sync
A developer asks the agent to pull the last 10 videos.
Complete set · 10capabilities
The complete zipperHQ capability set.
These are the exact actions your AI can choose when you ask it to work with zipperHQ.
01—04
4 capabilities in this set.
Part of 10 available through zipperHQ.
- 01 Capability
Get contact views
Gets the specific view counts for a single contact. This is perfect for tracking individual lead interest.
- 02 Capability
Get account
Retrieves your general account information. Use this to check your high-level account status and settings.
- 03 Capability
List recordings
Shows all your screen recordings in one place. You can quickly see what's been captured and what's still pending.
- 04 Capability
Get recent videos
Pulls the 10 most recent videos you've created. It's the fastest way to check your latest work.
05—07
3 capabilities in this set.
Part of 10 available through zipperHQ.
- 05 Capability
Search videos
Searches your video library using keywords. Find specific assets instantly without scrolling.
- 06 Capability
Check zipper status
Verifies your API connectivity with zipperHQ. Use this to ensure your automated workflows are still running.
- 07 Capability
List contacts
Lists all recipients of your video emails. This makes it easy to see who is in your outreach loop.
08—10
3 capabilities in this set.
Part of 10 available through zipperHQ.
- 08 Capability
List videos
Lists all video emails in your account. This gives you a bird's eye view of your entire video portfolio.
- 09 Capability
Get video analytics
Pulls detailed engagement data for a specific video. This helps you see exactly how people are interacting with your content.
- 10 Capability
Get video
Retrieves the full details for a specific video. Use this to get technical metadata like durations and IDs.
Set up in minutes
One URL. Then ask zipperHQ to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use zipperHQ 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_FBZJLNaWXeVrB1ShZtJO6E97oCPtDIhvJkANm7nO/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 zipperHQ, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable zipperHQ for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FBZJLNaWXeVrB1ShZtJO6E97oCPtDIhvJkANm7nO/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 zipperHQ URL.
- Step 03
Save and start
Save the connection and enable zipperHQ in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"zipperhq": {
"url": "https://edge.vinkius.com/vk_preview_FBZJLNaWXeVrB1ShZtJO6E97oCPtDIhvJkANm7nO/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 zipperHQ
Open Agent mode in chat and ask: "Using zipperHQ, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"zipperhq": {
"url": "https://edge.vinkius.com/vk_preview_FBZJLNaWXeVrB1ShZtJO6E97oCPtDIhvJkANm7nO/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 zipperHQ
Ask Copilot: "Using zipperHQ, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"zipperhq": {
"url": "https://edge.vinkius.com/vk_preview_FBZJLNaWXeVrB1ShZtJO6E97oCPtDIhvJkANm7nO/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 zipperHQ
Open Cascade and ask: "Using zipperHQ, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"zipperhq": {
"url": "https://edge.vinkius.com/vk_preview_FBZJLNaWXeVrB1ShZtJO6E97oCPtDIhvJkANm7nO/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 zipperHQ
Ask Cline: "Using zipperHQ, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add zipperhq --transport http "https://edge.vinkius.com/vk_preview_FBZJLNaWXeVrB1ShZtJO6E97oCPtDIhvJkANm7nO/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 zipperHQ
Ask Claude: "Using zipperHQ, show me...". 10 tools are ready
Where the request belongs
Work zipperHQ can move forward.
This is for sales and success teams who are overwhelmed by the logistics of personalized video outreach. It's for the person who needs to know if a lead actually watched a demo video without digging through a separate portal.
Sales Manager
Pulls performance recaps on video emails to see which leads are actually engaging with the content.
Customer Success Lead
Checks video metadata and engagement history to prep for client calls without leaving their workspace.
Marketing Developer
Connects zipperHQ data into larger automated workflows via AI queries to sync with custom CRMs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCacheflow
Close SaaS deals faster with automated quoting, billing, and subscription management that removes procurement friction.
Zoho CRM Sales
Deep deal management with quotes, products, sales orders, and invoices. complete sales cycle in Zoho CRM.
TaskForce
Manage leads, customers, cases, and invoices programmatically using AI.
CRM PipeRun
Manage your sales pipeline and activities via PipeRun. track tasks, upload files, and organize deals directly from any AI agent.
oboloo
Manage procurement and supplier relationships with contract tracking, spend analysis, and compliance monitoring for buying teams.
Coupa
Manage purchase orders, invoices, suppliers, and procurement workflows on Coupa. the enterprise procurement platform.
Bring your own AI
Change the model, client or framework. Keep zipperHQ 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 zipperHQ.
The practical details behind the request, access and result.
Can I use zipperHQ MCP to see if my leads watched my videos?
Yes, you can ask your agent to check specific view counts for any contact. It pulls the real-time data so you know exactly who is engaging with your content.
How does zipperHQ MCP help with my video email campaigns?
It acts as a coordinator for your video portfolio. You can list all your videos, search for specific ones, and monitor their recording status in one place.
Can I check my API status with zipperHQ MCP?
Yes, your agent can verify your account's connectivity and orchestration volume to make sure your automated workflows are running smoothly.
Is zipperHQ MCP good for tracking personalized messaging?
It's built for it. You can retrieve metadata for specific video emails and track individual recipient interactions to see how your personalized messages are performing.
Can I find specific videos in my zipperHQ account using my agent?
Yes, you can use keyword searches to find any video in your portfolio. Your agent will pull the details like SKU IDs and technical metadata for you.
How do I find my zipperHQ API Key?
Log in to your account, navigate to Settings > API, and copy your unique access token from the credentials section.
Can I check video recording status via AI?
Yes! The list_videos capability allows your agent to retrieve status metadata for all your video emails.
How do I list my sent videos?
Use the list_videos capability to retrieve your complete video directory along with the unique identifiers for all managed assets.
One connection away
Give your agent a direct line to zipperHQ.
Connect zipperHQ once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available