Cadmium Harvester Connector for AI agents.
7 live capabilities
Manage educational event content and speaker profiles through your agent.
Waiting for input…
Why people use Cadmium Harvester
Cadmium Harvester for Educational Event Content Management
This Connector changes that by putting your Cadmium data into a single conversation. You can ask your agent to check a speaker's status or list all handouts for a session without ever opening a browser. You get a clear view of your event's moving parts in real-time.
What Vinkius changes
You get a conversational interface for your entire Cadmium event backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding speaker bios quickly
A coordinator needs to find a speaker's bio for a last-minute change.
- Real-world use case 02
Confirming session materials
Checking if a session has files uploaded.
- Real-world use case 03
Auditing the schedule
An event planner needs to ensure no sessions were missed.
Complete set · 7capabilities
The complete Cadmium Harvester capability set.
These are the exact actions your AI can choose when you ask it to work with Cadmium Harvester.
01—04
4 capabilities in this set.
Part of 7 available through Cadmium Harvester.
- 01 Capability
Get account info
Retrieve your core account details to verify your connection. This helps you ensure your agent is synced with the correct workspace.
- 02 Capability
Get presenter details
Get the specific profile, contact info, and session links for a single speaker. It saves you from digging through spreadsheets.
- 03 Capability
List presentation assets
See all files, handouts, and videos linked to a specific presentation. This helps you confirm all materials are ready.
- 04 Capability
List presenters
See every speaker and presenter registered for your event. This gives you a complete overview of your talent roster.
05—07
3 capabilities in this set.
Part of 7 available through Cadmium Harvester.
- 05 Capability
Get event details
Get the high-level settings and core info for a specific event. Use this to quickly pull workspace parameters.
- 06 Capability
List presentations
Get a full list of all presentations scheduled for your event. Use this to see your entire lineup in one place.
- 07 Capability
Get presentation count
See the total number of presentations currently in your event. This is perfect for a quick schedule audit.
Set up in minutes
One URL. Then ask Cadmium Harvester to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Cadmium Harvester 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_LipTlS1fqrKfdBSAPwOzJCEqwcSMS5Pndjr0HIKY/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 Cadmium Harvester, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Cadmium Harvester for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LipTlS1fqrKfdBSAPwOzJCEqwcSMS5Pndjr0HIKY/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 Cadmium Harvester URL.
- Step 03
Save and start
Save the connection and enable Cadmium Harvester in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cadmium-harvester": {
"url": "https://edge.vinkius.com/vk_preview_LipTlS1fqrKfdBSAPwOzJCEqwcSMS5Pndjr0HIKY/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 Cadmium Harvester
Open Agent mode in chat and ask: "Using Cadmium Harvester, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cadmium-harvester": {
"url": "https://edge.vinkius.com/vk_preview_LipTlS1fqrKfdBSAPwOzJCEqwcSMS5Pndjr0HIKY/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 Cadmium Harvester
Ask Copilot: "Using Cadmium Harvester, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cadmium-harvester": {
"url": "https://edge.vinkius.com/vk_preview_LipTlS1fqrKfdBSAPwOzJCEqwcSMS5Pndjr0HIKY/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 Cadmium Harvester
Open Cascade and ask: "Using Cadmium Harvester, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cadmium-harvester": {
"url": "https://edge.vinkius.com/vk_preview_LipTlS1fqrKfdBSAPwOzJCEqwcSMS5Pndjr0HIKY/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 Cadmium Harvester
Ask Cline: "Using Cadmium Harvester, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cadmium-harvester --transport http "https://edge.vinkius.com/vk_preview_LipTlS1fqrKfdBSAPwOzJCEqwcSMS5Pndjr0HIKY/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 Cadmium Harvester
Ask Claude: "Using Cadmium Harvester, show me...". 7 tools are ready
Where the request belongs
Work Cadmium Harvester can move forward.
This is for event organizers who are drowning in spreadsheets and coordinators who need to find handouts quickly without asking someone else for a link.
Event Manager
Checks speaker statuses and presentation counts during live events to ensure everything is on track.
Education Coordinator
Pulls handouts and session metadata for attendee support straight from their workflow capabilities.
Digital Content Lead
Monitors asset availability and content processing status using natural language.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAirmeet
Event management and orchestration. manage virtual events, attendees, and recordings via AI.
HeySummit
Launch virtual summits and online conferences with speaker management, attendee registration, and engagement tracking built in.
Eventee
Equip your AI agent to manage events, track speakers, and monitor attendee engagement via the Eventee API.
Accelevents
All-in-one event management platform. manage events, attendees, and session registration via AI.
Livestorm
Connect your AI agent to Livestorm to manage webinars, registrations, attendees, and analytics via natural language.
Demio
Equip your AI agent to manage webinar events, track registrants, and monitor sessions via the Demio API.
Bring your own AI
Change the model, client or framework. Keep Cadmium Harvester 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 Cadmium Harvester.
The practical details behind the request, access and result.
Can Cadmium Harvester help me manage speakers?
Yes, it lets you pull full speaker profiles and contact info directly through your agent.
How do I find presentation files?
You can ask your agent to list all assets for a specific session to see handouts and videos.
Is this for educational events?
It's built specifically for educational content and event coordination within the Cadmium platform.
Can I use this for event planning?
It's a core capability for event planners who need to coordinate speakers and content without manual dashboard work.
Does it show my presentation count?
Yes, it can give you the total number of presentations in your event to help with auditing.
Can I see all my presentations at once?
You can ask your agent to list every presentation scheduled for your current event.
Can I check the status of a specific presentation using the agent?
Yes! Use the list_presentations capability. Your agent will fetch all sessions, allowing you to see if a presentation is 'Approved', 'Pending', or in another state in the Harvester.
How do I list all the speakers for my conference?
Simply ask the agent to list_presenters. It will retrieve the list of all speakers registered for your event in Cadmium, including their names and unique IDs.
Does the integration allow accessing presentation handouts?
Yes. Use the list_presentation_assets capability with the Presentation ID. It will retrieve all the associated files, including handouts, slides, and other media uploaded by the speaker.
One connection away
Give your agent a direct line to Cadmium Harvester.
Connect Cadmium Harvester once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available