CS-Cart Connector for AI agents.
10 live capabilities
Manage your e-commerce store and marketplace inventory through natural conversation.
Waiting for input…
Why people use CS-Cart
CS-Cart for E-commerce Inventory Management
This Connector lets you skip the navigation entirely. You just ask your agent to find the order or check the stock, and it pulls the data instantly. You get the answer you need without ever opening a new tab.
What Vinkius changes
You get a conversational interface for your entire CS-Cart backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Resolving a lost package inquiry
A support agent asks the agent to find the shipping method and current status for order #987 using `get_order` to provide an immediate update.
- Real-world use case 02
Checking inventory for a flash sale
A store owner asks the agent to list all products with stock levels less than 10 using `list_products` to identify what needs restocking.
- Real-world use case 03
Auditing marketplace sellers
A marketplace operator asks to list all active vendors to verify their company profiles and contact info using `list_vendors`.
Complete set · 10capabilities
The complete CS-Cart capability set.
These are the exact actions your AI can choose when you ask it to work with CS-Cart.
01—04
4 capabilities in this set.
Part of 10 available through CS-Cart.
- 01 Capability
List products
Get a list of all products with their prices, stock levels, and vendor IDs. This helps you see your entire inventory at a glance.
- 02 Capability
List orders
View recent transactions with totals, payment statuses, and shipping methods. This is great for checking recent sales.
- 03 Capability
Get order
Retrieve line items, billing addresses, and applied taxes for a specific order ID. Use this to see deep order details.
- 04 Capability
List categories
View your full product category tree and SEO identifiers. This helps you map out your store's structure.
05—07
3 capabilities in this set.
Part of 10 available through CS-Cart.
- 05 Capability
List vendors
Find all active companies and seller profiles on your multi-vendor platform. This is essential for marketplace audits.
- 06 Capability
List taxes
See all tax names, percentage rates, and geographic rules. This helps you verify tax settings for different areas.
- 07 Capability
List statuses
View all human-readable order statuses and their internal codes. Use this to verify your order workflow consistency.
08—10
3 capabilities in this set.
Part of 10 available through CS-Cart.
- 08 Capability
Get product
Pull specific details for a single product, including features and tax rules. Use this to see the full data for one item.
- 09 Capability
List users
See all registered customers, admins, and vendors in your system. This lets you manage your user base easily.
- 10 Capability
List shippings
Check all configured shipping carriers, rates, and delivery regions. Use this to verify your shipping options.
Set up in minutes
One URL. Then ask CS-Cart to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CS-Cart 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_yoH6WsdAWJqyy05HZVVL6FGIvzU3E2vqYgB9RwGv/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 CS-Cart, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CS-Cart for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_yoH6WsdAWJqyy05HZVVL6FGIvzU3E2vqYgB9RwGv/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 CS-Cart URL.
- Step 03
Save and start
Save the connection and enable CS-Cart in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cs-cart": {
"url": "https://edge.vinkius.com/vk_preview_yoH6WsdAWJqyy05HZVVL6FGIvzU3E2vqYgB9RwGv/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 CS-Cart
Open Agent mode in chat and ask: "Using CS-Cart, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cs-cart": {
"url": "https://edge.vinkius.com/vk_preview_yoH6WsdAWJqyy05HZVVL6FGIvzU3E2vqYgB9RwGv/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 CS-Cart
Ask Copilot: "Using CS-Cart, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cs-cart": {
"url": "https://edge.vinkius.com/vk_preview_yoH6WsdAWJqyy05HZVVL6FGIvzU3E2vqYgB9RwGv/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 CS-Cart
Open Cascade and ask: "Using CS-Cart, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cs-cart": {
"url": "https://edge.vinkius.com/vk_preview_yoH6WsdAWJqyy05HZVVL6FGIvzU3E2vqYgB9RwGv/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 CS-Cart
Ask Cline: "Using CS-Cart, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cs-cart --transport http "https://edge.vinkius.com/vk_preview_yoH6WsdAWJqyy05HZVVL6FGIvzU3E2vqYgB9RwGv/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 CS-Cart
Ask Claude: "Using CS-Cart, show me...". 10 tools are ready
Where the request belongs
Work CS-Cart can move forward.
This is for store owners and marketplace operators who are tired of clicking through complex PHP-based admin panels to manage hundreds of products or thousands of sellers.
Store Owner
Checks stock levels and inventory health across multiple categories without opening the dashboard.
Marketplace Operator
Audits vendor profiles and seller statuses across a large multi-vendor platform.
Customer Support Representative
Looks up specific order details and shipping methods to resolve customer inquiries faster.
Accounting Team Member
Verifies tax rules and reconciles order totals for regional reporting.
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.
CloudCart
Manage e-commerce and store operations via CloudCart. track products, monitor orders, and manage customers directly from any AI agent.
BigCommerce
Manage your online store with product catalogs, order fulfillment, and customer data for high-volume e-commerce operations.
OpenCart
Connect your OpenCart store to AI agents. browse products, manage orders, track customers, and update fulfillment status through natural conversation.
Commerce.js
Manage your e-commerce store via Commerce.js. list products, manage carts, and handle orders directly from any AI agent.
Elastic Path
Manage headless commerce workflows via Elastic Path. inspect carts, track purchases, and retrieve store navigation directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep CS-Cart 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 CS-Cart.
The practical details behind the request, access and result.
Can I use the CS-Cart MCP to manage my store?
Yes, you can use it to read and audit your store data. This includes checking product stock, viewing recent orders, and looking up customer information through your AI agent.
Does the CS-Cart MCP work with multi-vendor stores?
Yes, it is designed to work with both standard CS-Cart and Multi-Vendor editions. You can specifically use it to list and audit vendor profiles.
Can I check my shipping rates with the CS-Cart MCP?
Yes, you can ask your agent to list all configured shipping methods, carrier names, and rates to see what's currently available for your customers.
Does the CS-Cart MCP show tax rules?
Yes, it can retrieve your configured tax names, percentage rates, and geographic application rules so you can verify them quickly.
How do I connect my CS-Cart store to an AI agent?
Simply subscribe to the Connector on Vinkius and provide your Store URL, Admin Email, and API Key. Once connected, your agent can access your store data immediately.
Can my agent list vendors in the CS-Cart Multi-Vendor edition?
Yes. The 'list_vendors' capability retrieves active seller companies operating on your marketplace. This allows your agent to audit vendor profiles and verify operational boundaries across your Multi-Vendor installation.
How do I check the details of a specific order via chat?
Provide the order ID to your agent and use the 'get_order' capability. The agent will retrieve the exact line items, billing/shipping addresses, and payment details from the CS-Cart database.
Can I audit my store's tax and shipping configurations?
Absolutely. Use the 'list_shippings' and 'list_taxes' capabilities. Your agent will pull the explicitly configured delivery options, carrier rates, and VAT rules to help you verify your e-commerce settings strictly.
One connection away
Give your agent a direct line to CS-Cart.
Connect CS-Cart once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available