Skip to main content
Feedback

VTEX Master Data MCP connector

VTEX Master Data is VTEX's data storage and management layer for storing customer profiles, addresses, and custom business entities within the VTEX commerce platform. The VTEX Master Data MCP connector allows AI agents to create, update, and delete customer profiles and addresses, manage documents across data entities, and configure schemas for custom data structures. It also supports searching and retrieving documents, validating data against schemas, and managing indices for query optimization.

Authentication type

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

Uses

Use the VTEX Master Data MCP connector to perform the following actions:

  • Create and update customer profiles and addresses in VTEX Master Data instantly
  • Search and retrieve customer documents by custom criteria and filters
  • Define and enforce data schemas for consistent customer information across systems
  • Manage document versions to track changes and maintain audit trails
  • Index and optimize data searches for faster customer lookups in workflows
  • Validate customer data against defined clusters before storing in VTEX Master Data
  • Bulk scroll through large customer datasets for migration and reporting tasks

Example prompts

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

  • Create a new customer profile in VTEX Master Data with their name and email.
  • Find all customers in VTEX Master Data who live in São Paulo.
  • Update the address for customer ID 12345 in VTEX Master Data.
  • Show me the schema structure for customer documents in VTEX Master Data.
  • Delete the address record for this customer from VTEX Master Data.
  • Search VTEX Master Data for all documents modified in the last 30 days.
  • Add a new customer address as a partial update in VTEX Master Data.
  • Retrieve the version history of a specific customer record in VTEX Master Data.
  • Validate this customer data against the defined clusters in VTEX Master Data.
  • List all current search indices configured in VTEX Master Data.

VTEX Master Data MCP connector tools

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

ToolDescription
CreateNewCustomerAddressCreates a new address record associated with an existing customer profile.
DeleteCustomerAddressRemoves an address record from a customer's profile.
UpdateCustomerAddressModifies an existing address record for a customer.
CreateNewCustomerProfilev2Creates a new customer profile with personal and contact information.
DeleteCustomerProfileRemoves a customer profile and associated data from the system.
UpdateCustomerProfileModifies an existing customer profile's information.
CreateorupdatepartialdocumentCreates a new document or updates specific fields in an existing one.
CreatenewdocumentCreates a new document with the provided data.
DeletedocumentRemoves a document from the system.
GetdocumentRetrieves a document by its identifier.
UpdatepartialdocumentModifies specific fields within an existing document.
UpdateentiredocumentReplaces all fields of an existing document.
ValidatedocumentbyclustersValidates a document against its schema rules.
ListversionsDisplays all available versions of a document or schema.
GetversionRetrieves a specific version of a document or schema.
PutversionCreates or updates a version of a document or schema.
GetindicesRetrieves the list of all configured indices.
PutindicesCreates or updates index configurations.
DeleteindexbynameRemoves an index by its name.
GetindexbynameRetrieves details of a specific index.
GetschemasDisplays all available data schemas.
DeleteschemabynameRemoves a schema by its name.
GetschemabynameRetrieves details of a specific schema.
SaveschemabynameCreates or updates a schema by its name.
ScrolldocumentsIterates through large sets of documents with pagination.
SearchdocumentsFinds documents matching specified search criteria.
On this Page