OpenClassrooms Connector for AI agents.
9 live capabilities
Track student progress and verify training certificates in real time.
Waiting for input…
Why people use OpenClassrooms
OpenClassrooms for HR Training and Student Tracking
This Connector removes that friction. You can just ask your agent to summarize the progress of your entire cohort or pull a list of everyone who finished a module this week. You get the data you need in a few seconds, letting you focus on actually helping people learn.
What Vinkius changes
You get a direct line to your training data without ever having to log into a separate dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Annual HR Compliance Audit
An HR lead needs to prove 50 employees finished their security training.
- Real-world use case 02
Upskilling Progress Review
A manager wants to see who's on the Web Developer path.
- Real-world use case 03
New Hire Training Planning
An EdTech partner needs to see what's in the Python syllabus.
Complete set · 9capabilities
The complete OpenClassrooms capability set.
These are the exact actions your AI can choose when you ask it to work with OpenClassrooms.
01—03
3 capabilities in this set.
Part of 9 available through OpenClassrooms.
- 01 Capability
Lister cours
Lists all available courses on the platform with pagination. Use this to see the full catalog.
- 02 Capability
Consulter cours
Shows the deep details and syllabus for a specific course. This helps you see exactly what a course covers.
- 03 Capability
Rechercher cours
Finds courses based on specific keywords like React or Python. It's great for finding specific skills quickly.
04—06
3 capabilities in this set.
Part of 9 available through OpenClassrooms.
- 04 Capability
Sessions mentorat
Lists all scheduled video mentoring sessions. It helps you keep track of your team's coaching schedule.
- 05 Capability
Lister parcours
Lists all the diploma-granting career paths available. Use this to see the full range of training tracks.
- 06 Capability
Consulter parcours
Shows the detailed taxonomy and requirements for a specific diploma path. It helps you understand the career track.
07—09
3 capabilities in this set.
Part of 9 available through OpenClassrooms.
- 07 Capability
Lister etudiants
Lists all students enrolled under your specific partner API key. This is your primary way to see your cohort.
- 08 Capability
Progression etudiant
Shows the precise progress of a specific student on their path. Use this to see completion percentages.
- 09 Capability
Certificats etudiant
Retrieves the success certificates for a specific student. Use this to pull data for compliance reports.
Set up in minutes
One URL. Then ask OpenClassrooms to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use OpenClassrooms 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_GNdUnr18XQ6H9QmB5zFjCdkmaxwjBOJhlj2lz0gv/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 OpenClassrooms, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable OpenClassrooms for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GNdUnr18XQ6H9QmB5zFjCdkmaxwjBOJhlj2lz0gv/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 OpenClassrooms URL.
- Step 03
Save and start
Save the connection and enable OpenClassrooms in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"openclassrooms": {
"url": "https://edge.vinkius.com/vk_preview_GNdUnr18XQ6H9QmB5zFjCdkmaxwjBOJhlj2lz0gv/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 OpenClassrooms
Open Agent mode in chat and ask: "Using OpenClassrooms, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"openclassrooms": {
"url": "https://edge.vinkius.com/vk_preview_GNdUnr18XQ6H9QmB5zFjCdkmaxwjBOJhlj2lz0gv/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 OpenClassrooms
Ask Copilot: "Using OpenClassrooms, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"openclassrooms": {
"url": "https://edge.vinkius.com/vk_preview_GNdUnr18XQ6H9QmB5zFjCdkmaxwjBOJhlj2lz0gv/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 OpenClassrooms
Open Cascade and ask: "Using OpenClassrooms, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"openclassrooms": {
"url": "https://edge.vinkius.com/vk_preview_GNdUnr18XQ6H9QmB5zFjCdkmaxwjBOJhlj2lz0gv/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 OpenClassrooms
Ask Cline: "Using OpenClassrooms, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add openclassrooms --transport http "https://edge.vinkius.com/vk_preview_GNdUnr18XQ6H9QmB5zFjCdkmaxwjBOJhlj2lz0gv/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 OpenClassrooms
Ask Claude: "Using OpenClassrooms, show me...". 9 tools are ready
Where the request belongs
Work OpenClassrooms can move forward.
Training managers and HR leads who are tired of manual data entry and dashboard hopping. It's for the person responsible for employee growth who needs to prove that the company's training budget is actually producing results.
Training Manager
Checks team progress across multiple diploma paths on a Tuesday afternoon to see who needs a nudge.
HR Compliance Officer
Verifies employee certifications for annual audits without asking for screenshots.
EdTech Partner
Pulls course metadata to build custom training dashboards for external clients.
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.
DigitalChalk
Equip your AI agent to manage LMS offerings, track learner progress, and monitor exam results via the DigitalChalk API.
Cloud Assess
Manage vocational training and assessments via Cloud Assess. track students, monitor enrolments, and audit assessment records directly from any AI agent.
eduMe
Equip your AI agent to manage mobile training, track trainees, and monitor course completion via the eduMe API.
Teachable (Extended)
Manage your Teachable school. list courses, manage users, track transactions, and monitor webhooks directly from your AI agent.
MSAAQ
Manage courses, enrollments, and student progress via MSAAQ directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep OpenClassrooms 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 OpenClassrooms.
The practical details behind the request, access and result.
How does the OpenClassrooms MCP help with student tracking?
It allows your AI agent to pull real-time progress data, including completion percentages and project statuses, so you can see how your students are doing without leaving your chat.
Can I use the OpenClassrooms MCP to find specific training courses?
Yes, you can ask your agent to search the entire catalog using keywords to find courses that match the specific skills your team needs to learn.
Does the OpenClassrooms MCP support certificate verification?
Yes, it can retrieve verified success certificates for students, making it much faster to handle compliance audits and record completions.
What kind of data can I get from the OpenClassrooms MCP?
You can access student enrollment lists, individual progress metrics, course syllabi, diploma path requirements, and mentoring session schedules.
Do I need a special account for the OpenClassrooms MCP?
This Connector requires an OpenClassrooms Partner API Key. It is designed for organizations and partners who manage student training programs.
Can the OpenClassrooms MCP help my HR team with compliance?
Absolutely. It automates the process of gathering and verifying employee certifications, which saves your HR team from manual data entry and tab switching.
Can I track completion rates across my entire team at once?
Yes. List all students associated with your partner API key, then ask your agent to summarize each student's completion percentage and pending projects. Get a full team progress report in a single conversation. no spreadsheets, no manual exports from the OpenClassrooms dashboard.
What data do I get about mentoring sessions?
The agent pulls session date, time, mentor name, session status (completed, scheduled, or missed), and the student linked to each session. This is useful for auditing mentorship quality and identifying students who are missing their scheduled sessions.
Is this API available to everyone or only to OpenClassrooms partners?
The OpenClassrooms API is restricted to approved partners. You need an active partnership agreement with OpenClassrooms to obtain production API credentials. If you're already a partner, your account manager can provide the API key. This integration is designed for organizations using OpenClassrooms for team training.
One connection away
Give your agent a direct line to OpenClassrooms.
Connect OpenClassrooms once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available