Skip to main content
Feedback

VTEX Subscriptions V3 MCP connector

VTEX Subscriptions V3 is VTEX's recurring order management system for handling subscription-based commerce operations. The VTEX Subscriptions V3 MCP connector allows AI agents to manage subscription lifecycles, monitor and retry billing cycles, and calculate pricing for subscription templates. It also supports adding or removing items from active subscriptions, retrieving detailed subscription and cycle information, and creating new subscription records.

Authentication type

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

Uses

Use the VTEX Subscriptions V3 MCP connector to perform the following actions:

  • Automate recurring order fulfillment and reduce manual subscription management overhead
  • Track subscription cycles and retry failed charges to recover lost revenue
  • Customize subscription plans and pricing for different customer segments
  • Monitor subscription health with conversation messages and activity reports
  • Add, remove, and edit subscription items without pausing customer billing
  • Generate subscription analytics and performance reports on demand
  • Synchronize subscription data across systems to maintain single source of truth

Example prompts

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

  • Show me all active subscriptions in VTEX Subscriptions V3 for customers in Brazil.
  • List the last 10 failed subscription cycles and tell me which ones need retry.
  • Create a new monthly subscription plan with a 15% discount for annual commitments.
  • What are the current prices for my premium subscription template in VTEX Subscriptions V3?
  • Add three new products to an existing subscription without interrupting the customer's billing.
  • Generate a subscription performance report for the last quarter in VTEX Subscriptions V3.
  • Update my subscription settings to allow customers to change their billing frequency.
  • Show me all conversation messages related to subscription cancellation requests.
  • Remove out-of-stock items from active subscriptions in VTEX Subscriptions V3.
  • Retrieve the details for all available subscription plans and their pricing tiers.

VTEX Subscriptions V3 MCP connector tools

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

ToolDescription
getApiRnsPubCyclesRetrieves a list of all subscription billing cycles.
getApiRnsPubCycles2Retrieves detailed information about a specific subscription billing cycle.
createApiRnsPubCyclesRetryRetries a failed or pending subscription billing cycle.
getApiRnsPubSubscriptionsRetrieves a list of all active subscriptions.
createApiRnsPubSubscriptionsCreates a new subscription with the specified details.
createApiRnsPubSubscriptionsSimulateCalculates current prices for a subscription template.
getApiRnsPubSubscriptions2Retrieves detailed information about a specific subscription.
patchApiRnsPubSubscriptionsUpdates subscription settings or status.
createApiRnsPubSubscriptionsItemsAdds a new item to an existing subscription.
deleteApiRnsPubSubscriptionsItemsRemoves items from a subscription.
patchApiRnsPubSubscriptionsItemsModifies items already added to a subscription.
createApiRnsPubSubscriptionsSimulate2Calculates current prices for a specific subscription.
getApiRnsPubSubscriptionsConversationMessageRetrieves conversation messages associated with a subscription.
getApiRnsPvtPlansRetrieves a list of all subscription plans.
getApiRnsPvtPlans2Retrieves detailed information about a specific subscription plan.
getApiRnsPvtReportsRetrieves a list of available subscription report templates.
createApiRnsPvtReportsDocumentsGenerates a new subscription report document.
getApiRnsPvtReportsDocumentsRetrieves details about a specific generated report document.
GetSettingsRetrieves the current subscription settings configuration.
EditSettingsUpdates the subscription settings configuration.
On this Page