Skip to main content

Announcing StackOne Defender: leading open-source prompt injection guard for your agent Read More

360Learning MCP Server
for AI Agents

Production-ready 360Learning MCP server with 78 extensible actions — plus built-in authentication, security, and optimized execution.

360Learning logo
360Learning MCP Server
Built by StackOne StackOne

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, 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.

All 360Learning MCP Tools and Actions

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.

MCP Clients

Agent Frameworks

Claude Desktop
{
  "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>"
      ]
    }
  }
}

More Learning / LMS MCP Servers

360Learning MCP Server FAQ

360Learning MCP server vs direct API integration — what's the difference?
A 360Learning MCP server and direct API integration serve different use cases. Direct API integration is for software-to-software — backend code calling 360Learning. A 360Learning MCP server is for AI agents — MCP clients like Claude and Cursor, plus framework agents built with OpenAI, LangChain, or Vercel AI — discovering and calling 360Learning at runtime. StackOne provides both.
How does 360Learning authentication work for AI agents?
360Learning authentication for AI agents works through a StackOne Connect Session. Create one via the dashboard or the SDK — you get an auth link and ready-to-paste config for Claude Desktop, Cursor, and other MCP clients. Your user authenticates their own 360Learning account; StackOne handles token exchange, storage, and refresh. Credentials never reach the LLM, and each user is isolated via origin_owner_id.
Are 360Learning MCP tools vulnerable to prompt injection?
Yes — 360Learning MCP tools can be vulnerable to indirect prompt injection. Any tool that reads user-written content — documents, messages, tickets, records, or free-text fields — is a potential vector. StackOne Defender scans every tool response before it enters the agent's context — regex patterns in ~1ms, then a MiniLM classifier in ~4ms. 88.7% accuracy, CPU-only.
What is the context bloat of a 360Learning agent and how do I avoid it?
Context bloat happens when 360Learning tool schemas and API responses eat your 360Learning agent's memory, preventing it from reasoning effectively. A single 360Learning query can return a massive JSON response, and connecting multiple tools compounds the problem. Tools Discovery and Code Mode reduce context bloat — loading only relevant tools per query and keeping raw responses out of the agent's context.
Can I limit which actions my 360Learning agent can access?
Yes — you can limit which actions your 360Learning agent can access directly from the StackOne dashboard. Toggle actions on or off, or restrict them to specific accounts, with no code changes to your agent. Session tokens can be scoped to exact actions so if one leaks, exposure stays contained.
Can I create custom agent actions for my 360Learning MCP server?
Yes — you can create custom agent actions for your 360Learning MCP server using Connector Builder. It's an integration agent your coding assistant (Claude Code, Cursor, or Copilot) can invoke to research 360Learning's API, generate production-ready connector YAML, test against the live API, and validate before you ship.
When should I NOT use a 360Learning MCP server?
Skip a 360Learning MCP server if your integration is purely software-to-software — direct 360Learning API integration is simpler when no AI agent is involved. For deterministic, compliance-critical operations (financial transactions, regulatory reporting), direct API gives you predictable behavior without agent-driven decision-making. MCP shines when AI agents need to dynamically discover and call 360Learning actions at runtime.
What AI frameworks and AI clients does the StackOne 360Learning MCP server support?
The StackOne 360Learning MCP server supports both. MCP clients (paste-and-go apps): Claude Desktop, Claude Code, Cursor, VS Code, Goose. Agent frameworks (code SDKs you build with): OpenAI Agents SDK, Anthropic, Vercel AI, Google ADK, CrewAI, Pydantic AI, LangChain, LangGraph, Azure AI Foundry.

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.