Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Thrive Learning MCP server with 38 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Thrive Learning — and extend your agent's capabilities with custom actions.
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
Every Thrive Learning tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Thrive Learning call.
Tools Discovery →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 38 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Thrive Learning's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
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.
Retrieve detailed information for a specific user by their unique ID. Returns comprehensive user data including name, email, role, status, positions, followers, tags, rank, and profile information.
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.
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.
Retrieve a paginated list of all tags from the Thrive platform. Returns tag metadata including associated contents, interests, skills, and campaigns.
Retrieve detailed information for a specific tag by its unique ID. Returns tag data including associated contents, interests, skills, and campaigns.
Add one or more existing tags to a learner. Accepts an array of tag names to associate with the specified user.
Remove one or more existing tags from a learner. Uses JSON Patch format to specify tags to remove.
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.
Retrieve up to 1,000 audiences per page for a tenant. Returns audience metadata including name, reference, type, category, apiControlled status, and parent information.
Retrieve a specific audience by its ID or reference. Returns audience data including name, reference, type, category, apiControlled status, parent information, and timestamps.
Update an existing audience's name and/or reference. Only works for API-controlled audiences.
Delete an audience by its ID or reference. The audience must not have any child audiences. Only works for API-controlled audiences.
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).
Retrieve a paginated list of members belonging to a specific audience. Returns user IDs, emails, and references.
Remove a single user from an audience. Only works for API-controlled child audiences (category 'audience'), not parent structures.
Add users to an audience's managers list with specified permissions.
Retrieve the list of managers for a specific audience. Returns manager user IDs, emails, references, and their permissions.
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.
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.
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.
Retrieve detailed information for a specific enrolment by its unique ID. Returns enrolment data including user ID, assignment ID, status, available date, due date, last completion date, and event history.
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.
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.
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.
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.
Search and retrieve basic user information by their unique reference code. Returns user data including name, email, role, status, positions, and language preferences.
Retrieve up to 1,000 activity records with pagination and filtering options. Supports filtering by activity types, content IDs, content type, and date range.
Retrieve a specific activity record by its unique identifier. Returns activity data including type, name, user, date, contextId, contextType, data, and with fields.
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.
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.
Retrieve detailed information for a specific CPD category by its unique ID. Returns the category ID and name.
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.
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.
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 level and/or target level for one or more skills for a learner. Allows setting skill proficiency levels and target goals.
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 an audience's entire managers list with the given list. Does not support an empty array.
One endpoint. Any framework. Your agent is talking to Thrive Learning in under 10 lines of code.
MCP Clients
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>"
]
}
}
}122+ actions
79+ actions
78+ actions
72+ actions
69+ actions
69+ actions
67+ actions
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
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
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
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.