eduMe Connector for AI agents.
10 live capabilities
Manage mobile-first training and track deskless workforce completion rates.
Waiting for input…
Why people use eduMe
EduMe for Deskless Workforce Training Audits
With the eduMe MCP, you just ask your AI agent for the status of a specific team or user. It pulls the data directly from the platform and gives you a clear summary in seconds. You go from digging through rows of data to having a real-time pulse on your workforce's readiness.
What Vinkius changes
You get a conversational interface for your entire mobile training platform.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Audit Check
An ops lead asks "Who in the Warehouse team hasn't finished Safety 101?
- Real-world use case 02
Onboarding
An HR admin asks for "John Doe's training history" and the agent uses `get_user_training_profile` to show his 4/5 completion status.
- Real-world use case 03
Content Review
A manager wants to know what's new and asks the agent to list the latest content using `list_latest_training_content`.
Complete set · 10capabilities
The complete eduMe capability set.
These are the exact actions your AI can choose when you ask it to work with eduMe.
01—04
4 capabilities in this set.
Part of 10 available through eduMe.
- 01 Capability
Get course details
Pull specific settings and module lists for a single course. Use this to see exactly what's inside a module.
- 02 Capability
Quick team training audit
Get a high-level summary of team activity and member counts. It's perfect for a fast check on group progress.
- 03 Capability
Get user training profile
View a complete training history for a specific user. This shows exactly what a single worker has accomplished.
- 04 Capability
List training courses
See every mobile training course in your account. Use this to get a full inventory of your content.
05—07
3 capabilities in this set.
Part of 10 available through eduMe.
- 05 Capability
List top performing courses
Find out which courses have the highest engagement rates. This helps you see what's actually working.
- 06 Capability
List latest training content
See the most recently created or updated courses. It helps you stay on top of new content.
- 07 Capability
List training teams
List all teams and groups in your account. This gives you a bird's-eye view of your organizational structure.
08—10
3 capabilities in this set.
Part of 10 available through eduMe.
- 08 Capability
List trained users
Get a list of all users registered on the platform. Use this to see your total active trainee base.
- 09 Capability
Search trainees by keyword
Find a specific user by name or ID. This is the fastest way to pull up a profile for a specific person.
- 10 Capability
Get edume account metadata
Get your account limits and basic metadata. It helps you understand your current plan's scope.
Set up in minutes
One URL. Then ask eduMe to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use eduMe 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_l4drzoMz0G86WNYAcZpKaxD022GJ2WnuPQaZWxi3/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 eduMe, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable eduMe for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_l4drzoMz0G86WNYAcZpKaxD022GJ2WnuPQaZWxi3/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 eduMe URL.
- Step 03
Save and start
Save the connection and enable eduMe in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"edume": {
"url": "https://edge.vinkius.com/vk_preview_l4drzoMz0G86WNYAcZpKaxD022GJ2WnuPQaZWxi3/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 eduMe
Open Agent mode in chat and ask: "Using eduMe, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"edume": {
"url": "https://edge.vinkius.com/vk_preview_l4drzoMz0G86WNYAcZpKaxD022GJ2WnuPQaZWxi3/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 eduMe
Ask Copilot: "Using eduMe, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"edume": {
"url": "https://edge.vinkius.com/vk_preview_l4drzoMz0G86WNYAcZpKaxD022GJ2WnuPQaZWxi3/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 eduMe
Open Cascade and ask: "Using eduMe, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"edume": {
"url": "https://edge.vinkius.com/vk_preview_l4drzoMz0G86WNYAcZpKaxD022GJ2WnuPQaZWxi3/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 eduMe
Ask Cline: "Using eduMe, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add edume --transport http "https://edge.vinkius.com/vk_preview_l4drzoMz0G86WNYAcZpKaxD022GJ2WnuPQaZWxi3/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 eduMe
Ask Claude: "Using eduMe, show me...". 10 tools are ready
Where the request belongs
Work eduMe can move forward.
Training managers and ops leads who are tired of manual data entry and want to see real-time training status for their deskless teams without leaving their chat interface.
Training Manager
Checks completion rates and identifies lagging teams on a Tuesday afternoon to plan interventions.
Operations Lead
Monitors workforce readiness to ensure everyone is certified before a new shift starts.
HR Administrator
Pulls historical training data for specific employees during performance reviews or audits.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsEdApp
Train your workforce with mobile-first microlearning courses, quizzes, and gamified lessons that employees complete on their phones.
360Learning
Collaborative learning platform. manage users, courses, paths, and training statistics via AI.
Coassemble
Manage online training and LMS via Coassemble. track courses, monitor enrolments, and manage student groups directly from any AI agent.
Didacte
Equip your AI agent to manage LMS courses, track learner progress, and monitor enrollments via the Didacte (Workleap) API.
Innform
Train your team with an LMS that creates courses from your content, tracks completion, and gamifies the learning experience.
LearningSuite
Create and deliver corporate training programs with course authoring, quizzes, and progress tracking for distributed teams.
Bring your own AI
Change the model, client or framework. Keep eduMe 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 eduMe.
The practical details behind the request, access and result.
Can I use eduMe MCP to see who finished their safety training?
Yes, you can ask your agent to list completed courses for specific users or teams to see exactly who is compliant.
Does eduMe MCP work for my warehouse staff?
It's designed specifically for deskless workforces like warehouse and field teams who use mobile-first learning.
How do I find a specific trainee's history?
You can just ask your agent to search for a trainee by name or ID to pull up their full training profile instantly.
Can I see which courses are the most popular?
Yes, the Connector can identify your top-performing courses based on engagement and completion rates.
Does this help with HR audits?
It lets you quickly pull individual training profiles and team summaries for compliance checks without manual data entry.
Is there a way to see my whole course list?
You can ask your agent to list all your available mobile training courses at once to see your entire content library.
How do I get an eduMe API Key?
Log in to your eduMe dashboard, navigate to Settings > API, and you can generate or retrieve your unique API Key from there. API access may require an enterprise-level plan.
Can the agent assign courses to users?
This integration currently focuses on listing and auditing training data. Assigning courses or creating new users should be managed via the eduMe dashboard or specific enrollment API endpoints.
Does the integration show real-time completion?
Yes, you can use the list_training_courses or get_user_training_profile capabilities to retrieve the latest completion rates and statuses as reported by the eduMe platform.
One connection away
Give your agent a direct line to eduMe.
Connect eduMe once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available