Skip to main content

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

Go1 MCP Server
for AI Agents

Production-ready Go1 MCP server with 69 extensible actions — plus built-in authentication, security, and optimized execution.

Go1 logo
Go1 MCP Server
Built by StackOne StackOne

Coverage

69 Agent Actions

Create, read, update, and delete across Go1 — and extend your agent's capabilities with custom actions.

Authentication

Agent Tool Authentication

Per-user OAuth in one call. Your Go1 MCP server gets session-scoped tokens with zero credentials stored on your infra.

Agent Auth →

Security

Agent Protection

Every Go1 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 Go1 call.

Tools Discovery →

What is the Go1 MCP Server?

A Go1 MCP server lets AI agents read and write Go1 data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Go1 MCP server ships with 69 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 Go1 MCP Tools and Actions

Every action from Go1's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.

Playlists

  • Create Playlist

    Create a new playlist in Go1

  • Get Playlist

    Retrieve details of a specific playlist by ID

Enrollments

  • Create Enrollment

    Create a new enrollment for a user in a learning object

  • List Enrollments

    Retrieve a paginated list of enrollments from Go1

  • Get Enrollment

    Retrieve details of a specific enrollment by ID

  • Update Enrollment

    Update an existing enrollment

  • Delete Enrollment

    Delete an enrollment from Go1

Groups

  • Create Group

    Create a new user group in Go1

  • List Groups

    Retrieve a paginated list of user groups from Go1

  • Get Group

    Retrieve a specific user group by ID

  • Update Group

    Update an existing user group

  • Delete Group

    Delete a user group from Go1

Group Members

  • Add Group Members

    Add one or more users to a user group

  • List Group Members

    Retrieve a list of users that are members of a specific group

  • Remove Group Member

    Remove a user from a group by membership ID

Group Assignments

  • Create Group Assignment

    Assign learning objects to a user group

  • List Group Assignments

    Retrieve a list of learning objects assigned to a group

  • Delete Group Assignment

    Remove a learning object assignment from a group

Learning Objects

  • Create Learning Object

    Create a new learning object in Go1

  • List Learning Objects

    Retrieve a paginated list of learning objects from the Go1 content library

  • Get Learning Object

    Retrieve details of a specific learning object by ID

  • Update Learning Object

    Update an existing learning object in Go1

  • Delete Learning Object

    Delete a learning object from Go1

Plans

  • Create Plan

    Create a new subscription plan for a portal

  • Update Plan

    Update an existing subscription plan for a portal

Restrictions

  • Create Restriction

    Create restriction configurations for blacklisting content access

  • List Restrictions

    Return a list of restriction configurations for blacklisting content access

  • Update Restriction

    Update restriction configurations for blacklisting content access

SCIM Get Schemas

  • SCIM Get Schemas

    Retrieve all SCIM resource schemas

  • SCIM Get Schema

    Retrieve a specific SCIM resource schema by ID

Users

  • Create User

    Create a new user account in Go1

  • List Users

    Retrieve a paginated list of user accounts from Go1

  • Get User

    Retrieve a specific user account by ID from Go1

  • Update User

    Update an existing user account in Go1

Webhooks

  • Create Webhook

    Create a new webhook configuration

  • List Webhooks

    Retrieve a list of all configured webhooks

  • Update Webhook

    Update an existing webhook configuration

Other (32)

  • Create Play Link

    Generate a single-use play link for a user to access a learning object

  • Add Items To Playlist

    Add learning objects to a playlist

  • Create Upload URL

    Generate a pre-signed URL for uploading files to Go1

  • Create Portal

    Create a new Go1 portal with a primary user account

  • Create User Login Link

    Generate a one-time login link for a user account

  • List Collection Changes

    Retrieve learning object IDs that have been modified in a collection within a date range

  • List Playlist Items

    Retrieve learning objects within a playlist

  • Download Certificate

    Download a completion certificate for an enrollment

  • List User's Groups

    Retrieve a list of groups that a specific user belongs to

  • Get Learning Object Premium Status

    Retrieve the premium submission status of a learning object

  • List Learning Object Alternatives

    Retrieve alternative learning objects for retiring content

  • Download Learning Object SCORM

    Download a learning object as a SCORM package

  • Set Learning Object Data

    Add file data to a learning object for consumption and playback

  • Update Plan Entitlements

    Update product entitlements for a subscription plan

  • Remove Group Members (Bulk)

    Remove multiple users from a group by user IDs

  • Submit Learning Object To Premium

    Submit a learning object to the Go1 Premium product offering

  • SCIM List Users

    Retrieve a list of user accounts using SCIM protocol

  • SCIM Get User

    Retrieve details of a specific user account using SCIM protocol

  • SCIM Create User

    Create a new user account using SCIM protocol

  • SCIM Update User (PATCH)

    Update user account details using SCIM PATCH operations

  • SCIM Replace User (PUT)

    Replace all user account details using SCIM PUT operation

  • SCIM Deactivate User

    Deactivate a user account using SCIM DELETE operation

  • SCIM Search Users (POST)

    Search for user accounts using SCIM POST search operation

  • SCIM Get Resource Types

    Retrieve all SCIM resource types

  • SCIM Get Service Provider Config

    Retrieve SCIM service provider configuration

  • SCIM Get Roles

    Retrieve all SCIM role types

  • SCIM List Groups

    Retrieve a list of all SCIM groups

  • SCIM Get Group

    Retrieve details of a specific SCIM group

  • SCIM Create Group

    Create a new SCIM group

  • SCIM Replace Group (PUT)

    Replace all group details using SCIM PUT operation

  • SCIM Update Group (PATCH)

    Update group details using SCIM PATCH operations

  • SCIM Delete Group

    Delete a SCIM group by ID

Set Up Your Go1 MCP Server in Minutes

One endpoint. Any framework. Your agent is talking to Go1 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

Go1 MCP Server FAQ

Go1 MCP server vs direct API integration — what's the difference?
A Go1 MCP server and direct API integration serve different use cases. Direct API integration is for software-to-software — backend code calling Go1. A Go1 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 Go1 at runtime. StackOne provides both.
How does Go1 authentication work for AI agents?
Go1 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 Go1 account; StackOne handles token exchange, storage, and refresh. Credentials never reach the LLM, and each user is isolated via origin_owner_id.
Are Go1 MCP tools vulnerable to prompt injection?
Yes — Go1 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 Go1 agent and how do I avoid it?
Context bloat happens when Go1 tool schemas and API responses eat your Go1 agent's memory, preventing it from reasoning effectively. A single Go1 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 Go1 agent can access?
Yes — you can limit which actions your Go1 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 Go1 MCP server?
Yes — you can create custom agent actions for your Go1 MCP server using Connector Builder. It's an integration agent your coding assistant (Claude Code, Cursor, or Copilot) can invoke to research Go1's API, generate production-ready connector YAML, test against the live API, and validate before you ship.
When should I NOT use a Go1 MCP server?
Skip a Go1 MCP server if your integration is purely software-to-software — direct Go1 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 Go1 actions at runtime.
What AI frameworks and AI clients does the StackOne Go1 MCP server support?
The StackOne Go1 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.