# Senar.io MCP for AI Agents AI Agent Connect

> Senar.io MCP connects your AI agent to your AR training platform. It lets you manage users, assign simulators, and track training progress through natural conversation. You can pull activity logs, check completion rates, and organize your training collections without manual data entry.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_kc8eFwiazXLehNlOf2uDT0D9IwxVwaKCsUgsH8hV/ai-agent-connect
- **Tags:** senar, augmented-reality, training-automation, ar-simulators, lms-api, skill-development, virtual-reality, mcp

## Description

Managing AR and VR training usually means jumping between a dashboard and a spreadsheet. You have to manually assign users to specific modules, check if they actually finished the safety simulation, and keep track of who needs a refresher. This Connector changes that by letting your AI agent act as your training coordinator. Instead of clicking through the Senar.io interface, you just tell your agent what needs to happen. You can ask about a specific trainee's progress, pull a report on how many people finished the forklift safety course, or set up new user profiles on the fly. It handles the heavy lifting of data retrieval and assignment so you can focus on the actual learning outcomes. Because it's available on Vinkius, you can plug it into your existing workflow and start managing your entire AR training lifecycle from a single chat window. It's about moving from manual data management to active, conversation-based oversight of your training programs.

## Tools

### add_content
Add specific training content to an existing collection. This helps you keep your simulator modules updated.

### get_user_details
Retrieve the profile information for a specific user. Use this to pull names and account details quickly.

### list_collections
See all available AR simulator collections. This lets you browse your entire library of training content.

### list_users
Get a full list of users in your organization. Use this to see who currently has access to your simulators.

### create_user_and_assign
Create a new user profile and put them into an AR collection. Use this to automate the onboarding of new hires.

### get_activity_data
Pull detailed results from training activities. It gives you a clear look at success rates and time spent.

### get_collection_details
View specific metadata for a content collection. This shows you exactly what is included in a training group.

### get_progress
Check the learning status of a specific user. Use this to see if a trainee is halfway through a module.

### get_user_sessions
See a history of all sessions for a single user. This is great for auditing how often someone practices.

## Prompt Examples

**Prompt:** 
```
Who finished the Forklift Safety module this week?
```

**Response:** 
```
Here are the users who completed the **Forklift Safety** module this week:

| Name | Completion % | Time Spent |
| :--- | :--- | :--- |
| Sarah Chen | 100% | 42 mins |
| James Park | 100% | 38 mins |
| Maria Garcia | 100% | 45 mins |

All three users have earned their completion badges.
```

**Prompt:** 
```
Assign the 'Hazard ID' collection to the new Engineering team.
```

**Response:** 
```
I've processed that for you. 

- **Action**: Assigned 'Hazard ID' collection
- **Target**: Engineering Team (15 members)
- **Status**: Success

Notification emails have been sent to all 15 members to begin their training.
```

**Prompt:** 
```
How is Sarah's progress on the VR safety course?
```

**Response:** 
```
Sarah Chen's progress on the **VR Safety Course** is currently at **85%**.

- **Modules Completed**: 8/10
- **Last Session**: Yesterday, 2:15 PM
- **Next Requirement**: 'Emergency Exit Procedures'

She is on track to finish by the end of the week.
```

## Capabilities

### Assign trainees to AR modules
Automatically place new users into specific training collections as they join your organization.

### Pull real-time training activity logs
Get detailed reports on success rates, time spent, and completion data for any training module.

### Create and organize user profiles
Generate new user accounts and organize them into groups without leaving your chat interface.

### Monitor completion rates
Check the learning status of individual trainees or entire departments at any time.

### List available simulator collections
Quickly see all the AR simulator groups and content modules ready for use.

## Use Cases

### Rapid Team Onboarding
An L&D lead needs to onboard 20 new hires. They ask the agent to create profiles and assign the 'Basic Safety' collection to all of them using create_user_and_assign.

### Compliance Audit Verification
A safety officer needs to verify who finished the forklift course. They ask the agent to list all users who completed that specific module using get_activity_data.

### Individual Performance Review
A manager wants to see how a specific employee did in a VR simulation. They ask for the activity logs and session history for that person using get_user_sessions.

### Content Inventory Check
A training admin wants to see what is in their 'Hazard ID' collection. They ask the agent to show the collection details using get_collection_details.

## Benefits

- No more manual data entry for new trainees because create_user_and_assign handles profiles and placement instantly.
- Get instant answers on training status using get_activity_data to see success rates and time spent on modules.
- Keep your training records accurate by pulling session histories with get_user_sessions for compliance audits.
- See your entire training catalog at a glance using list_collections to identify available simulators.
- Track individual growth with get_progress to see exactly where a trainee stands in their learning path.

## How It Works

The bottom line is you get a conversational interface for your entire AR training management system.

1. Subscribe to the Senar.io MCP on Vinkius.
2. Provide your Senar Studio credentials to connect your account.
3. Use your AI client to manage users, modules, and training progress.

## Frequently Asked Questions

**Can the Senar.io MCP help with AR training?**
Yes, it connects your AI to the Senar.io platform to manage simulators and user progress.

**How do I manage users with the Senar.io MCP?**
You can create new users and assign them to specific training collections using natural language.

**Can I see training results with the Senar.io MCP?**
Yes, the Connector can pull activity logs, success rates, and time spent on various modules.

**Does the Senar.io MCP support multiple organizations?**
It lets you manage the users and collections within your specific Senar.io account.

**Is there a way to check compliance with the Senar.io MCP?**
You can use it to pull session histories and progress data to verify that trainees completed their required courses.

**Can I see all my available simulators?**
Yes, you can ask the agent to list all your collections to see what training content is ready for use.

**Can my AI automatically assign a new user to a specific simulator collection?**
Yes! Use the `create_user_and_assign` tool. Provide the user details and the Collection ID, and your agent will create the record and grant access instantly.

**How do I find a collectionId for my simulators?**
In Senar Studio, open your collection; the ID is the numeric value at the end of the URL (e.g., .../Collections/Edit/123).

**Are training results available in real-time?**
Yes, as soon as a trainee completes a session in the AR simulator, the data is pushed to the API and accessible via the `get_activity_data` tool.