VTEX Session Manager MCP connector
VTEX Session Manager is VTEX's service for managing user sessions and behavioral data across ecommerce storefronts. The VTEX Session Manager MCP connector allows AI agents to create and edit user sessions, retrieve session data, and access session segment information. It also supports managing session attributes and analyzing customer behavior patterns within the VTEX platform.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the VTEX Session Manager MCP connector to perform the following actions:
- Track customer behavior across shopping sessions to personalize product recommendations
- Segment users by purchase history and engagement level for targeted marketing campaigns
- Update session data in real time when customers add items to their cart or change preferences
- Retrieve active session information to verify customer identity during checkout and payment processing
- Create new sessions automatically when customers log in to enable seamless cross-device shopping
- Monitor session segments to identify high-value customers and VIP shoppers for exclusive offers
- Manage session lifecycle to enforce security policies and automatically expire inactive user sessions
Example prompts
Use the following example prompts to invoke VTEX Session Manager MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all active sessions for customers who logged in today in VTEX Session Manager.Create a new session for a returning customer and add them to the premium segment in VTEX Session Manager.Update the session data to mark this customer as a high-value buyer in VTEX Session Manager.Retrieve the session details for the user currently browsing our electronics category in VTEX Session Manager.Get the customer segment for users who abandoned their cart in the last 24 hours in VTEX Session Manager.Edit the session to extend the timeout period for customers in the loyalty program in VTEX Session Manager.Find all sessions in the holiday_sale segment and update their promotional discount eligibility in VTEX Session Manager.Check if this customer has an active session and what segment they belong to in VTEX Session Manager.Create sessions for bulk-imported customers and assign them to the new_customer segment in VTEX Session Manager.
VTEX Session Manager MCP connector tools
The VTEX Session Manager MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| GetSegment | Retrieves customer segment information associated with the current session. |
| GetSession | Retrieves details and properties of an existing session. |
| Editsession | Updates session properties and configuration with new values. |
| Createnewsession | Creates a new session with specified initial settings and data. |