Commerce Layer Connector for AI agents.
12 live capabilities
Manage your headless commerce orders, SKUs, and inventory through natural conversation.
Waiting for input…
Why people use Commerce Layer
Commerce Layer E-commerce Order Management
With this Connector, that friction disappears. You can ask your agent to check an order status or update a price, and it does the work in the background. You get a unified command center where your AI acts as your fulfillment coordinator, giving you a clear answer in seconds.
What Vinkius changes
You get a direct line from your AI client to your entire e-commerce backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The 'Where is my stuff?' rush
A customer asks about an order.
- Real-world use case 02
The flash sale update
A manager needs to change prices for a weekend sale.
- Real-world use case 03
The new customer inquiry
A lead signs up.
Complete set · 12capabilities
The complete Commerce Layer capability set.
These are the exact actions your AI can choose when you ask it to work with Commerce Layer.
01—04
4 capabilities in this set.
Part of 12 available through Commerce Layer.
- 01 Capability
List addresses
See all organization addresses in your account. This is useful for verifying regional shipping locations.
- 02 Capability
List customers
Get a list of all registered customers. Use this to pull shopper data for better support.
- 03 Capability
List markets
View all available markets and regional settings. This helps you see how your store is configured globally.
- 04 Capability
List shipments
Get a list of all order shipments. Use this to provide real-time tracking updates to your shoppers.
05—08
4 capabilities in this set.
Part of 12 available through Commerce Layer.
- 05 Capability
List skus
See your entire catalog of products and SKUs. This gives your agent a full view of your sellable inventory.
- 06 Capability
List webhooks
View all active webhooks in your organization. Use this to monitor your backend integrations and data flow.
- 07 Capability
Create order
Create a new draft order for a customer. This helps you start the checkout process without manual entry.
- 08 Capability
Get order
Fetch specific details for a single order. Use this to check status, totals, and fulfillment notes quickly.
09—12
4 capabilities in this set.
Part of 12 available through Commerce Layer.
- 09 Capability
List orders
Pull a list of all sales orders. Use this to get a high-level view of your recent transactions.
- 10 Capability
List payment methods
See the payment methods available in your store. This lets you check what your customers can use at checkout.
- 11 Capability
List prices
View the current prices for your SKUs. Use this to audit your pricing across different regions.
- 12 Capability
List promotions
Check all active promotions and discounts. This helps you keep track of your current sales events.
Set up in minutes
One URL. Then ask Commerce Layer to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Commerce Layer 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_DiffRwK42xwsrldNMnEbP0P2nPsBjXn2BMHRLwxU/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 Layer, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Commerce Layer for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DiffRwK42xwsrldNMnEbP0P2nPsBjXn2BMHRLwxU/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 Layer URL.
- Step 03
Save and start
Save the connection and enable Commerce Layer in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"commerce-layer-alternative": {
"url": "https://edge.vinkius.com/vk_preview_DiffRwK42xwsrldNMnEbP0P2nPsBjXn2BMHRLwxU/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 Layer
Open Agent mode in chat and ask: "Using Commerce Layer, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"commerce-layer-alternative": {
"url": "https://edge.vinkius.com/vk_preview_DiffRwK42xwsrldNMnEbP0P2nPsBjXn2BMHRLwxU/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 Layer
Ask Copilot: "Using Commerce Layer, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"commerce-layer-alternative": {
"url": "https://edge.vinkius.com/vk_preview_DiffRwK42xwsrldNMnEbP0P2nPsBjXn2BMHRLwxU/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 Layer
Open Cascade and ask: "Using Commerce Layer, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"commerce-layer-alternative": {
"url": "https://edge.vinkius.com/vk_preview_DiffRwK42xwsrldNMnEbP0P2nPsBjXn2BMHRLwxU/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 Layer
Ask Cline: "Using Commerce Layer, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add commerce-layer-alternative --transport http "https://edge.vinkius.com/vk_preview_DiffRwK42xwsrldNMnEbP0P2nPsBjXn2BMHRLwxU/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 Layer
Ask Claude: "Using Commerce Layer, show me...". 12 tools are ready
Where the request belongs
Work Commerce Layer can move forward.
This is for the e-commerce manager who is tired of clicking through five different tabs just to find one shipping number, or the ops lead who needs to update pricing across ten markets in seconds.
E-commerce Manager
They use this to update SKU prices and check order statuses during peak sale hours without leaving their chat interface.
Customer Success Lead
They use this to pull up customer order histories and shipping details instantly to resolve tickets faster.
Ops Engineer
They use this to monitor webhook configurations and regional market settings without writing custom scripts.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCommerce Layer
Enable your AI agent to manage orders, SKUs, customers, and shipments via the Commerce Layer API.
CloudCart
Manage e-commerce and store operations via CloudCart. track products, monitor orders, and manage customers directly from any AI agent.
VTEX Catalog
Search products, manage SKUs, update stock levels, and explore categories and brands on your VTEX store. all from any AI agent.
Kibo Commerce
Manage e-commerce catalogs, orders, and real-time inventory via Kibo Commerce.
Shopline
Equip your AI agent to autonomously manage your Shopline store. Audit products, track order fulfillment, fetch customer profiles, and monitor store collections seamlessly.
Snipcart
Connect your headless e-commerce store to your AI. List orders, update fulfillment statuses, and manage customers seamlessly from your environment.
Bring your own AI
Change the model, client or framework. Keep Commerce Layer 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 Layer.
The practical details behind the request, access and result.
Can I use Commerce Layer MCP to manage my store?
Yes, it connects your AI agent to your Commerce Layer backend. This allows you to manage orders, SKUs, and customer data through natural conversation instead of using a dashboard.
How does Commerce Layer help with order tracking?
It lets your agent pull real-time shipping and fulfillment statuses. You can ask about a specific order and get an immediate update on where it is in the journey.
Can Commerce Layer update my SKU prices?
Yes, your agent can view and update prices across different markets. This makes it much faster to run sales or adjust regional pricing.
Does Commerce Layer support multi-market sales?
It does. The Connector allows your agent to see all your available markets and regional settings, helping you manage a global storefront more easily.
Can I use Commerce Layer to see customer info?
Yes, it gives your agent access to registered customers and their details. This helps you provide faster support and a more personalized experience.
How do I connect Commerce Layer to my AI agent?
You just need your Client ID, Client Secret, and Organization Slug from your Commerce Layer dashboard. Once you have those, you can connect the Connector to your AI client.
How do I find my Commerce Layer credentials?
Log in to your dashboard, navigate to Settings > Applications, and create a new Integration to get your Client ID and Secret. Your Slug is the first part of your dashboard URL.
Is the API JSON API-compliant?
Yes! This Connector strictly follows the JSON API specification, ensuring high-fidelity data structures and headers for all requests.
Can I create new orders via AI?
Absolutely. Use the create_order capability with a customer email to generate a new draft order (cart) programmatically.
One connection away
Give your agent a direct line to Commerce Layer.
Connect Commerce Layer once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available