Jamf Concepts

RapidID MCP Server

New

Connect AI assistants to RapidID identity management — search users, manage entitlements, query groups, and automate Connect action sets via natural language

KI & Neue TechnologienmacOSWeb

The RapidID MCP Server enables AI applications that support the Model Context Protocol (MCP) — such as Claude Desktop — to interact with RapidID identity management systems. It exposes tools for searching users, managing entitlements, querying groups, reviewing audit logs, and working with Connect action sets.

Getting Started

Using Claude Extensions

  1. Download mcpb package for your OS
  2. Open Claude Desktop and go to Settings ➡️ Extensions ➡️ Advanced Settings ➡️ Install Extension
  3. Choose mcpb package from step 1
  4. Enter Hostname and Username/Password OR Service Identity

Using Binary

Download the binary for your OS from releases and follow the Usage with Model Context Protocol instructions.

Usage with Model Context Protocol

To integrate this server with apps that support MCP using your RapidID username and password

{
  "mcpServers": {
    "mcp-rapidid": {
      "command": "<path to downloaded binary>",
      "env": {
        "RI_USER": "kclarkson",
        "RI_PASSWORD": "notarealpassword123",
        "RI_HOST": "portal.us006-rapididentity.com"
      }
    }
  }
}

To integrate this server with apps that support MCP using RapidID service identities. Keep in mind that Service Identities do not have access to all API endpoints even with the Tenant Admin role.

{
  "mcpServers": {
    "mcp-rapidid": {
      "command": "<path to downloaded binary>",
      "env": {
        "RI_SERVICE_IDENTITY_SECRET_KEY": "1jdie203i4jjf9",
        "RI_HOST": "portal.us006-rapididentity.com"
      }
    }
  }
}

Tools

  • search-users: Performs a simple search based on the delegations available to the authenticated user.
  • search-entitlements-for-user: Performs a search of entitlements for the given user based on their idautoID.
  • start-entitlement-request: Initiates an entitlement request for a particular user and entitlement based on idautoID and resourceId respectively.
  • get-my-delegations: Gets delegations that are accessible to the authenticated user. This is based on the credentials included in your environment variables.
  • get-user-info-in-delegation: Does an advanced search of a RapidID delegation.
  • search-groups: Does a simple search of a RapidID group.
  • get-group-members: Gets group members for a specified RapidID group.
  • get-user-activity-from-audit-log: Returns audit log activity for a specific RapidID user over a given date range.
  • get-connect-projects: Returns all RapidID Connect projects
  • get-connect-actions: Returns Connect action sets within a project, or across all projects
  • get-connect-action: Returns a single RapidID Connect action set by ID
  • save-connect-action: Saves (creates or updates) a RapidID Connect action set
  • delete-connect-action: Deletes a RapidID Connect action set by ID
  • get-password-policies-for: Retrieves the password policy for specified users
  • set-password: Sets the RapidID password for one or more users via delegations
  • run-connect-action: Runs a RapidID Connect action set and returns the HTML log
  • get-connect-files: Returns metadata for files and directories within the RapidID Connect files module
  • get-connect-file-content: Returns the text content of a file from the RapidID Connect files module

Skills

Troubleshooting

  • On authentication failures ensure RI_HOST, RI_USER / RI_PASSWORD, or RI_SERVICE_IDENTITY_SECRET_KEY are set correctly
  • If you receive an unexpected empty array [] when using the search-users or get-user-info-in-delegation, this is most likely due to utilizing service identities and switching to username and password will resolve the issue.
  • Service identities do not have access to all endpoints, even with the Tenant Administrator role, and this typically shows as receiving an empty response such as an empty array [] or empty object {}
  • The get-user-info-in-delegation does not support pagination, which can cause tool response size errors. A workaround for this is to use a combination of the search-groups and the get-group-members tools to chunk out users into multiple tool calls as the get-group-members tool supports pagination.
  • If you receive a save error when using the save-connect-actions tool this is most likely due to not iterating the version number. Ensure that the most recent version of the action set is retrieved first using get-connect-action so that you iterate the version number properly
  • The get-user-info-in-delegation takes a raw LDAP filter input. In circumstances where no results are returned this could be caused by a malformed LDAP filter.

Getting Help

Open an issue at https://github.com/Jamf-Concepts/mcp-rapidid/issues

license
MIT
requirements
RapidIdentity instance, Claude Desktop or MCP-compatible AI application

Verwandt