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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Auth0 CLIHeadless setup and direct function calls. Auth0 MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Auth0 MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Auth0.
Claude Code Auth0 MCP setup for Claude Code. Cursor Auth0 MCP setup for Cursor. Codex Auth0 MCP setup for Codex. OpenAI Agents Auth0 MCP setup for OpenAI Agents SDK. Claude Agent SDK Auth0 MCP setup for Claude Agent SDK. Vercel AI SDK Auth0 MCP setup for Vercel AI SDK. LangChain Auth0 MCP setup for LangChain. LangGraph Auth0 MCP setup for LangGraph. CrewAI Auth0 MCP setup for CrewAI. MCP clients Auth0 MCP setup for Generic MCP Clients.
Auth0 CLI Matrix
Use these pages for direct Auth0 CLI workflows in scripts, CI, cron, and agent wrappers.
CI Auth0 CLI for CI. Cron Jobs Auth0 CLI for cron jobs. Shell Scripts Auth0 CLI for shell scripts. Headless Automation Auth0 CLI for headless automation. Coding Agents Auth0 CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |