The Auth0 MCP Server integrates with LLMs and AI agents, allowing you to perform various Auth0 management operations using natural language. For instance, you could simply ask Claude to create a new Auth0 app and get the domain and client ID.
No reviews yet. Be the first to review!
Sign in to join the conversation
List all applications in the Auth0 tenant or search by name. Usage Examples: Show me all my Auth0 applications, Find applications with 'api' in their name.
Get details about a specific Auth0 application. Usage Examples: Show me details for the application called 'Customer Portal', Get information about my application with client ID abc123.
Create a new Auth0 application. Usage Examples: Create a new single-page application called 'Analytics Dashboard', Set up a new native mobile app called 'iOS Client'.
Update an existing Auth0 application. Usage Examples: Update the callback URLs for my 'Web App' to include https://staging.example.com/callback, Change the logout URL for the 'Customer Portal'.
Save an application's credentials as environment variables to a project's .env file and add it to .gitignore. Usage Examples: Save my app's Auth0 credentials to a .env file in this project.
Onboard a project with Auth0: creates an application configured for the given framework and saves credentials to a .env file. Usage Examples: Onboard my Next.js project with Auth0.
Fetch the framework quickstart prompt, resolve and update callback URLs, and return code to integrate the Auth0 SDK. Usage Examples: Show me how to add the Auth0 SDK to my Next.js app.
List all resource servers (APIs) in the Auth0 tenant. Usage Examples: Show me all the APIs in my Auth0 tenant.
Get details about a specific Auth0 resource server. Usage Examples: Show me details for the 'User API'.
Create a new Auth0 resource server (API). Usage Examples: Create a new API called 'Inventory API' with read and write scopes.
Update an existing Auth0 resource server. Usage Examples: Add an 'admin' scope to the 'User API'.
Create a client grant that authorizes an Auth0 application to access a specific API with defined scopes. Usage Examples: Grant my 'Backend Service' application access to the 'User API'.
List all actions in the Auth0 tenant. Usage Examples: Show me all my Auth0 actions.
Get details about a specific Auth0 action. Usage Examples: Show me the code for my 'Enrich User Profile' action.
Create a new Auth0 action. Usage Examples: Create an action that adds user roles to tokens.
Update an existing Auth0 action. Usage Examples: Update my 'Add Custom Claims' action to include department information.
Deploy an Auth0 action. Usage Examples: Deploy my 'Add Custom Claims' action to production.
List logs from the Auth0 tenant. Usage Examples: Show me recent login attempts.
Get a specific log entry by ID. Usage Examples: Show me details for log entry abc123.
List all forms in the Auth0 tenant. Usage Examples: Show me all my Auth0 forms.
Get details about a specific Auth0 form. Usage Examples: Show me the details of my 'Corporate Login' form.
Create a new Auth0 form. Usage Examples: Create a new login form with our company branding.
Update an existing Auth0 form. Usage Examples: Update the colors on our login form to match our new brand guidelines.
Publish an Auth0 form. Usage Examples: Publish my updated login form.