DigitalChalk Connector for AI agents.
10 live capabilities
Manage course offerings and track learner progress in your LMS.
Waiting for input…
Why people use DigitalChalk
DigitalChalk LMS Management for Training Teams
With this Connector, you just ask your agent for the data. You can get a list of recent completions or pull a specific student's profile in seconds. You get a clear picture of your training status without ever leaving your chat window.
What Vinkius changes
You get a conversational interface for your entire LMS database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking new hire progress
An onboarding lead asks the agent to see if a new hire finished their safety modules.
- Real-world use case 02
Identifying top students
An L&D manager wants to find high achievers.
- Real-world use case 03
Auditing course details
An admin needs to know the specifics of a course.
Complete set · 10capabilities
The complete DigitalChalk capability set.
These are the exact actions your AI can choose when you ask it to work with DigitalChalk.
01—04
4 capabilities in this set.
Part of 10 available through DigitalChalk.
- 01 Capability
Get lms account metadata
Get the metadata and settings for your DigitalChalk account. It helps you understand your high-level account configuration.
- 02 Capability
List course offerings
List all available course offerings in your DigitalChalk catalog. It's the fastest way to see what you have to offer.
- 03 Capability
List high performing learners
Find enrollments that meet a specific grade threshold. This helps you spot your most successful students.
- 04 Capability
List assessment exams
List all exams and quizzes defined in the system. This helps you see the full scope of your testing materials.
05—07
3 capabilities in this set.
Part of 10 available through DigitalChalk.
- 05 Capability
List recent course completions
Identify enrollments that were recently completed. This is great for tracking recent success.
- 06 Capability
List lms users
List all students and administrators in your account. Use this to get a bird's-eye view of your entire user base.
- 07 Capability
Search users by identity
Search for a user by their full name or email address. This makes finding specific people much faster.
08—10
3 capabilities in this set.
Part of 10 available through DigitalChalk.
- 08 Capability
Get offering details
Pull detailed settings and info for a specific course. Use this to see exactly what a course entails.
- 09 Capability
Get user learning profile
Get a full profile and enrollment history for a specific user. This is the best way to see a student's journey.
- 10 Capability
List user enrollments
List all courses a specific user is currently enrolled in. Use this to quickly check a student's current workload.
Set up in minutes
One URL. Then ask DigitalChalk to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DigitalChalk 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_Nuj1HB6vTnc0AfVYDp1IHunHitquzPLr9e0hk1OD/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 DigitalChalk, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DigitalChalk for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Nuj1HB6vTnc0AfVYDp1IHunHitquzPLr9e0hk1OD/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 DigitalChalk URL.
- Step 03
Save and start
Save the connection and enable DigitalChalk in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"digitalchalk": {
"url": "https://edge.vinkius.com/vk_preview_Nuj1HB6vTnc0AfVYDp1IHunHitquzPLr9e0hk1OD/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 DigitalChalk
Open Agent mode in chat and ask: "Using DigitalChalk, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"digitalchalk": {
"url": "https://edge.vinkius.com/vk_preview_Nuj1HB6vTnc0AfVYDp1IHunHitquzPLr9e0hk1OD/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 DigitalChalk
Ask Copilot: "Using DigitalChalk, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"digitalchalk": {
"url": "https://edge.vinkius.com/vk_preview_Nuj1HB6vTnc0AfVYDp1IHunHitquzPLr9e0hk1OD/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 DigitalChalk
Open Cascade and ask: "Using DigitalChalk, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"digitalchalk": {
"url": "https://edge.vinkius.com/vk_preview_Nuj1HB6vTnc0AfVYDp1IHunHitquzPLr9e0hk1OD/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 DigitalChalk
Ask Cline: "Using DigitalChalk, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add digitalchalk --transport http "https://edge.vinkius.com/vk_preview_Nuj1HB6vTnc0AfVYDp1IHunHitquzPLr9e0hk1OD/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 DigitalChalk
Ask Claude: "Using DigitalChalk, show me...". 10 tools are ready
Where the request belongs
Work DigitalChalk can move forward.
This is for L&D managers and training admins who are tired of manual data entry and hunting through messy dashboards to find out if people actually finished their training.
L&D Manager
Checks enrollment numbers and learner progress during weekly status meetings to ensure training goals stay on track.
Training Administrator
Researches user profiles and course offerings to answer employee questions about available training quickly.
Onboarding Specialist
Monitors the progress of new hire certification plans to ensure every new employee is compliant before their start date.
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.
AcademyOcean
LMS for smart corporate training. manage learners, courses, and training progress via AI.
LearnUpon
Manage users, courses, and enrollments via the LearnUpon LMS API.
Innform
Train your team with an LMS that creates courses from your content, tracks completion, and gamifies the learning experience.
Coassemble
Manage online training and LMS via Coassemble. track courses, monitor enrolments, and manage student groups directly from any AI agent.
AcademyOfMine
Manage AcademyOfMine LMS. orchestrate courses, register learners, and track enrollments directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep DigitalChalk 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 DigitalChalk.
The practical details behind the request, access and result.
How does the DigitalChalk MCP help my L&D team?
It turns your LMS into a searchable database. Your team can ask questions about student progress, course details, and exam results using natural language instead of clicking through menus.
Can I use the DigitalChalk MCP to see who finished their training?
Yes. You can ask your agent to list recent completions or check specific learner profiles to see exactly what they've finished and what's still pending.
Can the DigitalChalk MCP find students by their email?
Yes, it can. You can search for any student or administrator by their name or email address to quickly pull up their learning history.
Will the DigitalChalk MCP show me exam results?
It will. You can list all exams and quizzes and check the results to make sure everyone is meeting your academic or compliance standards.
Is the DigitalChalk MCP good for onboarding new hires?
It's great for that. You can monitor new hire certification plans and see their progress in real-time to ensure they're ready to start their roles.
How do I connect DigitalChalk to my AI client?
You just need to connect the Connector through Vinkius and provide your DigitalChalk API Key and portal Subdomain. Once that's done, your agent can access all your LMS data.
How do I get a DigitalChalk API Key?
Log in to your DigitalChalk account, navigate to the API section in your settings, and you can generate or retrieve your unique API Key from there.
What is the subdomain?
It is the first part of your DigitalChalk URL. For example, if you access your portal at 'mycompany.digitalchalk.com', your subdomain is 'mycompany'.
Can the agent see exam answers?
The agent can retrieve overall exam results and grades, but specific question-level answers and individual choices are viewed within the DigitalChalk platform.
One connection away
Give your agent a direct line to DigitalChalk.
Connect DigitalChalk once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available