Tools that your AI agent can use through this MCP server to interact with Clerk
Update a user's attributes. You can set the user's primary contact identifiers (email address and phone numbers) by updating the Primary Email Address Id
and Primary Phone Number Id
attributes respectively. Both IDs should correspond to verified identifications that belong to the user. See the documentation
Retrieve the details of a specific user. See the documentation
Retrieve a list of the user's organization memberships. See the documentation
Delete the specified user. See the documentation
Creates a new user. Your user management settings determine how you should setup your user model. See the documentation
Creates a new invitation for the given email address and sends the invitation email. Keep in mind that you cannot create an invitation if there is already one for the given email address. Also, trying to create an invitation for an email address that already exists in your application will result to an error. See the documentation