DCL Logistics Connector for AI agents.
10 live capabilities
Manage 3PL fulfillment and warehouse inventory with natural language.
Waiting for input…
Why people use DCL Logistics
DCL Logistics for 3PL Fulfillment and Warehouse Oversight
This Connector changes that by putting your entire DCL Logistics backend into a conversational format. You can just ask your agent for a status update or a stock report and get a direct answer. It turns a multi-tab scavenger hunt into a single sentence.
What Vinkius changes
You get a conversational interface for your entire 3PL fulfillment operation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Stockout Prevention
An ops manager notices a spike in sales and asks the agent to identify all SKUs with low stock levels to prioritize restocking.
- Real-world use case 02
Customer Inquiry
A support agent gets a call about a late package.
- Real-world use case 03
Peak Season Prep
A brand owner wants a summary of all pending fulfillment orders to see if the warehouse is keeping up with the holiday volume.
Complete set · 10capabilities
The complete DCL Logistics capability set.
These are the exact actions your AI can choose when you ask it to work with DCL Logistics.
01—04
4 capabilities in this set.
Part of 10 available through DCL Logistics.
- 01 Capability
Get account details
Get your company name, service tier, and active warehouse assignments. This helps your agent understand your specific account setup.
- 02 Capability
List warehouse inventory
List current inventory levels across all items. You'll see on-hand, available, and reserved quantities for everything.
- 03 Capability
List low stock items
Identify items with inventory levels below a specific threshold. Use this to catch low stock before it becomes a problem.
- 04 Capability
List fulfillment orders
List all fulfillment orders in your DCL account. This gives a high-level view of your current order queue.
05—07
3 capabilities in this set.
Part of 10 available through DCL Logistics.
- 05 Capability
List recent shipments
List all shipments processed by DCL. This provides tracking numbers and departure timestamps for recent activity.
- 06 Capability
Search orders by keyword
Search for orders using a keyword or customer name. This is the fastest way to isolate specific fulfillment records.
- 07 Capability
Get sku inventory status
See the current stock level and status for a specific SKU. It shows you where the items are located and any pending movements.
08—10
3 capabilities in this set.
Part of 10 available through DCL Logistics.
- 08 Capability
List customer returns
List all processed and pending customer returns (RMAs). It includes return reasons and credit processing info.
- 09 Capability
Get order details
Get detailed information for a specific order. This includes line items, addresses, and the full processing audit trail.
- 10 Capability
Get shipment details
Get tracking and shipping details for a specific shipment ID. It provides carrier updates and estimated delivery dates.
Set up in minutes
One URL. Then ask DCL Logistics to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DCL Logistics 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_JSyK031cuUyIHGYY4rW95YiQZtZ03sjzXXYV6Z69/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 DCL Logistics, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DCL Logistics for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_JSyK031cuUyIHGYY4rW95YiQZtZ03sjzXXYV6Z69/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 DCL Logistics URL.
- Step 03
Save and start
Save the connection and enable DCL Logistics in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"dcl-logistics": {
"url": "https://edge.vinkius.com/vk_preview_JSyK031cuUyIHGYY4rW95YiQZtZ03sjzXXYV6Z69/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 DCL Logistics
Open Agent mode in chat and ask: "Using DCL Logistics, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"dcl-logistics": {
"url": "https://edge.vinkius.com/vk_preview_JSyK031cuUyIHGYY4rW95YiQZtZ03sjzXXYV6Z69/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 DCL Logistics
Ask Copilot: "Using DCL Logistics, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"dcl-logistics": {
"url": "https://edge.vinkius.com/vk_preview_JSyK031cuUyIHGYY4rW95YiQZtZ03sjzXXYV6Z69/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 DCL Logistics
Open Cascade and ask: "Using DCL Logistics, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"dcl-logistics": {
"url": "https://edge.vinkius.com/vk_preview_JSyK031cuUyIHGYY4rW95YiQZtZ03sjzXXYV6Z69/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 DCL Logistics
Ask Cline: "Using DCL Logistics, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add dcl-logistics --transport http "https://edge.vinkius.com/vk_preview_JSyK031cuUyIHGYY4rW95YiQZtZ03sjzXXYV6Z69/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 DCL Logistics
Ask Claude: "Using DCL Logistics, show me...". 10 tools are ready
Where the request belongs
Work DCL Logistics can move forward.
This is for the e-commerce owner who's tired of manual inventory checks and the customer support lead who's tired of copy-pasting tracking numbers into emails.
E-commerce Operations Manager
Monitors warehouse stock levels and shipment delays across multiple facilities during peak seasons.
Customer Support Lead
Answers customer inquiries about order status and return processing without leaving the chat window.
Supply Chain Coordinator
Identifies low-stock SKUs and tracks inbound inventory to prevent stockouts.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFlexport Logistics
Manage e-commerce fulfillment, inventory, and returns via AI agents with Flexport Logistics.
ShippingBo
Orchestrate your e-commerce logistics with order management, warehouse operations, and carrier integration for French retailers.
Kargo
Automate logistics and loading dock operations via Kargo. track shipments and sync data directly from your AI agent.
Duoplane
Equip your AI agent to manage multi-vendor orders, track purchase orders, and monitor vendor inventory via the Duoplane API.
Anvyl
Streamline your supply chain with Anvyl. manage purchase orders, track shipments, and coordinate with suppliers via AI.
Shippify
Automate logistics and last-mile delivery via Shippify. manage deliveries, tracking, and warehouses directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep DCL Logistics 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 DCL Logistics.
The practical details behind the request, access and result.
Can the DCL Logistics MCP help me manage my 3PL orders?
Yes, it lets your AI agent see all your fulfillment orders, their current status, and customer details in one place.
How do I check my warehouse stock levels using this Connector?
You can ask your agent to list your inventory or check the status of a specific product. It will show you what's on hand and available across your warehouses.
Can I use the DCL Logistics MCP to track customer returns?
Yes, it can pull the status of RMAs, including the reason for the return and whether the credit has been processed.
How does this help with customer support?
Your team can get real-time shipment tracking and order details instantly. This means you can give customers accurate ETAs without switching apps.
Can I find specific orders if I only have a customer's name?
Yes, you can search your fulfillment records using keywords like a name or a reference number to pull up the correct order details.
Does the DCL Logistics MCP show me which items are running low?
It can identify products that have fallen below your defined reorder points, helping you stay ahead of stockouts.
How do I get a DCL Logistics API Key?
Log in to your DCL Logistics eFactory portal and navigate to the API settings or Integrations section to generate your API Key and find your Account ID.
Is inventory data real-time?
Yes, this integration retrieves real-time stock levels directly from DCL warehouse management systems, providing accurate data for your planning.
Can the agent process new RMAs?
This integration currently focuses on monitoring existing orders, shipments, and returns. Initiating new fulfillment orders or RMAs should be handled via the eFactory dashboard.
One connection away
Give your agent a direct line to DCL Logistics.
Connect DCL Logistics once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available