Moodle MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port d'écoute du serveur HTTP (défaut 3000) | 3000 |
| MOODLE_URL | No | URL du endpoint REST Moodle, ex: https://moodle.tonsite.fr/webservice/rest/server.php | |
| MOODLE_TOKEN | No | Token du web service Moodle | |
| MCP_ACCESS_TOKEN | No | Token d'accès au serveur HTTP — génère-le avec openssl rand -hex 32 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| moodle_get_coursesC | Liste les cours disponibles sur Moodle. |
| moodle_get_usersC | Récupère une liste d'utilisateurs Moodle. |
| moodle_get_enrolled_usersB | Liste les utilisateurs inscrits dans un cours. |
| moodle_get_grade_itemsB | Récupère les notes d'un utilisateur dans un cours. |
| moodle_get_scorms_by_coursesB | Liste les modules SCORM disponibles dans un ou plusieurs cours. |
| moodle_get_scorm_completion_reportC | Génère un rapport de complétion pour un module SCORM. |
| moodle_get_completion_reportC | Génère un rapport de complétion pour un cours. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct entity or action: courses, users, enrolled users, grades, SCORM modules, SCORM completion, and course completion. No significant overlap.
All tool names follow a consistent 'moodle_get_<object>' pattern using snake_case, making them predictable and easy to understand.
Seven tools provide a focused set of operations for a Moodle integration, covering core reporting needs without excessive or insufficient granularity.
The tools are limited to retrieval operations, missing create/update/delete functionality. Key areas like assignments, forums, or quizzes are absent, indicating notable gaps for a full Moodle integration.