LearnUpon Connector for AI agents.
9 live capabilities
Manage corporate training and learner enrollments through your AI client.
Waiting for input…
Why people use LearnUpon
LearnUpon LMS Management for Corporate Training
With this Connector, you can just tell your agent what needs to happen. Give it a list of new hires and tell it to get them into their orientation courses. The agent does the searching and enrolling for you, so you can actually focus on the training strategy instead of the data entry.
What Vinkius changes
You get a natural language interface for your entire LearnUpon database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Onboarding a new team
An HR manager asks the agent to find a new hire and use `enroll_user_in_course` to put them in the 'New Hire Orientation' track.
- Real-world use case 02
Audit course completion
An L&D manager asks for a list of everyone in the 'Cybersecurity' course and uses `list_enrollments` to see the count.
- Real-world use case 03
Fixing user errors
An admin finds a typo in a student's name and uses `update_user` to correct it immediately.
Complete set · 9capabilities
The complete LearnUpon capability set.
These are the exact actions your AI can choose when you ask it to work with LearnUpon.
01—03
3 capabilities in this set.
Part of 9 available through LearnUpon.
- 01 Capability
List courses
See all the courses available in your portal. Use this to check what training content is currently live.
- 02 Capability
Enroll user in course
Put a learner into a specific training program. Just provide the IDs to get them started on their path.
- 03 Capability
Create user
Make a new learner account from scratch. You'll need to provide their name, email, and a password.
04—06
3 capabilities in this set.
Part of 9 available through LearnUpon.
- 04 Capability
Unenroll user
Remove a user from a specific course. This helps when a student changes roles or no longer needs a certain certification.
- 05 Capability
List enrollments
See every course enrollment in your system. Use this to get a high-level view of who is taking what.
- 06 Capability
Search courses
Look for training content by its name. This lets you quickly find the right ID for a specific class.
07—09
3 capabilities in this set.
Part of 9 available through LearnUpon.
- 07 Capability
Search users
Find learners using their email or username. It's the fastest way to locate a specific person's account.
- 08 Capability
Update user
Change the information on an existing account. Use this to fix typos or update contact details for your students.
- 09 Capability
List users
Get a full list of all learner accounts. This is helpful for identifying IDs when you need to perform bulk actions.
Set up in minutes
One URL. Then ask LearnUpon to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use LearnUpon 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_jtoDjcs8ABCrF9Q3FhX1Ks4y9yEXIyVezuhPfGjW/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 LearnUpon, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable LearnUpon for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_jtoDjcs8ABCrF9Q3FhX1Ks4y9yEXIyVezuhPfGjW/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 LearnUpon URL.
- Step 03
Save and start
Save the connection and enable LearnUpon in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"learnupon": {
"url": "https://edge.vinkius.com/vk_preview_jtoDjcs8ABCrF9Q3FhX1Ks4y9yEXIyVezuhPfGjW/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 LearnUpon
Open Agent mode in chat and ask: "Using LearnUpon, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"learnupon": {
"url": "https://edge.vinkius.com/vk_preview_jtoDjcs8ABCrF9Q3FhX1Ks4y9yEXIyVezuhPfGjW/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 LearnUpon
Ask Copilot: "Using LearnUpon, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"learnupon": {
"url": "https://edge.vinkius.com/vk_preview_jtoDjcs8ABCrF9Q3FhX1Ks4y9yEXIyVezuhPfGjW/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 LearnUpon
Open Cascade and ask: "Using LearnUpon, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"learnupon": {
"url": "https://edge.vinkius.com/vk_preview_jtoDjcs8ABCrF9Q3FhX1Ks4y9yEXIyVezuhPfGjW/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 LearnUpon
Ask Cline: "Using LearnUpon, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add learnupon --transport http "https://edge.vinkius.com/vk_preview_jtoDjcs8ABCrF9Q3FhX1Ks4y9yEXIyVezuhPfGjW/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 LearnUpon
Ask Claude: "Using LearnUpon, show me...". 9 tools are ready
Where the request belongs
Work LearnUpon can move forward.
This is for the L&D manager who is tired of manual data entry and the HR specialist who needs to onboard dozens of people at once without the headache of manual clicks.
LMS Administrator
Handles daily user provisioning and account updates via voice or text commands.
L&D Manager
Pulls course availability and enrollment lists to report on training coverage.
HR Specialist
Automates new hire onboarding by moving people into specific learning paths.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDidacte
Equip your AI agent to manage LMS courses, track learner progress, and monitor enrollments via the Didacte (Workleap) API.
Coassemble
Manage online training and LMS via Coassemble. track courses, monitor enrolments, and manage student groups directly from any AI agent.
AcademyOcean
LMS for smart corporate training. manage learners, courses, and training progress via AI.
AcademyOfMine
Manage AcademyOfMine LMS. orchestrate courses, register learners, and track enrollments directly from any AI agent.
MSAAQ
Manage courses, enrollments, and student progress via MSAAQ directly from your AI agent.
Innform
Train your team with an LMS that creates courses from your content, tracks completion, and gamifies the learning experience.
Bring your own AI
Change the model, client or framework. Keep LearnUpon 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 LearnUpon.
The practical details behind the request, access and result.
Can I use the LearnUpon MCP to create new student accounts?
Yes, you can use it to create new learner accounts with names and emails directly through your AI client.
How does the LearnUpon MCP help with employee onboarding?
It automates the process of finding new hires and enrolling them into specific training paths without manual clicks.
Can I search for specific training content using the LearnUpon MCP?
Yes, you can search for courses by name to find the exact content you need for your team.
Can I use the LearnUpon MCP to remove people from courses?
Yes, you can use it to unenroll users from specific courses when they no longer need access to that material.
Does the LearnUpon MCP support bulk user management?
It allows you to list all users so you can identify IDs for updates or enrollments in a much faster way.
Can I see who is currently enrolled in my courses?
You can pull a list of all current enrollments to see exactly who is taking which course in your portal.
How do I find my API Key ID and Secret?
Log in to your LearnUpon portal, navigate to Settings > API, and you will be able to generate and copy your API Key ID and Secret.
Can I search for a user by email?
Yes, use the search_users capability and provide the email address to retrieve the specific learner profile.
Is it possible to unenroll a user via the agent?
Absolutely. Use the unenroll_user capability with the unique enrollment ID to remove a user from a course.
One connection away
Give your agent a direct line to LearnUpon.
Connect LearnUpon once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available