Auth0 for your agents.
Connect Auth0 once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 14 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Auth0.
What agents can do with Auth0
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
auth0_list_usersCheck the token: list all users in the Auth0 tenant.
auth0_get_userGet details of a specific user by id.
auth0_list_clientsList all applications (clients) in the tenant.
auth0_list_connectionsList all identity provider connections.
auth0_list_rolesList all roles defined in the tenant.
auth0_get_logsGet tenant log events (logins, signups, API calls).
auth0_create_userCreate a new user in the Auth0 tenant with email, password, and connection.
auth0_update_userUpdate a user's metadata, email, or app_metadata by user_id. Send only the fields to change.
auth0_delete_userPermanently delete a user by user_id.
auth0_get_clientGet details of a single application (client) by its id.
auth0_create_roleCreate a new role in the tenant with a name and optional description.
auth0_get_roleGet details of a specific role by id.
auth0_assign_user_rolesAssign one or more roles to a user.
auth0_get_connectionGet details of a specific identity provider connection by id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Auth0 Dashboard, go to Applications > APIs > Auth0 Management API.
- Click 'Machine to Machine Applications', authorize your app, and copy the token.
- Or create a Machine-to-Machine app and get Client ID + Client Secret.
- Enter your Auth0 tenant domain (e.g. https://your-tenant.auth0.com).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Auth0 to Even: call connect_begin("auth0") on the even-connect MCP and walk me through it.
Query Auth0 users by role, retrieve connection settings, and audit recent login events for security compliance reviews.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.