360Learning MCP Server
for AI Agents
Connect your AI agent to StackOne's 360Learning MCP server and give it 78 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
78 Agent Actions
Create, read, update, and delete across 360Learning — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your 360Learning MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every 360Learning 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 360Learning call.
Tools Discovery →What is the 360Learning MCP Server?
A 360Learning MCP server lets AI agents read and write 360Learning data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's 360Learning MCP server ships with 78 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 360Learning MCP Tools
Every action from 360Learning's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Users
- List Users
Retrieve a list of all users in the platform
- Get User
Retrieve details of a specific user by ID or email
- Delete User
Delete a specific user account
Courses
- List Courses
Retrieve a list of all courses in the platform
- Get Course
Retrieve details of a specific course
Groups
- Create Group
Create a new group in the platform
- List Groups
Retrieve a list of all groups in the platform
- Get Group
Retrieve details of a specific group
Paths
- Create Path
Create a new learning path
- List Paths
Retrieve a list of all learning paths in the platform
- Get Path
Retrieve details of a specific learning path
- Delete Path
Delete a specific learning path
Path Sessions
- Create Path Session
Create a new session for a learning path
- List Path Sessions
List all sessions in a path
- Get Path Session
Retrieve details of a specific path session
- Delete Path Session
Delete a specific path session
Classrooms
- Create Classroom
Create a new classroom
- List Classrooms
Retrieve a list of all classrooms in the platform
- Get Classroom
Retrieve details of a specific classroom
Classroom Slots
- Create Classroom Slot
Add a slot to a classroom
- List Classroom Slots
Retrieve all slots for a classroom
- Delete Classroom Slot
Remove a slot from a classroom
Attendance Sheets
- Create Attendance Sheet
Create an attendance sheet for a classroom slot
- List Attendance Sheets
List all attendance sheets for a classroom slot
- Delete Attendance Sheet
Delete an attendance sheet from a classroom slot
External ID Mappings
- Create External ID Mapping
Create an external ID mapping
- List External ID Mappings
Retrieve a list of all external ID mappings
- Delete External ID Mapping
Delete an external ID mapping
Custom Fields
- Create Custom Field
Create a new custom field
- List Custom Fields
Retrieve a list of all custom fields in the platform
- Delete Custom Field
Delete a custom field
Tags
- Create Tag
Create a new tag
- List Tags
Retrieve a list of all tags in the platform
- Get Tag
Retrieve details of a specific tag
- Delete Tag
Delete a specific tag
Other (43)
- Create Invited User
Create a new invited user account
- Add Manager To User
Add a manager to a user account
- Add User Role To Group
Add a user to a group with a specific role
- List User Managers
List all manager IDs for a user
- List User Subordinates
List all subordinate IDs for a user
- List User Custom Field Values
List all custom field values for a user
- List Courses Statistics
Retrieve statistics for all course attempts in the platform
- Get Course Tags
Retrieve all tags associated with a specific course
- List Group Memberships
Retrieve all users and their roles in a specific group
- List Group Catalog Content IDs
Retrieve IDs of content in a group's catalog
- List Group Library Content IDs
Retrieve IDs of content in a group's library
- List Path Enrollments
List all enrollments for a path
- Get Path Session Audience
Retrieve path session audience information
- Get Path Session Metrics
Retrieve metrics for a path session
- List Path Tags
List all tags in a path
- List Path Session User Statistics
List all user statistics for a path session
- List Slot Registrations
List all registrations in a classroom slot
- List Attendances
List all attendances for an attendance sheet
- List Custom Field Authorized Values
List all authorized values for a custom field
- Remove Manager From User
Remove a manager from a user account
- Remove User Role From Group
Remove a user's role from a group
- Activate User
Activate a specific user account
- Replace User Custom Field Values
Replace all custom field values for a user
- Replace User Password
Replace the password of a user
- Pseudonymize User
Pseudonymize a user by removing personal identifiable information
- Edit User
Update specific fields of an existing user
- Archive Or Restore Course
Archive or restore a course
- Replace All Tags In Course
Replace all tags in a course with new tags
- Edit Group
Update an existing group's information
- Replace Path Steps
Replace all steps in a path
- Edit Path
Update specific fields of an existing path
- Edit Path Session
Update specific fields of an existing path session
- Archive Or Restore Path
Archive or restore a path
- Replace Path Session Audience
Replace an audience for a path session
- Replace Path Tags
Replace all tags in a path
- Edit Child Path Session
Edit a child path session
- Edit Classroom
Update specific fields of an existing classroom
- Register User For Classroom Slot
Register a user to a classroom slot
- Replace Attendance Sheet
Replace an attendance sheet in a classroom slot
- Replace External ID Mapping
Replace an external ID mapping
- Edit Custom Field
Update an existing custom field
- Replace Custom Field Authorized Values
Replace all authorized values for a custom field
- Replace Tag
Replace an existing tag with new data
Set Up Your 360Learning MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to 360Learning 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
72+ actions
69+ actions
67+ 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
360Learning MCP Server FAQ
Does StackOne have a 360Learning MCP server?
360Learning MCP server vs direct API integration — what's the difference?
How does 360Learning authentication work for AI agents?
origin_owner_id.Are 360Learning MCP tools vulnerable to prompt injection?
What is the context bloat of a 360Learning agent and how do I avoid it?
Can I limit which actions my 360Learning agent can access?
Can I create custom agent actions for my 360Learning MCP server?
When should I NOT use a 360Learning MCP server?
What AI frameworks and AI clients does the StackOne 360Learning 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.