Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready 360Learning MCP server with 78 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across 360Learning — and extend your agent's capabilities with custom actions.
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
Every 360Learning 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 360Learning call.
Tools Discovery →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, 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 360Learning's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve a list of all users in the platform
Retrieve details of a specific user by ID or email
Delete a specific user account
Retrieve a list of all courses in the platform
Retrieve details of a specific course
Create a new group in the platform
Retrieve a list of all groups in the platform
Retrieve details of a specific group
Create a new learning path
Retrieve a list of all learning paths in the platform
Retrieve details of a specific learning path
Delete a specific learning path
Create a new session for a learning path
List all sessions in a path
Retrieve details of a specific path session
Delete a specific path session
Create a new classroom
Retrieve a list of all classrooms in the platform
Retrieve details of a specific classroom
Add a slot to a classroom
Retrieve all slots for a classroom
Remove a slot from a classroom
Create an attendance sheet for a classroom slot
List all attendance sheets for a classroom slot
Delete an attendance sheet from a classroom slot
Create an external ID mapping
Retrieve a list of all external ID mappings
Delete an external ID mapping
Create a new custom field
Retrieve a list of all custom fields in the platform
Delete a custom field
Create a new tag
Retrieve a list of all tags in the platform
Retrieve details of a specific tag
Delete a specific tag
Create a new invited user account
Add a manager to a user account
Add a user to a group with a specific role
List all manager IDs for a user
List all subordinate IDs for a user
List all custom field values for a user
Retrieve statistics for all course attempts in the platform
Retrieve all tags associated with a specific course
Retrieve all users and their roles in a specific group
Retrieve IDs of content in a group's catalog
Retrieve IDs of content in a group's library
List all enrollments for a path
Retrieve path session audience information
Retrieve metrics for a path session
List all tags in a path
List all user statistics for a path session
List all registrations in a classroom slot
List all attendances for an attendance sheet
List all authorized values for a custom field
Remove a manager from a user account
Remove a user's role from a group
Activate a specific user account
Replace all custom field values for a user
Replace the password of a user
Pseudonymize a user by removing personal identifiable information
Update specific fields of an existing user
Archive or restore a course
Replace all tags in a course with new tags
Update an existing group's information
Replace all steps in a path
Update specific fields of an existing path
Update specific fields of an existing path session
Archive or restore a path
Replace an audience for a path session
Replace all tags in a path
Edit a child path session
Update specific fields of an existing classroom
Register a user to a classroom slot
Replace an attendance sheet in a classroom slot
Replace an external ID mapping
Update an existing custom field
Replace all authorized values for a custom field
Replace an existing tag with new data
One endpoint. Any framework. Your agent is talking to 360Learning 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
72+ actions
69+ actions
69+ actions
67+ actions
56+ 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.