Logto (Auth Platform)

Logto (Auth Platform) MCP Connector for Claude

A+

Manage users, roles, and organizations in your Logto auth tenant directly from your AI agent.

23 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Logto authentication platform to any AI agent and take full control of your identity management and access control workflows.

What you can do

  • User Management — List, fetch, update, or delete users from your tenant with full metadata access.
  • RBAC & Permissions — Create and list global roles and API resources to manage granular access control.
  • Organizations — Handle multi-tenant structures by creating organizations and managing their memberships.
  • Security & Verification — Verify user passwords and manage account-level security settings.
  • Account API — Access and update the current user's profile and MFA settings using end-user tokens.

How it works

  1. Subscribe to this server
  2. Provide your Logto Management API credentials (Endpoint, App ID, and App Secret)
  3. Start managing your auth infrastructure from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • DevOps & Security Engineers — Quickly audit user lists, roles, and resource permissions without leaving the terminal.
  • Full-stack Developers — Manage test users and organization structures directly from the code editor.
  • Support Teams — Inspect user metadata and account statuses to resolve identity-related tickets faster.
authenticationrbacuser-managementidentity-provideraccess-controliam

23 tools expose this connector's capabilities to your AI agent.

create_organization

Create a new organization

create_resource

Create a new API resource

create_role

Create a new role

delete_user

Delete a Logto user

get_user

Get details for a specific Logto user

list_mfa_verifications

List registered MFA factors for the current user

get_my_account

Retrieve current user profile (Account API)

list_organization_users

List members of an organization

list_organizations

List organizations in Logto

remove_mfa_verification

Remove an MFA factor

list_resources

List API resources in Logto

list_roles

List global roles in Logto

send_verification_code

Send email/SMS code for verification

update_my_account

Update basic profile (username, name, avatar)

update_user

Update an existing Logto user

list_user_roles

List roles assigned to a user

list_users

List Logto users

verify_password

Verify password to get a verification ID

verify_user_password

Verify a user password (Management API)

bind_mfa_verification

Bind a new MFA factor (TOTP, WebAuthn)

update_my_account_primary_email

Update or link primary email

update_my_account_profile

Update extended profile (address, etc.)

update_my_account_password

Update user password

See how to talk to your AI agent using Logto (Auth Platform).

List the first 10 users in my Logto tenant.

I've retrieved the user list. You have users like 'admin_user' (ID: user_1) and 'dev_test' (ID: user_2). Would you like to see the full details for any of them?

Create a new User role called 'Support Agent' with a description.

The role 'Support Agent' has been successfully created. It is now available for assignment to your users.

Show me all members of the organization with ID 'org_999'.

Fetching members for organization 'org_999'... I found 3 members: Alice, Bob, and Charlie. Would you like to inspect Alice's specific permissions?

Yes! Use the `list_user_roles` tool with the target User ID to retrieve all global roles associated with that account.

Related Connectors