JumpCloud MCP Server
for AI Agents
Connect your AI agent to StackOne's JumpCloud MCP server and give it 76 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
76 Agent Actions
Create, read, update, and delete across JumpCloud — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your JumpCloud MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every JumpCloud 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 JumpCloud call.
Tools Discovery →What is the JumpCloud MCP Server?
A JumpCloud MCP server lets AI agents read and write JumpCloud data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's JumpCloud MCP server ships with 76 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 JumpCloud MCP Tools
Every action from JumpCloud's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
System Users
- Create System User
Create a new system user with profile details and access settings via POST /systemusers
- List System Users
Retrieve a paginated list of all system users (end users) in the organization via GET /systemusers
- Get System User
Retrieve full profile details for a specific system user by their unique ID via GET /systemusers/{id}
- Update System User
Update an existing system user's profile and access settings via PUT /systemusers/{id}
- Delete System User
Permanently delete a system user and revoke all their access via DELETE /systemusers/{id}
User Groups
- Create User Group
Create a new user group for organizing users and managing bulk access via POST /v2/usergroups
- List User Groups
Retrieve a paginated list of all user groups in the organization via GET /v2/usergroups
- Get User Group
Retrieve full details for a specific user group by its unique ID via GET /v2/usergroups/{id}
- Update User Group
Partially update an existing user group's attributes via PATCH /v2/usergroups/{id}
- Delete User Group
Permanently delete a user group and remove all its memberships and associations via DELETE /v2/usergroups/{id}
Policys
- Create Policy
Create a new device policy from a template with configuration values via POST /v2/policies
- Get Policy
Retrieve full details for a specific device policy by its ObjectID via GET /v2/policies/{id}
- Update Policy
Fully replace an existing device policy's name, notes, and configuration values via PUT /v2/policies/{id}
- Delete Policy
Permanently delete a device policy and unbind it from all associated systems via DELETE /v2/policies/{id}
LDAP Servers
- List LDAP Servers
Retrieve a paginated list of all Cloud LDAP server configurations in the organization via GET /v2/ldapservers
- Get LDAP Server
Retrieve full details for a specific Cloud LDAP server by its unique ID via GET /v2/ldapservers/{id}
- Update LDAP Server
Partially update a Cloud LDAP server's user action settings via PATCH /v2/ldapservers/{id}
IP Lists
- Create IP List
Create a new IP address list for use in conditional access policies via POST /v2/iplists
- List IP Lists
Retrieve a paginated list of all IP address lists configured for conditional access via GET /v2/iplists
- Get IP List
Retrieve full details for a specific IP address list by its unique ID via GET /v2/iplists/{id}
- Update IP List
Partially update an existing IP address list's name, description, or IP entries via PATCH /v2/iplists/{id}
- Delete IP List
Permanently delete an IP address list and affect any referencing conditional access policies via DELETE /v2/iplists/{id}
Software Apps
- Create Software App
Create a new managed software application configuration for deployment via POST /v2/softwareapps
- List Software Apps
Retrieve a paginated list of all managed software applications in the organization via GET /v2/softwareapps
- Get Software App
Retrieve full details for a specific managed software application by its unique ID via GET /v2/softwareapps/{id}
- Update Software App
Fully replace a software application's display name and settings via PUT /v2/softwareapps/{id}
- Delete Software App
Permanently delete a software application configuration and unmanage it on all systems via DELETE /v2/softwareapps/{id}
Systems
- List Systems
Retrieve a paginated list of all managed systems (devices) in the organization via GET /systems
- Get System
Retrieve full details for a specific managed system by its unique ID via GET /systems/{id}
- Update System
Update a system's display name, SSH settings, MFA configuration, and tags via PUT /systems/{id}
- Delete System
Remove a system from JumpCloud management and trigger agent uninstall via DELETE /systems/{id}
System Groups
- Create System Group
Create a new system group for organizing devices and managing bulk configurations via POST /v2/systemgroups
- List System Groups
Retrieve a paginated list of all system (device) groups in the organization via GET /v2/systemgroups
- Get System Group
Retrieve full details for a specific system group by its unique ID via GET /v2/systemgroups/{id}
- Update System Group
Fully replace a system group's configuration via PUT /v2/systemgroups/{id}
- Delete System Group
Permanently delete a system group and remove all its memberships and associations via DELETE /v2/systemgroups/{id}
Applications
- Create Application
Create a new SSO/SAML application with SAML configuration via POST /applications
- List Applications
Retrieve a paginated list of all SSO/SAML applications configured in the organization via GET /applications
- Get Application
Retrieve full details for a specific SSO/SAML application by its unique ID via GET /applications/{id}
- Update Application
Fully replace an existing SSO/SAML application's configuration via PUT /applications/{id}
- Delete Application
Permanently delete an SSO/SAML application and remove all user access via DELETE /applications/{id}
Application Templates
- List Application Templates
Retrieve a paginated list of available SSO application templates via GET /application-templates
- Get Application Template
Retrieve full details for a specific application template by its ID via GET /application-templates/{id}
Commands
- Create Command
Create a new command with script content and execution settings via POST /commands
- List Commands
Retrieve a paginated list of all commands configured in the organization via GET /commands
- Get Command
Retrieve full details for a specific command by its unique ID via GET /commands/{id}
- Update Command
Fully replace an existing command's configuration via PUT /commands/{id}
- Delete Command
Permanently delete a command and cancel all its scheduled executions via DELETE /commands/{id}
Command Results
- List Command Results
Retrieve a paginated list of all command execution results across all commands via GET /commandresults
- Get Command Results
Retrieve paginated execution results for a specific command via GET /commands/{id}/results
- Delete Command Result
Delete a specific command execution result by its ID via DELETE /commandresults/{id}
Organizations
- List Organizations
Retrieve a paginated list of all organizations accessible to the current API key via GET /organizations
- Get Organization
Retrieve full details for a specific organization by its unique ID via GET /organizations/{id}
- Update Organization
Update an organization's settings, policies, and feature configuration via PUT /organizations/{id}
Unified Groups
- List Unified Groups
List all user groups in the connected JumpCloud organization via GET /v2/usergroups, mapped to the StackOne IAM unified group schema. Returns group id, name, description, and type. Uses skip/limit offset pagination (100 per page). System groups (device groups) are not included — they are not identity groups.
- Get Unified Group
Retrieve a single JumpCloud user group by its group ID via GET /v2/usergroups/{id}, mapped to the StackOne IAM unified group schema. Optionally pass expand=["users"] to inline the group's members via GET /v2/usergroups/{id}/members.
Unified Organizations
- List Unified Organizations
List the JumpCloud organizations accessible to the current connection via GET /organizations, mapped to the StackOne IAM unified organization schema. Returns one record for single-tenant connections; for Multi-Tenant Portal (MTP) connections returns all managed client organizations.
- Get Unified Organization
Retrieve a single JumpCloud organization by its organization ID via GET /organizations/{id}, mapped to the StackOne IAM unified organization schema.
Unified Roles
- List Unified Roles
List unified roles configured in JumpCloud via the Roles API.
- Get Unified Role
Retrieve a single JumpCloud role by its role ID via the Roles API.
Unified Users
- List Unified Users
List all system users in the connected JumpCloud organization via GET /systemusers, mapped to the StackOne IAM unified user schema. Returns identity, status (enabled/disabled/pending), email, and name. Pass expand=["roles"] to include synthesized device-access roles. Uses skip/limit offset pagination (100 per page).
- Get Unified User
Retrieve a single JumpCloud system user by their JumpCloud user ID, mapped to the StackOne IAM unified user schema. Optionally pass expand=["groups", "roles"] to inline user-group memberships and synthesized device-access roles. Returns identity, status, email, name, and MFA.
Other (14)
- List Policies
Retrieve a paginated list of all device policies configured in the organization via GET /v2/policies
- Get Command Files
Retrieve uploaded files attached to a command via GET /files/command/{id}
- List Active Directories
Retrieve a paginated list of all Active Directory integrations configured for user and group synchronization via GET /v2/activedirectories
- Get Unified Credentials
Return the authenticated identity for the current JumpCloud connection. Maps to the StackOne IAM unified credentials schema. JumpCloud has no native /me endpoint — name is derived from the connected organization's displayName via GET /organizations. auth_type is discriminated at the credentials-namespace level (OAuth vs API Key).
- List Unified Resource Types
Enumerate the resource_type values accepted by unified_list_resource_users on this connector. On JumpCloud the supported values are "group" (user group membership), "application" (SSO application user bindings), and "system" (device login bindings). Call this first to discover what resource-scoped permission queries this provider supports.
- List Unified Resource Users
List the users bound to a JumpCloud user group, SSO application, or system, mapped to the IAM unified user schema with a resource-scoped role entry per user. Cursor-paginated 100 per page. Pass resource_type ("group", "application", or "system") and resource_id.
- Manage User Group Members
Add or remove members from a user group via POST /v2/usergroups/{id}/members
- Erase System
Run the erase command on a system to wipe its data via POST /systems/{system_id}/command/builtin/erase
- Lock System
Run the lock command on a system to lock its screen via POST /systems/{system_id}/command/builtin/lock
- Restart System
Run the restart command on a system via POST /systems/{system_id}/command/builtin/restart
- Shutdown System
Run the shutdown command on a system via POST /systems/{system_id}/command/builtin/shutdown
- Manage System Group Members
Add or remove members from a system group via POST /v2/systemgroups/{id}/members
- Run Command
Run a command on specified or all bound systems by command ID via POST /runCommand
- Trigger Command
Trigger execution of a command by its trigger name via POST /command/trigger/{triggername}
Set Up Your JumpCloud MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to JumpCloud 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 Security MCP Servers
141+ actions
110+ actions
78+ actions
69+ actions
68+ actions
57+ actions
56+ 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
JumpCloud MCP Server FAQ
Does StackOne have a JumpCloud MCP server?
JumpCloud MCP server vs direct API integration — what's the difference?
How does JumpCloud authentication work for AI agents?
origin_owner_id.Are JumpCloud MCP tools vulnerable to prompt injection?
What is the context bloat of a JumpCloud agent and how do I avoid it?
Can I limit which actions my JumpCloud agent can access?
Can I create custom agent actions for my JumpCloud MCP server?
When should I NOT use a JumpCloud MCP server?
What AI frameworks and AI clients does the StackOne JumpCloud 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.