Deck Commerce Connector for AI agents.
10 live capabilities
Manage D2C retail orders and inventory levels with natural language.
Waiting for input…
Why people use Deck Commerce
Deck Commerce for D2C Retail Order Management
This Connector puts that data directly into your chat interface. Instead of manual navigation, you just ask your agent to pull up the order history or a tracking number. You get the specific info you need in seconds, letting you stay focused on your customers instead of your dashboard.
What Vinkius changes
You get a conversational interface for your entire order and inventory management system.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Handling 'Where is my order?' inquiries
A support rep asks the agent to find the status of Order #DC123.
- Real-world use case 02
Checking stock for a specific product
An ops manager wants to know if they can fulfill a large order for 'Blue Runner Shoes'.
- Real-world use case 03
Identifying items that need restocking
A warehouse manager asks the agent to list all items currently out of stock but in high demand.
Complete set · 10capabilities
The complete Deck Commerce capability set.
These are the exact actions your AI can choose when you ask it to work with Deck Commerce.
01—04
4 capabilities in this set.
Part of 10 available through Deck Commerce.
- 01 Capability
List processed shipments
Lists carrier information and tracking numbers for all processed shipments. Use this to batch-check fulfillment data.
- 02 Capability
Get account metadata
Pulls organization name and system configuration details. Use this to verify your account settings.
- 03 Capability
Get sku stock level
Provides a breakdown of quantities at individual fulfillment nodes. This helps you manage multi-node inventory.
- 04 Capability
Get order details
Retrieves specific line items, shipping addresses, and tax information for a single order. This is useful for verifying order accuracy.
05—07
3 capabilities in this set.
Part of 10 available through Deck Commerce.
- 05 Capability
Get shipment tracking
Pulls carrier status updates and delivery estimates for a specific shipment. Use this to give customers real-time updates.
- 06 Capability
List backordered items
Identifies products where demand exceeds current stock. This helps you prioritize restocking efforts.
- 07 Capability
List oms orders
Lists order numbers, statuses, and customer IDs from your OMS. It is the best way to get a high-level view of all orders.
08—10
3 capabilities in this set.
Part of 10 available through Deck Commerce.
- 08 Capability
List order returns
Lists all return requests including reasons and RMA numbers. This helps you track the flow of returned goods.
- 09 Capability
Search orders by number
Matches keywords against order numbers and customer names to find specific records. This is perfect for quick lookups.
- 10 Capability
List available inventory
Lists total sellable and reserved quantities for all SKUs. Use this to get a bird's-eye view of your current stock.
Set up in minutes
One URL. Then ask Deck Commerce to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Deck Commerce 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_3qgIjdZ8GZK91ScF7xbPILcxGz4diSY0f6XElDtB/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 Deck Commerce, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Deck Commerce for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_3qgIjdZ8GZK91ScF7xbPILcxGz4diSY0f6XElDtB/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 Deck Commerce URL.
- Step 03
Save and start
Save the connection and enable Deck Commerce in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"deck-commerce": {
"url": "https://edge.vinkius.com/vk_preview_3qgIjdZ8GZK91ScF7xbPILcxGz4diSY0f6XElDtB/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 Deck Commerce
Open Agent mode in chat and ask: "Using Deck Commerce, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"deck-commerce": {
"url": "https://edge.vinkius.com/vk_preview_3qgIjdZ8GZK91ScF7xbPILcxGz4diSY0f6XElDtB/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 Deck Commerce
Ask Copilot: "Using Deck Commerce, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"deck-commerce": {
"url": "https://edge.vinkius.com/vk_preview_3qgIjdZ8GZK91ScF7xbPILcxGz4diSY0f6XElDtB/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 Deck Commerce
Open Cascade and ask: "Using Deck Commerce, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"deck-commerce": {
"url": "https://edge.vinkius.com/vk_preview_3qgIjdZ8GZK91ScF7xbPILcxGz4diSY0f6XElDtB/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 Deck Commerce
Ask Cline: "Using Deck Commerce, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add deck-commerce --transport http "https://edge.vinkius.com/vk_preview_3qgIjdZ8GZK91ScF7xbPILcxGz4diSY0f6XElDtB/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 Deck Commerce
Ask Claude: "Using Deck Commerce, show me...". 10 tools are ready
Where the request belongs
Work Deck Commerce can move forward.
This is for e-commerce operations managers who are tired of clicking through complex dashboards and customer support leads who need to provide instant shipping updates.
E-commerce Operations Manager
Checks stock availability across multiple nodes to prevent overselling during high-traffic sales.
Logistics Coordinator
Monitors shipment progress and identifies fulfillment bottlenecks using natural language queries.
Customer Support Representative
Retrieves tracking info and return details instantly to resolve customer inquiries without switching apps.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsEnspire Commerce
Equip your AI agent to manage omni-channel orders, track inventory, and monitor shipments via the Enspire API.
Elastic Path
Manage headless commerce workflows via Elastic Path. inspect carts, track purchases, and retrieve store navigation directly from any AI agent.
Afosto
Retail and e-commerce engine. manage orders, inventory, products, and customers via AI.
Commerce Layer
Enable your AI agent to manage orders, SKUs, customers, and shipments via the Commerce Layer API.
Order Desk
Route and manage orders from multiple sales channels to fulfillment providers with automation rules that handle the complexity.
Cart.com (AmeriCommerce)
E-commerce store orchestration via Cart.com. manage products, orders, and customers via AI.
Bring your own AI
Change the model, client or framework. Keep Deck Commerce 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 Deck Commerce.
The practical details behind the request, access and result.
How can the Deck Commerce MCP help my customer support team?
It allows your support team to get instant answers to 'where is my order' questions. Your agent can pull up tracking numbers, delivery estimates, and order statuses in seconds without the rep having to log into a separate dashboard.
Can I use Deck Commerce MCP to see my stock levels across different warehouses?
Yes, it provides a detailed breakdown of quantities at individual fulfillment nodes. You can ask your agent to check specific SKUs to see exactly how much stock is available in each location.
Does the Deck Commerce MCP support tracking customer returns?
It does. You can ask your agent to list all customer returns, including the reason for the return, the RMA number, and the current processing state, all through a simple chat.
What kind of order information can I get with the Deck Commerce MCP?
You can retrieve detailed information for specific orders, including line items, shipping addresses, tax information, and the full history trail of that order.
Is the Deck Commerce MCP good for identifying low-stock items?
Yes, it can specifically identify products where demand exceeds your current on-hand availability. This makes it easy to spot which items are on backorder and need to be prioritized for restocking.
How do I connect Deck Commerce to my AI agent?
You just need your API Key and Site ID from your Deck Commerce admin portal. Once you have those, you can connect the Connector through the Vinkius catalog to your preferred AI client.
How do I get Deck Commerce API credentials?
Log in to your Deck Commerce admin portal, navigate to the API settings or Integrations section to generate your API Key and find your Site ID.
Can the agent check backordered items?
Yes, you can use the list_backordered_items capability to identify which SKUs are currently on backorder and monitor their fulfillment status.
Does the integration support tracking numbers?
Yes, when retrieving shipment details, the agent provides carrier information and tracking numbers for your customer orders.
One connection away
Give your agent a direct line to Deck Commerce.
Connect Deck Commerce once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available