# JumpCloud — how to use (mcp.ai)

Connect your JumpCloud account and use 2 tools for security and identity straight from your AI agent. Connect with your own API key. JumpCloud is a cloud-based directory platform that provides secure identity, access, and device management solutions for organizations.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_jumpcloud?ms=1787291460000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `jumpcloud_create_system`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/jumpcloud`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/jumpcloud/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/jumpcloud/create/system` — Validates credentials and provides guidance for enrolling systems in JumpCloud. Important: JumpCloud does not support creating systems via REST API. Systems must be enrolled by installing the JumpClou
  - body: { x-org-id?: string, message_template?: string, preflight_resource?: string }
- `POST https://api.mcp.ai/api/jumpcloud/delete/role` — Deletes a specific custom role from JumpCloud by its ID. This action permanently removes a custom role. Built-in system roles (Administrator, Read Only, Manager, etc.) cannot be deleted. Before deleti
  - body: { role_id: string }

## Example prompts
- "What can I do in JumpCloud?"
- "Show me a summary of my JumpCloud account"

## More
- Page: https://mcp.ai/jumpcloud
- Agent spec (llms.txt): https://mcp.ai/jumpcloud/llms.txt
- Postman collection: https://mcp.ai/jumpcloud/postman.json
