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, What applications do I have in my Auth0 tenant?
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, What are the callback URLs for my 'Mobile App'?
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', Create a machine-to-machine application for our background service.
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', Add development environment metadata to my 'Admin Dashboard' application.
List all resource servers (APIs) in the Auth0 tenant. Usage Examples: Show me all the APIs in my Auth0 tenant, List my resource servers, 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'?, Get information about the resource server with identifier https://api.example.com.
Create a new Auth0 resource server (API). Usage Examples: Create a new API called 'Inventory API' with read and write scopes, Set up a resource server for our customer data API, Create an API with the identifier https://orders.example.com.
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, Change the signing algorithm for my API to RS256.
List all actions in the Auth0 tenant. Usage Examples: Show me all my Auth0 actions, What actions do I have configured?, List the actions in my tenant.
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, 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, Create a post-login action that checks user location.
Update an existing Auth0 action. Usage Examples: Update my 'Add Custom Claims' action to include department information, Modify the IP filtering logic in my security action, Fix the bug in my user enrichment action.
Deploy an Auth0 action. Usage Examples: Deploy my 'Add Custom Claims' action to production, Make my new security action live, Deploy the updated user enrichment action.
List logs from the Auth0 tenant. Usage Examples: Show me recent login attempts, Find failed logins from the past 24 hours, Get authentication logs from yesterday.
Get a specific log entry by ID. Usage Examples: Show me details for log entry abc123, Get more information about this failed login attempt, 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?, List the custom forms in my tenant.
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?, Get the configuration for my signup form.
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, Create a password reset form with our logo.
Update an existing Auth0 form. Usage Examples: Update the colors on our login form to match our new brand guidelines, Add a privacy policy link to our signup form, Change the logo on our password reset form.
Publish an Auth0 form. Usage Examples: Publish my updated login form, Make the new signup form live, Deploy the password reset form to production.