Thrive Learning MCP Server
for AI Agents
Connect your AI agent to StackOne's Thrive Learning MCP server and give it 44 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
44 Agent Actions
Create, read, update, and delete across Thrive Learning — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Thrive Learning MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Thrive Learning tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Thrive Learning call.
Tools Discovery →What is the Thrive Learning MCP Server?
A Thrive Learning MCP server lets AI agents read and write Thrive Learning data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Thrive Learning MCP server ships with 44 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
All Thrive Learning MCP Tools
Every action from Thrive Learning's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Users
- Create User
Create a new user in the Thrive Learning platform. Requires ref, firstName, and lastName. Email is required unless loginMethod is 'ref'. Note: loginMethod, jobTitle, managerRef, startDate, endDate, and sso are accepted on write but are not returned by get_user (write-only fields).
- List Users
Search and retrieve a list of all users in the Thrive Learning platform with pagination support. Returns basic user information including name, email, role, status, compliance score, and learning progress. Useful for user management, reporting, and analytics.
- Get User
Retrieve comprehensive user data (including positions, tags, followers, rank) by their Thrive internal numeric user ID. Use get_user_by_ref instead if you only have the organisation's external reference code.
- Update User
Update an existing user's profile in the Thrive Learning platform by their ref. All fields are optional; omitted fields retain their existing values.
- Delete User
Delete a user from the Thrive Learning platform by their unique ref.
Contents
- List Contents
Retrieve a paginated list of all learning content items from the Thrive platform. Returns content metadata including title, description, tags, type, author, and timestamps. Supports pagination for large content libraries.
- Get Content
Retrieve detailed information for a specific content item by its unique ID. Returns comprehensive content data including title, description (HTML), tags, type, author, official status, and timestamps.
Tags
- List Tags
Retrieve a paginated list of all tags from the Thrive platform. Returns tag metadata including associated contents, interests, skills, and campaigns.
- Get Tag
Retrieve detailed information for a specific tag by its unique ID. Returns tag data including associated contents, interests, skills, and campaigns.
User Tags
- Add User Tags
Add one or more existing tags to a learner. Accepts an array of tag names to associate with the specified user.
- Remove User Tags
Remove one or more existing tags from a learner. Set op to 'remove', path to 'tags', and value to an array of tag names to remove from the learner.
Audiences
- Create Audience
Create a new audience or structure. First create a structure (category=structure, no parentId), then create child audiences within it (category=audience, with parentId). API-created audiences can only be managed via API.
- List Audiences
Retrieve up to 1,000 audiences per page for a tenant. Returns audience metadata including name, reference, type, category, apiControlled status, and parent information.
- Get Audience
Retrieve a specific audience by its ID or reference. Returns audience data including name, reference, type, category, apiControlled status, parent information, and timestamps.
- Update Audience
Update an existing audience's name and/or reference. Only works for API-controlled audiences.
- Delete Audience
Delete an audience by its ID or reference. The audience must not have any child audiences. Only works for API-controlled audiences.
Audience Members
- Add Audience Members
Add users to an audience's members list. Takes an array of user emails, references, or IDs that already exist in the Thrive system (min 1, max 100).
- List Audience Members
Retrieve a paginated list of members belonging to a specific audience. Returns user IDs, emails, and references.
- Remove Audience Member
Remove a single user from an audience's members list. Only works for API-controlled child audiences (not structures). To remove a manager instead, use remove_audience_manager.
Audience Managers
- Add Audience Managers
Add users to an audience's managers list with specified permissions.
- List Audience Managers
Retrieve the list of managers for a specific audience. Returns manager user IDs, emails, references, and their permissions.
- Remove Audience Manager
Remove a specific user from an audience's managers list by their user ID. To remove a regular member instead, use remove_audience_member.
Assignments
- Create Assignment
Create a new content assignment for an audience. Assigns a specific content item to an audience with optional completion period and recurrence settings.
- List Assignments
Retrieve a paginated list of content assignments for a specific audience. Returns assignment metadata including content IDs, completion period, recurrence settings, and status. Assignments represent content items assigned to audiences for completion within set time periods.
- Get Assignment
Retrieve detailed information for a specific assignment by its unique ID. Returns assignment data including audience ID, content IDs, completion period, recurrence settings, active status, and timestamps.
Enrolments
- List Enrolments
Retrieve a paginated list of enrolments for a specific assignment. Returns enrolment metadata including user ID, status, dates, and completion history. Enrolments track the completion process for users assigned to content.
- Get Enrolment
Retrieve detailed information for a specific enrolment. Requires both the assignment_id (use list_assignments to find it) and the enrolment_id (use list_enrolments to find it). Returns enrolment data including status, due date, and event history.
Completions
- Create Completion
Create a completion record for a user against a specific content item. Returns a 'statementId' (xAPI UUID format) — this is NOT a MongoDB ID and cannot be used with get_completion. To retrieve the full completion record, use list_completions to find its MongoDB ObjectId, then call get_completion with that ObjectId.
- List Completions
Retrieve a paginated list of content completion records. Returns completion metadata including content ID, skills acquired, completion type, and timestamps. Supports filtering by user, content, RPL status, and date range.
- Get Completion
Retrieve a specific completion record by its ID. Returns completion data including user ID, content ID, content version, skills acquired, completion type, RPL status, and timestamps.
CPD Requirements
- List CPD Requirements
Retrieve a paginated list of CPD (Continuing Professional Development) requirement summaries from the Thrive platform. Returns requirement metadata including audience ID, required minutes, and timestamps.
- Get CPD Requirement
Retrieve detailed information for a specific CPD requirement summary by its unique ID. Returns requirement data including audience requirement ID, audience ID, required minutes, and creation/update timestamps.
Other (12)
- Get User By Ref
Look up a user by their organisation's external reference code (the 'ref' field). This is the correct tool when you have a user's org ref but not their Thrive internal numeric ID. Returns name, email, role, and status. Use get_user instead when you have the Thrive internal user ID.
- List Activities
Retrieve up to 1,000 activity records with pagination and filtering options. Supports filtering by activity types, content IDs, content type, and date range.
- Get Activity
Retrieve a specific activity record by its unique identifier. Returns activity data including type, name, user, date, contextId, contextType, data, and with fields.
- List Skill Levels
Retrieve the available skill levels configured in the Thrive platform. Returns skill level metadata including name, enabled status, and numeric value. Useful for understanding the skill proficiency scale used in the system.
- List CPD Categories
Retrieve a paginated list of CPD (Continuing Professional Development) categories from the Thrive platform. Returns category metadata including ID and name. Useful for categorizing and tracking professional development activities.
- Get CPD Category
Retrieve detailed information for a specific CPD category by its unique ID. Returns the category ID and name.
- List CPD Entries
Retrieve a paginated list of CPD (Continuing Professional Development) entries from the Thrive platform. Returns entry metadata including user, activity type, category, duration, and verification status. Supports date range filtering.
- Get CPD Entry
Retrieve detailed information for a specific CPD entry by its unique ID. Returns entry data including user, activity type and name, category, duration in minutes, description, and verification status.
- List CPD User Summaries
Retrieve CPD (Continuing Professional Development) log summaries per user from the Thrive platform. Returns aggregated total minutes logged by each user within a specified date range. Requires date range parameters.
- Update User Skills
Update skill levels and/or target levels for a learner. Set op to 'update', path to 'skills', and value to an array of skill objects (each with tagName and level and/or targetLevel). Use list_skill_levels to see available levels.
- Replace Audience Members
Replace an audience's entire members list with the given list of users. Does not support an empty array. To keep existing members, include them in this list (min 1, max 100).
- Replace Audience Managers
Replace an audience's entire managers list with the given list. Does not support an empty array.
Set Up Your Thrive Learning MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Thrive Learning in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Check More Learning / LMS MCP Servers
122+ actions
111+ actions
100+ actions
79+ actions
78+ actions
72+ actions
69+ actions
Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Thrive Learning MCP Server FAQ
Does StackOne have a Thrive Learning MCP server?
Thrive Learning MCP server vs direct API integration — what's the difference?
How does Thrive Learning authentication work for AI agents?
origin_owner_id.Are Thrive Learning MCP tools vulnerable to prompt injection?
What is the context bloat of a Thrive Learning agent and how do I avoid it?
Can I limit which actions my Thrive Learning agent can access?
Can I create custom agent actions for my Thrive Learning MCP server?
When should I NOT use a Thrive Learning MCP server?
What AI frameworks and AI clients does the StackOne Thrive Learning MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.