Commerce.js Connector for AI agents.
10 live capabilities
Manage your e-commerce storefront and orders through natural conversation.
Waiting for input…
Why people use Commerce.js
Commerce.js E-commerce Order Management
This Connector changes that by putting your store data into a single chat window. You can have your AI agent pull up the latest orders, create new carts for customers, or check the details of a specific item in your catalog. It turns your AI into a storefront assistant that actually knows your inventory.
What Vinkius changes
You get a voice-activated command center for your e-commerce store.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling frustrated customers
A customer calls about a late package and is frustrated.
- Real-world use case 02
Verifying inventory layout
A store manager wants to check if "Blue Shirts" are correctly listed in the "Apparel" category.
- Real-world use case 03
Simulating purchase flows
A developer needs to test a new "One-Click Buy" button for the storefront.
Complete set · 10capabilities
The complete Commerce.js capability set.
These are the exact actions your AI can choose when you ask it to work with Commerce.js.
01—04
4 capabilities in this set.
Part of 10 available through Commerce.js.
- 01 Capability
Get order
Pull up a specific order's details using its unique ID. This helps you see exactly what a customer bought and where it stands.
- 02 Capability
Generate checkout token
Create a secure token for the checkout process. This prepares the transaction for a smooth, safe payment experience.
- 03 Capability
Get product
Fetch the full data for a single product. Use this to check descriptions, prices, and specific metadata.
- 04 Capability
List categories
See all the categories in your store. This is great for understanding how your products are organized for shoppers.
05—07
3 capabilities in this set.
Part of 10 available through Commerce.js.
- 05 Capability
List orders
Get a list of recent orders from your store. Use this to keep an eye on daily sales and pending shipments.
- 06 Capability
List products
Browse your entire product catalog. You can filter these by category to find specific items quickly.
- 07 Capability
Update cart item
Change the quantity or details of an item in a cart. This helps you adjust customer selections before they pay.
08—10
3 capabilities in this set.
Part of 10 available through Commerce.js.
- 08 Capability
Create cart
Make a new shopping cart or find an existing one. This is the first step for any customer starting a purchase.
- 09 Capability
Add to cart
Put a specific product into a shopping cart. Use this to build out a customer's order programmatically.
- 10 Capability
Capture order
Finalize an order and capture the payment. This moves the transaction from pending to completed for your team.
Set up in minutes
One URL. Then ask Commerce.js to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Commerce.js 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_ZgukHGQpP1qYi7hLmBlRzSHHjXtqzQC7UH0oJCwK/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 Commerce.js, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Commerce.js for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZgukHGQpP1qYi7hLmBlRzSHHjXtqzQC7UH0oJCwK/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 Commerce.js URL.
- Step 03
Save and start
Save the connection and enable Commerce.js in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"commercejs": {
"url": "https://edge.vinkius.com/vk_preview_ZgukHGQpP1qYi7hLmBlRzSHHjXtqzQC7UH0oJCwK/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 Commerce.js
Open Agent mode in chat and ask: "Using Commerce.js, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"commercejs": {
"url": "https://edge.vinkius.com/vk_preview_ZgukHGQpP1qYi7hLmBlRzSHHjXtqzQC7UH0oJCwK/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 Commerce.js
Ask Copilot: "Using Commerce.js, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"commercejs": {
"url": "https://edge.vinkius.com/vk_preview_ZgukHGQpP1qYi7hLmBlRzSHHjXtqzQC7UH0oJCwK/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 Commerce.js
Open Cascade and ask: "Using Commerce.js, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"commercejs": {
"url": "https://edge.vinkius.com/vk_preview_ZgukHGQpP1qYi7hLmBlRzSHHjXtqzQC7UH0oJCwK/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 Commerce.js
Ask Cline: "Using Commerce.js, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add commercejs --transport http "https://edge.vinkius.com/vk_preview_ZgukHGQpP1qYi7hLmBlRzSHHjXtqzQC7UH0oJCwK/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 Commerce.js
Ask Claude: "Using Commerce.js, show me...". 10 tools are ready
Where the request belongs
Work Commerce.js can move forward.
Store managers tired of dashboard fatigue, support agents needing instant order lookups, and developers testing checkout flows.
Store Manager
Checks inventory levels and order statuses on the fly during busy sales periods.
Support Agent
Pulls up customer order details instantly to provide faster, more accurate assistance.
E-commerce Developer
Tests cart logic and generates checkout tokens directly from a terminal or code editor.
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.
Shopify
Build and grow your online store with the e-commerce platform that powers millions of businesses from first sale to global scale.
CloudCart
Manage e-commerce and store operations via CloudCart. track products, monitor orders, and manage customers directly from any AI agent.
Snipcart
Connect your headless e-commerce store to your AI. List orders, update fulfillment statuses, and manage customers seamlessly from your environment.
Kibo Commerce
Manage e-commerce catalogs, orders, and real-time inventory via Kibo Commerce.
Bring your own AI
Change the model, client or framework. Keep Commerce.js 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 Commerce.js.
The practical details behind the request, access and result.
Can Commerce.js MCP manage my products?
Yes, it allows your AI agent to list your products and filter them by category so you can find exactly what you're looking for.
How do I use Commerce.js MCP for order lookups?
You can ask your agent to find specific orders using an ID or ask it to list the most recent orders to see your latest sales.
Can I create shopping carts with the Commerce.js MCP?
Yes, your agent can create new shopping carts and add specific products to them, making it easy to build orders through conversation.
Does Commerce.js MCP work with my existing Chec account?
It connects directly to your Commerce.js (Chec) account using your public and secret keys to give your agent full access.
Can I use Commerce.js MCP to handle checkouts?
Yes, it can generate checkout tokens and capture orders, which helps move your customers from the cart to a completed purchase.
Is Commerce.js MCP good for customer support?
It's excellent for support teams because it allows for instant order status lookups during a live call without leaving your chat window.
Can I filter products by a specific category?
Yes! You can use the list_products capability and provide a category_id to retrieve only the products belonging to that specific group.
How do I view the details of a customer's order?
Use the get_order capability with the specific Order ID. Note that viewing orders requires your Secret Key to be configured in the server settings.
Can the AI help me manage shopping carts for customers?
Absolutely. The agent can use create_cart, add_to_cart, and update_cart_item to build and modify shopping sessions dynamically.
One connection away
Give your agent a direct line to Commerce.js.
Connect Commerce.js once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available