LearningSuite Connector for AI agents.
10 live capabilities
Manage corporate training programs and learner progress with ease.
Waiting for input…
Why people use LearningSuite
LearningSuite for Corporate Training Management
With this Connector, you just ask your agent for the status of a specific group. You can get a summary of completion rates or a list of learners who need a nudge, all in one conversation. It turns a 20-minute data hunt into a 5-second question.
What Vinkius changes
You get a conversational interface for your entire corporate training database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Compliance Audit
An HR manager needs to know who hasn't finished safety training.
- Real-world use case 02
The Syllabus Update
An instructor wants to see the current structure of the Sales Onboarding course to add a new module.
- Real-world use case 03
The Community Check
A manager wants to see what learners are saying about the new Leadership hub.
Complete set · 10capabilities
The complete LearningSuite capability set.
These are the exact actions your AI can choose when you ask it to work with LearningSuite.
01—04
4 capabilities in this set.
Part of 10 available through LearningSuite.
- 01 Capability
Get member
Get the specific details for a single member. Use this to check an individual learner's status or history.
- 02 Capability
List ai agents
List all AI agents connected to the system. This helps you see which automated capabilities are currently active.
- 03 Capability
Get course
Get the full details of a specific course. Use this to inspect a syllabus or specific content requirements.
- 04 Capability
Get hub
Get the details for a specific hub. This provides context on how a group of courses is structured.
05—07
3 capabilities in this set.
Part of 10 available through LearningSuite.
- 05 Capability
Get community post
Get a specific post from the learning community. Use this to find specific discussions or announcements.
- 06 Capability
List courses
List every course available in your LearningSuite account. Use this to get a full bird's eye view of your training catalog.
- 07 Capability
List hubs
List all training hubs. This is useful for seeing how your content is organized into broader categories.
08—10
3 capabilities in this set.
Part of 10 available through LearningSuite.
- 08 Capability
List members
List all members of the LearningSuite platform. Use this to see a full roster of everyone in your system.
- 09 Capability
List community posts
List all community posts across the platform. This lets you see the latest activity and engagement from learners.
- 10 Capability
Get ai agent
Get the details of a specific AI agent. This is helpful for understanding the capabilities of a particular automated helper.
Set up in minutes
One URL. Then ask LearningSuite to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use LearningSuite 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_bpQ7K2eWpvk22mqwVEcjUzDkJj3aKczVYtHD2m2d/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 LearningSuite, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable LearningSuite for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bpQ7K2eWpvk22mqwVEcjUzDkJj3aKczVYtHD2m2d/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 LearningSuite URL.
- Step 03
Save and start
Save the connection and enable LearningSuite in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"learningsuite": {
"url": "https://edge.vinkius.com/vk_preview_bpQ7K2eWpvk22mqwVEcjUzDkJj3aKczVYtHD2m2d/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 LearningSuite
Open Agent mode in chat and ask: "Using LearningSuite, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"learningsuite": {
"url": "https://edge.vinkius.com/vk_preview_bpQ7K2eWpvk22mqwVEcjUzDkJj3aKczVYtHD2m2d/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 LearningSuite
Ask Copilot: "Using LearningSuite, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"learningsuite": {
"url": "https://edge.vinkius.com/vk_preview_bpQ7K2eWpvk22mqwVEcjUzDkJj3aKczVYtHD2m2d/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 LearningSuite
Open Cascade and ask: "Using LearningSuite, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"learningsuite": {
"url": "https://edge.vinkius.com/vk_preview_bpQ7K2eWpvk22mqwVEcjUzDkJj3aKczVYtHD2m2d/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 LearningSuite
Ask Cline: "Using LearningSuite, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add learningsuite --transport http "https://edge.vinkius.com/vk_preview_bpQ7K2eWpvk22mqwVEcjUzDkJj3aKczVYtHD2m2d/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 LearningSuite
Ask Claude: "Using LearningSuite, show me...". 10 tools are ready
Where the request belongs
Work LearningSuite can move forward.
This is for the training operations lead who's tired of manually exporting CSVs to see who's finished their onboarding. It's for the corporate instructor who needs to know who's failing their quizzes without digging through a messy dashboard.
Training Manager
Checking completion rates for 500+ employees across different departments on a Tuesday morning.
Corporate Instructor
Pulling specific syllabus details to update a curriculum during a live meeting.
HR Administrator
Verifying that every new hire has completed their mandatory compliance training before their start date.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCoassemble
Manage online training and LMS via Coassemble. track courses, monitor enrolments, and manage student groups directly from any AI agent.
360Learning
Collaborative learning platform. manage users, courses, paths, and training statistics via AI.
eduMe
Equip your AI agent to manage mobile training, track trainees, and monitor course completion via the eduMe API.
EdApp
Train your workforce with mobile-first microlearning courses, quizzes, and gamified lessons that employees complete on their phones.
Didacte
Equip your AI agent to manage LMS courses, track learner progress, and monitor enrollments via the Didacte (Workleap) API.
DigitalChalk
Equip your AI agent to manage LMS offerings, track learner progress, and monitor exam results via the DigitalChalk API.
Bring your own AI
Change the model, client or framework. Keep LearningSuite 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 LearningSuite.
The practical details behind the request, access and result.
Can I use LearningSuite MCP to see my students' grades?
Yes, you can ask your agent to pull up specific member details or course results to see how students are performing on their assessments.
Does LearningSuite MCP work with my current training platform?
It connects directly to your existing LearningSuite account, so you don't have to move your data anywhere else.
Can I check who's enrolled in a specific course?
You can ask your agent to list members or check enrollment data for any course or hub in your account.
How do I see what my learners are saying in the community?
This Connector lets your agent browse and retrieve community posts so you can stay updated on learner feedback.
Can I use this to manage my corporate training content?
You can use it to inspect syllabi, manage course details, and monitor how your content is being used across the platform.
Is there a limit to how many courses I can see?
Your agent can list all the courses available in your LearningSuite account, giving you a full view of your training catalog.
Can I track learner progress and grades?
Yes. Browse all learners with course completion percentages, assessment scores, grades, and learning path progress.
Can I access assessments and quiz results?
Yes. Browse tests and quizzes with scores, passing rates, and individual responses for detailed analysis.
What API does LearningSuite use?
Bearer authentication against api.learningsuite.io/api/v1.
One connection away
Give your agent a direct line to LearningSuite.
Connect LearningSuite once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available