VTEX Logistics MCP connector
VTEX Logistics is VTEX's API for managing warehouse operations, shipping policies, carriers, inventory, and delivery configurations. The VTEX Logistics MCP connector allows AI agents to manage docks and warehouses, configure shipping policies and carriers, and control delivery capacity reservations and blocked time windows. It also supports inventory management, pickup point configuration, and retrieval of shipping rate simulations across your VTEX logistics network.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the VTEX Logistics MCP connector to perform the following actions:
- Configure warehouses, docks, and pickup points to optimize fulfillment network
- Set delivery windows and blocked periods to control shipping capacity
- Manage freight rates and shipping policies across multiple carriers
- Track inventory allocation and capacity reservations by time window
- Define service areas using polygons for accurate delivery coverage
- Automate holiday calendars to prevent orders during closed periods
- Monitor dock availability and activate or deactivate locations dynamically
Example prompts
Use the following example prompts to invoke VTEX Logistics MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all warehouses configured in VTEX Logistics.List every dock at our primary fulfillment center in VTEX Logistics.Add a new pickup point for downtown delivery in VTEX Logistics.What are the blocked delivery windows for next week in VTEX Logistics?Retrieve current freight rates for all carriers in VTEX Logistics.Deactivate the southern dock in VTEX Logistics for maintenance.Display all service polygons we use for delivery zones in VTEX Logistics.Create a holiday entry for December 25th in VTEX Logistics.Check capacity reservation usage for next Monday in VTEX Logistics.Update the warehouse address for our São Paulo location in VTEX Logistics.
VTEX Logistics MCP connector tools
The VTEX Logistics MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getCarrierCapacityShippingpolicyTimeFrames | Searches carrier capacity reservations within a specified time range. |
| getCarrierCapacityShippingpolicyTimeFrames2 | Retrieves capacity reservation usage data by delivery time window. |
| AddBlockedDeliveryWindows | Adds blocked delivery time windows to prevent shipments. |
| RetrieveBlockedDeliveryWindows | Retrieves all currently blocked delivery time windows. |
| RemoveBlockedDeliveryWindows | Removes blocked delivery time windows to restore availability. |
| AllDocks | Lists all loading docks in the logistics network. |
| Create/UpdateDock | Creates a new dock or updates an existing one. |
| Dock | Deletes a specified dock from the system. |
| DockById | Retrieves details for a specific dock by identifier. |
| ActivateDock | Enables a dock to begin accepting shipments. |
| DeactivateDock | Disables a dock from processing shipments. |
| Create/UpdateFreightValues | Creates or updates freight cost values and rates. |
| FreightValues | Lists all freight values and pricing information. |
| PagedPolygons | Lists delivery area polygons with pagination support. |
| CreateUpdatePolygon | Creates a new delivery area polygon or updates existing one. |
| DeletePolygon | Removes a delivery area polygon from the system. |
| PolygonbyId | Retrieves a specific delivery area polygon by identifier. |
| AllHolidays | Lists all holidays affecting delivery operations. |
| Holiday | Deletes a holiday from the logistics calendar. |
| HolidayById | Retrieves details for a specific holiday by identifier. |
| Create/UpdateHoliday | Creates a new holiday or updates an existing one. |
| ListAllPickupPpoints | Lists all pickup points in the network. |
| Getpaged | Lists pickup points with pagination support. |
| Delete | Deletes a specified pickup point. |
| GetById | Retrieves details for a specific pickup point by identifier. |
| CreateUpdatePickupPoint | Creates a new pickup point or updates an existing one. |
| AllWarehouses | Lists all warehouses in the logistics network. |
| Create/UpdateWarehouse | Creates a new warehouse or updates an existing one. |
| RemoveWarehouse | Removes a warehouse from the system. |
| WarehouseById | Retrieves details for a specific warehouse by identifier. |
| ActivateWarehouse | Activate warehouse. |
| DeactivateWarehouse | Deactivate warehouse. |
| Getinventorywithdispatchedreservations | List inventory with dispatched reservations. |
| Inventoryperdock | List inventory per dock. |
| Inventoryperdockandwarehouse | List inventory per dock and warehouse. |
| Inventoryperwarehouse | List inventory per warehouse. |
| GetSupplyLots | List supply lots. |
| SaveSupplyLot | Save supply lot. |
| TransferSupplyLot | Transfer supply lot. |
| CreateReservation | Create reservation. |
| ReservationById | List reservation by ID. |
| AcknowledgmentReservation | Acknowledgment reservation. |
| CancelReservation | Cancel reservation. |
| ConfirmReservation | Confirm reservation. |
| ReservationbyWarehouseandSku | List reservation by warehouse and SKU. |
| InventoryBySku | List inventory by SKU. |
| UpdateInventoryBySkuandWarehouse | Update inventory by SKU and warehouse. |
| getApiLogisticsPvtShippingPolicies | List shipping policies. |
| createApiLogisticsPvtShippingPolicies | Create shipping policy. |
| deleteApiLogisticsPvtShippingPolicies | Delete shipping policies by ID. |
| getApiLogisticsPvtShippingPolicies2 | Retrieve shipping policy by ID. |
| updateApiLogisticsPvtShippingPolicies | Update shipping policy. |
| CalculateSLA | Calculate SLA. |