KosmoKrator

productivity

Auth0 MCP, CLI, and Lua Integration for AI Agents

Auth0 integration docs for AI agents: MCP gateway setup, Auth0 CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write Bearer token auth

Auth0 for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
auth-zero
route_slug
auth-zero
package
auth-zero
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Auth0 MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Auth0.

Auth0 CLI Matrix

Use these pages for direct Auth0 CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
auth-zero.auth_zero_list_users Read read 4 List users in the Auth0 tenant. Supports search with Lucene syntax, pagination, and sorting.
auth-zero.auth_zero_get_user Read read 1 Retrieve a single Auth0 user by their user ID (e.g. "auth0|abc123").
auth-zero.auth_zero_create_user Write write 4 Create a new user in Auth0. Requires email, password, and the connection name (database connection).
auth-zero.auth_zero_list_connections Read read 1 List identity connections configured in the Auth0 tenant. Optionally filter by strategy (e.g. "auth0", "google-oauth2").
auth-zero.auth_zero_list_roles Read read 2 List roles defined in the Auth0 tenant with optional pagination.
auth-zero.auth_zero_get_tenant_settings Read read 0 Retrieve the Auth0 tenant settings (session lifetime, idle timeout, default directory, etc.).
auth-zero.auth_zero_get_current_user Read read 0 Retrieve the profile of the currently authenticated user. Also serves as a health check for the Auth0 connection.