Skip to main content
Feedback

VTEX Profile System MCP connector

VTEX Profile System is VTEX's customer data management service for storing and organizing shopper profiles and address information. The VTEX Profile System MCP connector allows AI agents to create and update customer profiles, manage profile schemas, and handle customer addresses across VTEX storefronts. It also supports retrieving masked and unmasked customer data, deleting profiles and addresses, and querying profile information for customer service and data management workflows.

Authentication type

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

Uses

Use the VTEX Profile System MCP connector to perform the following actions:

  • Create and update customer profiles to maintain accurate contact and preference data
  • Organize customer addresses for order fulfillment and shipping accuracy
  • Track purchase history and transaction details for each customer account
  • Manage prospect records to nurture leads through the sales pipeline
  • Retrieve unmasked sensitive data for compliance and customer service teams
  • Define custom profile schemas to capture industry-specific customer attributes
  • Delete outdated customer information to maintain data hygiene and privacy

Example prompts

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

  • Create a new customer profile in VTEX Profile System with their name and email.
  • Show me all addresses stored for customer ID 12345 in VTEX Profile System.
  • Update the billing address for this customer in VTEX Profile System.
  • Retrieve the purchase history for account number 67890 from VTEX Profile System.
  • Delete the old address record that's no longer in use in VTEX Profile System.
  • Get the unmasked phone number and full address for this customer in VTEX Profile System.
  • Create a new prospect record with contact information in VTEX Profile System.
  • Show me the customer profile version history in VTEX Profile System.
  • Add a new purchase transaction for this customer in VTEX Profile System.
  • Remove this prospect from VTEX Profile System since they're no longer interested.

VTEX Profile System MCP connector tools

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

ToolDescription
CreateClientProfileCreates a new client profile with personal and contact information.
CreateOrUpdateProfileSchemaCreates or modifies the structure and fields of client profiles.
DeleteClientProfileRemoves an existing client profile from the system.
GetProfileRetrieves a client profile with standard visible information.
UpdateClientProfileModifies an existing client profile with updated information.
GetClientAddressesRetrieves all addresses associated with a specific client.
CreateClientAddressAdds a new address to a client's profile.
GetUnmaskedClientAddressesRetrieves all client addresses with sensitive data visible.
DeleteAddressRemoves a specific address from a client's profile.
GetAddressRetrieves details of a single address with masked sensitive data.
UpdateClientAddressModifies an existing address on a client's profile.
GetUnmaskedAddressRetrieves a single address with sensitive data visible.
GetAddressByVersionRetrieves a specific version of an address record.
GetUnmaskedAddressByVersionRetrieves a specific address version with sensitive data visible.
DeletePurchaseInformationRemoves purchase history and transaction data for a client.
GetPurchaseInformationRetrieves a client's purchase history with masked sensitive data.
UpdatePurchaseInformationModifies existing purchase records or transaction details.
CreatePurchaseInformationRecords a new purchase or transaction for a client.
GetUnmaskedPurchaseInformationRetrieves purchase history with sensitive data visible.
GetUnmaskedProfileRetrieves a client profile with sensitive data visible.
GetProfileByVersionRetrieves a specific version of a client profile record.
GetUnmaskedProfileByVersionRetrieves a specific profile version with sensitive data visible.
CreateProspectCreates a new prospect record for potential customers.
DeleteProspectRemoves a prospect record from the system.
GetProspectRetrieves a prospect record with standard visible information.
UpdateProspectModifies an existing prospect record with updated information.
GetUnmaskedProspectRetrieves a prospect record with sensitive data visible.
On this Page