# TalentLMS (npm · @mindstone/mcp-server-talentlms)

TalentLMS MCP server: users, courses, groups, branches, reporting, and assessments

- Trust score: 76/100 (medium)
- Change this week: +30
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `@mindstone/mcp-server-talentlms`: 76/100 (this document), [markdown](https://verifymcp.io/servers/mindstone-mcp-server-talentlms/mindstone-mcp-server-talentlms.md), [page](https://verifymcp.io/servers/mindstone-mcp-server-talentlms/mindstone-mcp-server-talentlms)

## Channel facts

- Registry: `npm`
- Package: `@mindstone/mcp-server-talentlms`
- Version: `0.3.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 84/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to mindstone/mcp-servers).
  - License check failed: the license (FSL-1.1-MIT) isn't a recognized OSI-approved license.
  - Actively maintained (last published 33 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1884 tokens (~78/item across 24 items; 24 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add mindstone-mcp-server-talentlms -- npx -y @mindstone/mcp-server-talentlms
```

### Codex

```bash
codex mcp add mindstone-mcp-server-talentlms -- npx -y @mindstone/mcp-server-talentlms
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mindstone-mcp-server-talentlms": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mindstone/mcp-server-talentlms"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mindstone-mcp-server-talentlms --command npx --arg -y --arg @mindstone/mcp-server-talentlms
```

### Hermes

```yaml
mcp_servers:
  mindstone-mcp-server-talentlms:
    command: "npx"
    args: ["-y", "@mindstone/mcp-server-talentlms"]
```

### Other

```json
{
  "mcpServers": {
    "mindstone-mcp-server-talentlms": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-talentlms"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 76, −1)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-03 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 76, +55)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: mindstone/mcp-servers
- [functional regression] License: unverified → fail
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: FSL-1.1-MIT

### 2026-08-01 (score 21, −5)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 26, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (24)

### `configure_talentlms` (~147 tokens)

Configure TalentLMS API credentials. Call this when the user provides their API key and domain.

WORKFLOW:
1\. Go to your TalentLMS admin panel → Account & Settings → Security
2\. Enable API access
3\. Copy the API key
4\. Your domain is the subdomain part of your URL (e.g., "acme" for acme.talentlms.com)

Note: Requires a paid TalentLMS plan and Super Admin access.

Input parameters:

- `api_key` (string, required): TalentLMS API key
- `domain` (string, required): TalentLMS subdomain (e.g., "acme" for acme.talentlms.com)

### `list_talentlms_users` (~76 tokens)

List all users in TalentLMS.

Returns: id, login, first_name, last_name, email, role, status, last_updated.

RELATED TOOLS:
\- get_talentlms_user: Get full profile by ID
\- get_talentlms_user_courses: See courses a user is enrolled in

### `get_talentlms_user` (~94 tokens)

Get a user's full profile by ID or email.

Returns: full profile including role, status, custom fields, last login, created date.

RELATED TOOLS:
\- list_talentlms_users: Find user IDs
\- get_talentlms_user_courses: See their enrolled courses

Input parameters:

- `email` (string): User email (alternative to user_id)
- `user_id` (string): User ID

### `create_talentlms_user` (~185 tokens)

Create a new user in TalentLMS.

Only non-privileged user types (Learner, Trainer) can be created through this tool. Administrator or SuperAdmin accounts must be provisioned directly in the TalentLMS UI. This guard prevents prompt-injected tool input from silently escalating privileges.

COMMON MISTAKES:
\- login must be unique across TalentLMS instance
\- email must be unique unless allow_duplicate_emails is enabled

Input parameters:

- `email` (string, required): Email address
- `first_name` (string, required): First name
- `last_name` (string, required): Last name
- `login` (string, required): Login username
- `password` (string): Password (auto-generated if omitted)
- `user_type` (string): User type: Learner or Trainer. Default: Learner. Administrator/SuperAdmin are intentionally not creatable through this tool.

### `set_talentlms_user_status` (~58 tokens)

Activate or deactivate a user in TalentLMS.

RELATED TOOLS:
\- list_talentlms_users: Find user IDs

Input parameters:

- `status` (string, required): New status
- `user_id` (string, required): User ID

### `get_talentlms_user_courses` (~83 tokens)

Get all courses a user is enrolled in, with progress and completion status.

Returns: course id, name, role, completion status, progress percentage, total_time, last_accessed.

RELATED TOOLS:
\- get_talentlms_course_users: See all users in a course (reverse lookup)

Input parameters:

- `user_id` (string, required): User ID

### `list_talentlms_courses` (~73 tokens)

List all courses in TalentLMS.

Returns: id, name, code, category_id, description, status, creation_date, price, creator_id.

RELATED TOOLS:
\- get_talentlms_course: Get full course details
\- get_talentlms_course_users: See enrolled users

### `get_talentlms_course` (~79 tokens)

Get full course details by ID.

Returns: name, description, units (content structure), rules, prerequisites, certification, custom fields.

RELATED TOOLS:
\- list_talentlms_courses: Find course IDs
\- get_talentlms_course_users: See who is enrolled

Input parameters:

- `course_id` (string, required): Course ID

### `create_talentlms_course` (~94 tokens)

Create a new course in TalentLMS.

RELATED TOOLS:
\- enrol_talentlms_user: Add users to the new course

Input parameters:

- `category_id` (string): Category ID (optional)
- `code` (string): Course code (optional)
- `creator_id` (string): Creator user ID (optional)
- `description` (string): Course description
- `name` (string, required): Course name

### `get_talentlms_course_users` (~94 tokens)

Get all users enrolled in a course, with their progress and completion status.

Returns: user id, name, role, completion_status, completion_percentage, total_time.

RELATED TOOLS:
\- get_talentlms_user_courses: See all courses for a user (reverse lookup)
\- enrol_talentlms_user: Add a user to this course

Input parameters:

- `course_id` (string, required): Course ID

### `enrol_talentlms_user` (~85 tokens)

Enrol a user into a course.

COMMON MISTAKES:
\- User must exist first (use create_talentlms_user if needed)
\- Cannot enrol the same user twice

Input parameters:

- `course_id` (string, required): Course ID
- `role` (string): Enrolment role. Default: learner
- `user_id` (string, required): User ID

### `unenrol_talentlms_user` (~58 tokens)

Remove a user from a course.

RELATED TOOLS:
\- get_talentlms_course_users: Check current enrolment

Input parameters:

- `course_id` (string, required): Course ID
- `user_id` (string, required): User ID

### `get_talentlms_course_sso_link` (~68 tokens)

Generate an SSO link to launch a user directly into a course.

Returns a URL that logs the user in and redirects them to the course. Link is temporary.

Input parameters:

- `course_id` (string, required): Course ID
- `user_id` (string, required): User ID

### `list_talentlms_groups` (~60 tokens)

List all groups in TalentLMS.

Returns: id, name, description, creator_id, created_on, key (enrollment key).

RELATED TOOLS:
\- get_talentlms_group: Get group details including members and courses

### `get_talentlms_group` (~51 tokens)

Get group details including members and assigned courses.

Returns: group info, list of users in the group, list of courses assigned to the group.

Input parameters:

- `group_id` (string, required): Group ID

### `create_talentlms_group` (~50 tokens)

Create a new group in TalentLMS.

Input parameters:

- `description` (string): Group description
- `key` (string): Enrollment key (optional)
- `name` (string, required): Group name

### `add_course_to_talentlms_group` (~48 tokens)

Assign a course to a group. All group members will be enrolled.

Input parameters:

- `course_id` (string, required): Course ID
- `group_id` (string, required): Group ID

### `list_talentlms_branches` (~36 tokens)

List all branches in TalentLMS (multi-tenant).

Returns: id, name, description, created_on.

### `get_talentlms_site_info` (~44 tokens)

Get TalentLMS site-level statistics and configuration.

Returns: total users, total courses, signup method, site name, timezone, domain, and more.

### `get_talentlms_timeline` (~47 tokens)

Get activity timeline for users or courses.

Returns recent activity events: enrolments, completions, logins, course accesses.

Input parameters:

- `type` (string, required): Timeline type

### `get_talentlms_user_progress` (~107 tokens)

Get detailed progress for a user in a specific course.

Returns: unit-by-unit progress, completion status, score, time spent per unit.

WORKFLOW:
1\. Find user ID with list_talentlms_users
2\. Find course ID with list_talentlms_courses or get_talentlms_user_courses
3\. Call this tool for detailed breakdown

Input parameters:

- `course_id` (string, required): Course ID
- `user_id` (string, required): User ID

### `get_talentlms_test_answers` (~96 tokens)

Get a user's answers for a specific test/quiz.

Returns: questions, user answers, correct answers, score.

WORKFLOW:
1\. Get course details with get_talentlms_course to find test/unit IDs
2\. Call this tool with the test ID and user ID

Input parameters:

- `test_id` (string, required): Test/quiz ID (from course units)
- `user_id` (string, required): User ID

### `get_talentlms_survey_answers` (~53 tokens)

Get a user's responses to a survey.

Returns: questions, user responses.

Input parameters:

- `survey_id` (string, required): Survey ID (from course units)
- `user_id` (string, required): User ID

### `get_talentlms_ilt_sessions` (~98 tokens)

Get instructor-led training (ILT) sessions for a specific ILT unit.

Returns: session ID, course, instructor, date, time, location, enrolled users.

WORKFLOW:
1\. Get course details with get_talentlms_course to find ILT unit IDs
2\. Call this tool with the ILT unit ID

Input parameters:

- `ilt_id` (string, required): ILT unit ID (from course units)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/mindstone-mcp-server-talentlms/mindstone-mcp-server-talentlms#diagnostics

## Score history

- 2026-08-04: 76
- 2026-08-03: 77
- 2026-08-02: 76
- 2026-08-01: 21
- 2026-07-31: 26
- 2026-07-30: 28
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@mindstone/mcp-server-talentlms
- Socket report: https://socket.dev/npm/package/@mindstone/mcp-server-talentlms
- Repository: https://github.com/mindstone/mcp-servers
- Changelog RSS feed: https://verifymcp.io/servers/mindstone-mcp-server-talentlms/mindstone-mcp-server-talentlms/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mindstone-mcp-server-talentlms/mindstone-mcp-server-talentlms/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mindstone-mcp-server-talentlms/mindstone-mcp-server-talentlms
