# Learn Amp MCP for AI Agents AI Agent Connect

> Learn Amp connects your organizational learning and development platform to your AI agent. It lets you manage users, browse courses, and track employee progress through plain conversation instead of clicking through a complex dashboard.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_jwkVhEGAe4T1OqAa8F3udSkzhy6rOx45ADQiNa57/ai-agent-connect
- **Tags:** lxp, lms, employee-development, performance-management, training-automation, user-management

## Description

You spend half your day jumping between tabs to see if a new hire finished their compliance training or to manually create accounts for a new team. This Connector changes that by bringing your Learn Amp data directly into your AI client. Instead of hunting for a specific course or digging through a user list, you just ask your agent to find it or update it. You can handle the boring stuff like deactivating old accounts or marking off completed items while staying in the same chat window you're already using. It makes the whole L&D ecosystem feel like a conversation rather than a series of administrative hurdles. Because Vinkius hosts this Connector, you can get it running in minutes and start moving data between your training platform and your daily workspace without any extra friction.

## Tools

### get_user
Fetch specific details for any user in your organization. Use it to quickly check a person's profile info.

### list_items
Browse all available courses and content. It's the fastest way to see what's in your library.

### list_learnlists
View all curated learning pathways. See how your organization structures its development tracks.

### update_user
Change the information for an existing user. Use it to keep your directory data accurate.

### create_user
Add a new person to your Learn Amp account. Use it to get new hires started on their training.

### deactivate_user
Stop a user from logging in while keeping their data. It's the standard way to handle offboarding.

### get_learnlist
Get the specific details of a single learning pathway. Use it to see exactly what's in a curated list.

### list_users
Pull a full list of every user in Learn Amp. Use this to get a bird's-eye view of your directory.

### list_verbs
See every action verb available on the platform. This helps you understand what specific interactions your agent can perform.

### complete_item
Mark a specific learning item as finished for a user. This updates their progress instantly.

## Prompt Examples

**Prompt:** 
```
Who are the active users in my Learn Amp account right now?
```

**Response:** 
```
I've pulled the current user directory for you. Here are the active members:

| Name | Role | Status |
| :--- | :--- | :--- |
| Alex Rivera | Engineering | Active |
| Sarah Chen | Marketing | Active |
| Jordan Smith | Sales | Active |

Would you like me to check the progress of any of these specific users?
```

**Prompt:** 
```
Show me all the courses we have for leadership training.
```

**Response:** 
```
I found 4 items in the library that match 'leadership':

*   **Leadership 101**
*   **Managing Remote Teams**
*   **Conflict Resolution for Leads**
*   **Strategic Decision Making**

Would you like to see the details for any of these?
```

**Prompt:** 
```
Mark the 'Safety Basics' course as finished for John Doe.
```

**Response:** 
```
Done! I've marked **Safety Basics** as complete for **John Doe**. Their progress has been updated in Learn Amp.
```

## Capabilities

### Create and manage user profiles
Add new people to your organization or update existing profile data through chat.

### Query the entire course library
Search for specific learning items and content across your whole catalog.

### Inspect curated learning pathways
View the specific tracks and learnlists designed for employee development.

### Update completion status
Mark specific learning items as finished for any user in your directory.

### Deactivate accounts for security
Revoke login access for users while preserving their historical data.

### List available action verbs
See every specific interaction your agent can perform on the platform.

## Use Cases

### New Hire Onboarding
An HR admin asks the agent to create a user and then lists the relevant learning pathways for their specific role.

### Training Audit
A team lead asks which employees haven't finished their mandatory compliance training yet to identify gaps.

### Content Discovery
A manager wants to see all available items related to leadership to build a new internal development track.

### Rapid Offboarding
An IT lead tells the agent to deactivate a list of five users who left the company today to secure the account.

## Benefits

- Stop manual data entry. Use `create_user` and `update_user` to handle onboarding tasks without leaving your chat.
- Faster course discovery. Use `list_items` to find specific training content instantly instead of searching a dashboard.
- Real-time progress tracking. Use `complete_item` to update records the moment a user finishes a task.
- Simplified offboarding. Use `deactivate_user` to secure your account directory during employee transitions.
- Better oversight of pathways. Use `list_learnlists` to see how different departments are structured for growth.

## How It Works

The bottom line is you get a conversational interface for your entire L&D administrative workflow.

1. Subscribe to this Connector and enter your Learn Amp Client ID and Secret.
2. Connect your preferred AI client like Claude or Cursor to the Vinkius catalog.
3. Start asking your agent to pull user lists, find courses, or update training progress.

## Frequently Asked Questions

**What does the Learn Amp MCP do for my team?**
It connects your Learn Amp account to your AI agent. This lets you manage users, browse courses, and update training progress through a chat interface instead of using the web dashboard.

**Can I use Learn Amp MCP to onboard new hires faster?**
Yes, you can use it to create new user accounts and assign them to specific learning pathways instantly through your AI client.

**How does Learn Amp MCP help with training audits?**
It allows you to quickly query user lists and check completion statuses for specific learning items, making it much easier to see who has finished their required training.

**Can I deactivate users with Learn Amp MCP?**
Yes, you can use it to deactivate accounts. This is great for offboarding because it revokes login access while keeping the user's data in your system.

**Does Learn Amp MCP work with my existing AI client?**
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf, giving you a unified way to manage your training data.

**Can I find specific courses using Learn Amp MCP?**
Yes, you can ask your agent to list all items or search for specific content in your library to see what's available for your employees.

**Can my AI automatically mark a course as completed for a specific user?**
Yes! Use the `complete_item` action by providing the Item ID and User ID. Your agent will record the completion in the Learn Amp database instantly.

**How do I list all the available learning pathways (Learnlists)?**
Simply ask the agent to run the `list_learnlists` query. It will return a paginated list of all active pathways with their names and unique IDs.

**Is it possible to deactivate a user account via this integration?**
Yes. The `deactivate_user` tool allows you to disable access for any specific user ID, which is ideal for automating offboarding processes.