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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
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', Change the logout URL for the 'Customer Portal'.
List all resource servers (APIs) in the Auth0 tenant. Usage Examples: Show me all the APIs in my Auth0 tenant, List my resource servers.
Get details about a specific Auth0 resource server. Usage Examples: Show me details for the 'User API', What scopes are defined for my 'Payment 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', Update the token lifetime for my 'Payment API' to 1 hour.
List all actions in the Auth0 tenant. Usage Examples: Show me all my Auth0 actions, What actions do I have configured?
Get details about a specific Auth0 action. Usage Examples: Show me the code for my 'Enrich User Profile' action, Get details about my login flow action.
Create a new Auth0 action. Usage Examples: Create an action that adds user roles to tokens, Set up an action to log failed login attempts.
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, Make my new security action live.
List logs from the Auth0 tenant. Usage Examples: Show me recent login attempts, Find failed logins from the past 24 hours.
Get a specific log entry by ID. Usage Examples: Show me details for log entry abc123, Get more information about this failed login attempt.
List all forms in the Auth0 tenant. Usage Examples: Show me all my Auth0 forms, What login forms do I have configured?
Get details about a specific Auth0 form. Usage Examples: Show me the details of my 'Corporate Login' form, What does my password reset form look like?
Create a new Auth0 form. Usage Examples: Create a new login form with our company branding, Set up a custom signup form that collects department information.
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, Make the new signup form live.