ThriveCart Connector for AI agents.
10 live capabilities
Manage your ecommerce sales and subscriptions through natural conversation.
Waiting for input…
Why people use ThriveCart
ThriveCart Ecommerce Sales Auditing
With this Connector, that manual loop disappears. You just ask your agent to pull the latest sales or check a specific transaction. You get the data you need in a natural conversation, keeping you focused on your work instead of your dashboard.
What Vinkius changes
You get direct access to your ThriveCart data through a natural chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Rapid Support Resolution
A customer claims they were overcharged.
- Real-world use case 02
Marketing Audit
A marketing lead wants to know if the 'SUMMER24' coupon is active.
- Real-world use case 03
Inventory & Pricing Check
An owner wants to know the price of their flagship course.
Complete set · 10capabilities
The complete ThriveCart capability set.
These are the exact actions your AI can choose when you ask it to work with ThriveCart.
01—04
4 capabilities in this set.
Part of 10 available through ThriveCart.
- 01 Capability
Get product
Get the specific details for a product in your catalog. Use this to check pricing and availability quickly.
- 02 Capability
Get transaction
Pull the data for a single sale to see exactly what happened. This is useful for auditing specific customer purchases.
- 03 Capability
List transactions
Get a rundown of your most recent sales and payments. Use this to monitor your daily revenue stream.
- 04 Capability
Get customer
Look up a specific customer's profile and history. Use this to understand a customer's lifetime value.
05—07
3 capabilities in this set.
Part of 10 available through ThriveCart.
- 05 Capability
Get subscription
Fetch the status and billing info for a recurring plan. Use this to resolve billing questions instantly.
- 06 Capability
List coupons
See every coupon currently active in your account. This helps you keep track of your active marketing offers.
- 07 Capability
List customers
Get a full list of everyone who has purchased from your store. Use this to manage your customer base.
08—10
3 capabilities in this set.
Part of 10 available through ThriveCart.
- 08 Capability
List products
Pull your entire product list to check pricing and availability. Use this to maintain a structured catalog.
- 09 Capability
List subscriptions
See all active and cancelled recurring plans at once. This is great for high-level subscription auditing.
- 10 Capability
List upsells
View all upsell offers to see what's being pitched at checkout. Use this to optimize your sales funnel.
Set up in minutes
One URL. Then ask ThriveCart to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ThriveCart from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZBWcslh9Sjc3uIjSSTZPeMPrWIcN2yAQoj9FKXMr/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it ThriveCart, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ThriveCart for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZBWcslh9Sjc3uIjSSTZPeMPrWIcN2yAQoj9FKXMr/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the ThriveCart URL.
- Step 03
Save and start
Save the connection and enable ThriveCart in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"thrivecart": {
"url": "https://edge.vinkius.com/vk_preview_ZBWcslh9Sjc3uIjSSTZPeMPrWIcN2yAQoj9FKXMr/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using ThriveCart
Open Agent mode in chat and ask: "Using ThriveCart, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"thrivecart": {
"url": "https://edge.vinkius.com/vk_preview_ZBWcslh9Sjc3uIjSSTZPeMPrWIcN2yAQoj9FKXMr/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using ThriveCart
Ask Copilot: "Using ThriveCart, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"thrivecart": {
"url": "https://edge.vinkius.com/vk_preview_ZBWcslh9Sjc3uIjSSTZPeMPrWIcN2yAQoj9FKXMr/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using ThriveCart
Open Cascade and ask: "Using ThriveCart, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"thrivecart": {
"url": "https://edge.vinkius.com/vk_preview_ZBWcslh9Sjc3uIjSSTZPeMPrWIcN2yAQoj9FKXMr/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using ThriveCart
Ask Cline: "Using ThriveCart, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add thrivecart --transport http "https://edge.vinkius.com/vk_preview_ZBWcslh9Sjc3uIjSSTZPeMPrWIcN2yAQoj9FKXMr/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using ThriveCart
Ask Claude: "Using ThriveCart, show me...". 10 tools are ready
Where the request belongs
Work ThriveCart can move forward.
This is for e-commerce owners and support teams who are tired of manually digging through dashboards to find basic sales and billing information.
E-commerce Owner
You use this to check daily sales totals and coupon performance without leaving your workspace.
Customer Support Agent
You use this to verify a customer's subscription status or find a transaction ID in seconds.
Marketing Lead
You use this to audit which upsells and coupons are actually converting for your campaigns.
Operations Manager
You use this to maintain a structured view of your product catalog and customer list.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCart.com (AmeriCommerce)
E-commerce store orchestration via Cart.com. manage products, orders, and customers via AI.
Elastic Path
Manage headless commerce workflows via Elastic Path. inspect carts, track purchases, and retrieve store navigation directly from any AI agent.
CS-Cart
Manage e-commerce and marketplaces via CS-Cart. track products and orders, handle customer data, audit vendors, and monitor taxes directly from any AI agent.
Commerce.js
Manage your e-commerce store via Commerce.js. list products, manage carts, and handle orders directly from any AI agent.
Shopline
Equip your AI agent to autonomously manage your Shopline store. Audit products, track order fulfillment, fetch customer profiles, and monitor store collections seamlessly.
Shopify
Build and grow your online store with the e-commerce platform that powers millions of businesses from first sale to global scale.
Bring your own AI
Change the model, client or framework. Keep ThriveCart connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about ThriveCart.
The practical details behind the request, access and result.
How does ThriveCart MCP help with customer support?
It lets you quickly verify customer billing and subscription statuses. You can pull specific transaction details instantly to resolve issues without needing to ask your admin for dashboard access.
Can I check coupon usage with ThriveCart MCP?
Yes, you can ask your agent to list all active coupons or check if specific codes were used in recent transactions to see how your promotions are performing.
Can I see my active products through this?
You can. Your agent can pull a full list of your current products, including pricing and availability, so you can keep your catalog organized.
Can I audit my sales history using ThriveCart MCP?
Yes, you can pull a list of recent transactions to see what was sold, the amount, and the customer details, making it easy to audit your daily revenue.
Is ThriveCart MCP for subscription management?
It is a great capability for subscription management. You can query active plans, check recurring billing statuses, and list all your current subscriptions at once.
How do I connect ThriveCart to my AI client?
You can connect it by subscribing to the Connector via Vinkius and providing your ThriveCart API key. Once connected, your agent can access your sales and product data automatically.
How do I find my ThriveCart API Key?
Log in to your ThriveCart account, go to Settings > API & Webhooks > API Keys, and you will find your API Key there. Copy and paste it into the field below.
Can the agent list my active subscriptions?
Yes. Use the list_subscriptions capability to retrieve all ongoing billing agreements. You can also filter by specific customer or status to audit your recurring revenue.
Is it possible to see transaction details via the agent?
Yes. The get_transaction capability allows your agent to fetch complete metadata for a specific sale, including amount, currency, and customer info.
One connection away
Give your agent a direct line to ThriveCart.
Connect ThriveCart once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available