# JumpCloud — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/jumpcloud ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_jumpcloud?ms=1787293740000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/jumpcloud/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/jumpcloud/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/jumpcloud/skill.md Postman collection (v2.1): https://mcp.ai/jumpcloud/postman.json ## Tools - jumpcloud_create_system(x-org-id?: string, message_template?: string, preflight_resource?: string) — 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 - jumpcloud_delete_role(role_id: string) — 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 ## Example prompts - "What can I do in JumpCloud?" - "Show me a summary of my JumpCloud account" ## Links Docs: https://mcp.ai/docs/mcps/jumpcloud Website: https://mcp.ai/mcps/jumpcloud