Skip to main content
Feedback

VTEX License Manager MCP connector

VTEX License Manager is VTEX's access control and identity management system for administering user permissions, roles, and account settings across the VTEX commerce platform. The VTEX License Manager MCP connector allows AI agents to manage user accounts and role assignments, retrieve account and store information, and control application key access. It also supports auditing user permissions, configuring role-based access control, and managing multi-account environments.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the VTEX License Manager MCP connector to perform the following actions:

  • Provision new team members with appropriate roles and permissions in VTEX
  • Audit user access and role assignments across your VTEX account
  • Revoke or reassign roles to enforce least-privilege security policies
  • Generate application keys for third-party integrations with VTEX
  • Manage store configurations and account details across multiple VTEX instances
  • Automate onboarding workflows that create users and assign roles simultaneously
  • Control access to sensitive VTEX resources through centralized role management

Example prompts

Use the following example prompts to invoke VTEX License Manager MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all users currently set up in VTEX License Manager.
  • List every role available in our VTEX account.
  • Create a new user called john.smith@company.com in VTEX License Manager.
  • What roles does the user manager@store.com currently have in VTEX?
  • Remove the editor role from sarah@company.com in VTEX License Manager.
  • Generate a new application key for our inventory system integration.
  • Show me all the stores configured in our VTEX account.
  • Update the application key settings for our accounting software connector.
  • Get a complete list of all application keys in our VTEX License Manager account.
  • Tell me about our account structure and current configuration in VTEX.

VTEX License Manager MCP connector tools

The VTEX License Manager MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
GetListUsersRetrieves a complete list of all users in the system.
GetListRolesRetrieves a complete list of all available roles.
CreateUserCreates a new user account with specified credentials and settings.
GetUserRetrieves detailed information about a specific user.
GetRolesbyUserRetrieves all roles assigned to a specific user or application key.
PutRolesinUserAssigns one or more roles to a user or application key.
RemoveRolefromUserRemoves a specific role from a user or application key.
GetAccountRetrieves general information and settings for the account.
GetByAccountRetrieves a list of stores associated with the account.
GetappkeysfromaccountRetrieves all application keys linked to the account.
CreatenewappkeyCreates a new application key for account access and integration.
UpdateappkeyModifies the settings and configuration of an existing application key.
On this Page