Skip to main content
Feedback

Ping Identity MCP connector

Ping Identity is Ping's cloud platform for identity and access management across enterprise applications. The Ping Identity MCP connector allows AI agents to create, update, and manage user accounts, including enabling or disabling access and assigning roles. It also supports monitoring user sessions and MFA devices, giving teams visibility into authentication activity across their tenant.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Ping Identity MCP connector to perform the following actions:

  • Provision and deprovision user accounts across the identity platform
  • Enforce access control by assigning roles and managing group memberships
  • Monitor active sessions and terminate suspicious logins instantly
  • Organize users into populations for streamlined identity governance
  • Verify multi-factor authentication coverage across the user base
  • Register and configure applications that connect to the identity platform
  • Respond to security incidents by disabling compromised accounts quickly
  • Automate onboarding and offboarding through user lifecycle workflows

Example prompts

Use the following example prompts to invoke Ping Identity MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all users in Ping Identity who haven't logged in this month.
  • Create a new user account for our new hire in Ping Identity.
  • Disable the account for an employee who just left the company.
  • List all active sessions for a specific user in Ping Identity.
  • Add this user to the marketing group in Ping Identity.
  • What MFA devices does this user have registered in Ping Identity?
  • Terminate all sessions for a user I suspect is compromised.
  • Create a new population for our contractors in Ping Identity.
  • Show me every role available in our Ping Identity tenant.
  • Assign the admin role to this new user in Ping Identity.

Ping Identity MCP connector tools

The Ping Identity MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
readAllUsersRead all users
createUserCreate user
readUserRead one user
updateUserUpdate user (PUT)
updateUserPatchUpdate user (PATCH)
deleteUserDelete user
updateUserEnabledEnable or disable user
createUserRoleAssignmentAssign role to user
readUserDevicesRead all MFA devices for user
readUserSessionsRead all sessions for user
readUserSessionRead one user session
deleteUserSessionDelete (terminate) user session
readUserGroupsRead user's group memberships
addUserToGroupAdd user to group
removeUserFromGroupRemove user from group
readAllPopulationsRead all populations
createPopulationCreate population
updatePopulationUpdate population
deletePopulationDelete population
readAllGroupsRead all groups
createGroupCreate group
updateGroupUpdate group
deleteGroupDelete group
readAllApplicationsRead all applications
createApplicationCreate application
updateApplicationUpdate application
deleteApplicationDelete application
readAllRolesRead all roles
On this Page