VTEX Pricing MCP connector
VTEX Pricing is VTEX's commerce platform API for managing product prices, price tables, and dynamic pricing rules across sales channels. The VTEX Pricing MCP connector allows AI agents to configure base and fixed prices, manage price tables and their associated rules, and retrieve computed prices by trade policy or price table. It also supports monitoring pricing configuration status, deleting outdated prices, and evaluating pricing rules across different customer segments and sales contexts.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the VTEX Pricing MCP connector to perform the following actions:
- Set base prices and fixed prices across multiple price tables simultaneously
- Apply pricing rules to customer segments based on trade policies and volume tiers
- Retrieve computed prices to verify promotional discounts and margin calculations
- Delete outdated fixed prices and pricing rules to maintain data accuracy
- Monitor pricing configuration status and validate rule changes before activation
- Bulk manage price tables and their associated rules across product catalogs
- Generate price variations by trade policy to support regional or channel strategies
Example prompts
Use the following example prompts to invoke VTEX Pricing MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all active price tables in VTEX Pricing.Create a new fixed price of $49.99 for product SKU-12345 in VTEX Pricing.What pricing rules are applied to our wholesale price table in VTEX Pricing?Update the discount rule for our bulk order price table in VTEX Pricing.Retrieve the computed price for product ABC-789 across all trade policies in VTEX Pricing.Delete the fixed price we set for seasonal promotion in VTEX Pricing.Get the current pricing configuration status in VTEX Pricing.List all fixed prices applied to our bronze tier price table in VTEX Pricing.Show me pricing rules that apply to our loyalty customer segment in VTEX Pricing.Check if pricing v2 is enabled in our VTEX Pricing instance.
VTEX Pricing MCP connector tools
The VTEX Pricing MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| GetPricingConfig | Retrieves the current pricing configuration settings for the store. |
| GetPricingv2Status | Checks the operational status of the pricing v2 system. |
| getallpricetablesandrules | Retrieves all price tables and their associated pricing rules. |
| Getrulesforapricetable | Retrieves all pricing rules assigned to a specific price table. |
| updatePricingPipelineCatalog | Updates pricing rules for a specified price table. |
| DeletePrice | Removes a base price from the pricing system. |
| GetPrice | Retrieves a base price for a specific product or SKU. |
| CreateUpdatePriceOrFixedPrice | Creates or modifies base prices or fixed prices in the system. |
| GetComputedPricebypricetable | Retrieves the calculated price for a product based on price table or trade policy. |
| GetFixedPrices | Retrieves all fixed prices in the system. |
| Deletefixedpricesonapricetableortradepolicy | Removes fixed prices from a price table or trade policy. |
| GetFixedPricesonapricetable | Retrieves fixed prices assigned to a specific price table or trade policy. |
| createorupdatefixedpricesonpricetableortradepolicy | Creates or modifies fixed prices on a price table or trade policy. |
| Listpricetables | Lists all available price tables in the system. |