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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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"'.
List all resource servers (APIs) in the Auth0 tenant. Usage examples: 'Show me all the APIs in my Auth0 tenant', 'What APIs have I configured in Auth0?'.
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'.
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', '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', 'What does my "Add Custom Claims" action do?'.
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', 'Get authentication logs from yesterday'.
Get a specific log entry by ID. Usage examples: 'Show me details for log entry abc123', 'What caused this authentication error?'.
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'.