Walmart DSV Connector for AI agents.
8 live capabilities
Manage 1P Walmart supplier logistics and fulfillment nodes.
Waiting for input…
Why people use Walmart DSV
Walmart Drop Ship Vendor 1P Supplier Logistics Pain
This Connector takes that manual work off your plate. Your agent can pull all your active DSV orders, check your node statuses, and push out shipping notices in seconds. You stop worrying about the data entry and start focusing on actually moving your product.
What Vinkius changes
You get automated control over your Walmart 1P logistics without the manual data entry.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Handling a surge in 1P orders
A logistics coordinator asks the agent to pull all active DSV orders and check the packing slips for each to prepare for a high-volume day.
- Real-world use case 02
Updating warehouse stock
A warehouse manager tells the agent to push current stock counts for three different fulfillment nodes to ensure inventory sync.
- Real-world use case 03
Managing transit delays
A supply chain analyst asks the agent to update the lag time for a specific node experiencing a 2-day delay due to weather.
Complete set · 8capabilities
The complete Walmart DSV capability set.
These are the exact actions your AI can choose when you ask it to work with Walmart DSV.
01—04
4 capabilities in this set.
Part of 8 available through Walmart DSV.
- 01 Capability
Dsv cancel lines
Cancel specific orders by parsing unfulfilled constraints for 1P seller structures. This helps you stop shipments that no longer need to move.
- 02 Capability
Dsv check node status
Check if your 1P distribution center bounds are running efficiently. Use this to monitor the health of your fulfillment nodes.
- 03 Capability
Dsv get orders
Pull active Drop Ship Vendor orders from the native structured logs. This gives you a clean list of what needs to ship right now.
- 04 Capability
Dsv get packing slips
Get the packing directives needed for accurate warehouse tracking. It extracts the specific documents required for supplier boxes.
05—08
4 capabilities in this set.
Part of 8 available through Walmart DSV.
- 05 Capability
Dsv manage inventory
Push exact stock counts to your physical 1P logistic locations. This keeps your warehouse levels accurate in the 1P system.
- 06 Capability
Dsv route shipments
Verify that local transport carriers are targeting the correct node paths. This ensures your goods take the most efficient route.
- 07 Capability
Dsv submit asn
Send advance shipping notices to update tracking for your supplier shipments. This notifies distribution centers of your outgoing goods.
- 08 Capability
Dsv update lag time
Update fulfillment lag days by parsing supplier node latency. Use this to keep your transit delay variables accurate.
Set up in minutes
One URL. Then ask Walmart DSV to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Walmart DSV 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_A2Sudiyz30tLP1mHfeCrRlTZ7rB5cOy4i08X3O5r/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 Walmart DSV, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Walmart DSV for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_A2Sudiyz30tLP1mHfeCrRlTZ7rB5cOy4i08X3O5r/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 Walmart DSV URL.
- Step 03
Save and start
Save the connection and enable Walmart DSV in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"walmart-drop-ship-vendor": {
"url": "https://edge.vinkius.com/vk_preview_A2Sudiyz30tLP1mHfeCrRlTZ7rB5cOy4i08X3O5r/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 Walmart DSV
Open Agent mode in chat and ask: "Using Walmart DSV, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"walmart-drop-ship-vendor": {
"url": "https://edge.vinkius.com/vk_preview_A2Sudiyz30tLP1mHfeCrRlTZ7rB5cOy4i08X3O5r/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 Walmart DSV
Ask Copilot: "Using Walmart DSV, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"walmart-drop-ship-vendor": {
"url": "https://edge.vinkius.com/vk_preview_A2Sudiyz30tLP1mHfeCrRlTZ7rB5cOy4i08X3O5r/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 Walmart DSV
Open Cascade and ask: "Using Walmart DSV, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"walmart-drop-ship-vendor": {
"url": "https://edge.vinkius.com/vk_preview_A2Sudiyz30tLP1mHfeCrRlTZ7rB5cOy4i08X3O5r/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 Walmart DSV
Ask Cline: "Using Walmart DSV, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add walmart-drop-ship-vendor --transport http "https://edge.vinkius.com/vk_preview_A2Sudiyz30tLP1mHfeCrRlTZ7rB5cOy4i08X3O5r/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 Walmart DSV
Ask Claude: "Using Walmart DSV, show me...". 8 tools are ready
Where the request belongs
Work Walmart DSV can move forward.
This is for the logistics manager who's tired of manual data entry for 1P suppliers and the warehouse lead who needs real-time inventory accuracy across multiple nodes. It's for anyone managing high-volume Drop Ship Vendor operations who needs to keep their fulfillment data in sync with Walmart's 1P internal catalogs.
Logistics Coordinator
Manages the flow of 1P orders and carrier routing on a daily basis.
Warehouse Manager
Oversees stock counts and packing slip generation for large fulfillment nodes.
Supply Chain Analyst
Tracks fulfillment lag times and node efficiency to identify bottlenecks.
1P Supplier Account Manager
Handles high-volume DSV operations for large vendors and ensures compliance.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsShippify
Automate logistics and last-mile delivery via Shippify. manage deliveries, tracking, and warehouses directly from any AI agent.
DCL Logistics
Equip your AI agent to manage order fulfillment, track shipments, and monitor warehouse inventory via the DCL Logistics API.
Shipday
Dispatch and track local deliveries with driver management, route optimization, and real-time tracking for last-mile operations.
ShippingBo
Orchestrate your e-commerce logistics with order management, warehouse operations, and carrier integration for French retailers.
Flexport Logistics
Manage e-commerce fulfillment, inventory, and returns via AI agents with Flexport Logistics.
Dada Now Delivery
Bring Dada Now's Instant Local Delivery API to your LLM. Schedule swift deliveries, manage your stores, and calculate routing fees.
Bring your own AI
Change the model, client or framework. Keep Walmart DSV 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 Walmart DSV.
The practical details behind the request, access and result.
Can I use this for my regular Walmart seller account?
No, this Connector is specifically for 1P Walmart Supplier structures and Drop Ship Vendor (DSV) operations.
How does it help with my warehouse inventory?
It lets your agent push exact stock counts to your 1P logistic locations so your inventory stays accurate.
Can it send shipping notices automatically?
Yes, it can generate and submit advance shipping notices to notify distribution centers of your shipments.
Will it help me track transit delays?
It can update your fulfillment lag times based on the latency of your specific supplier nodes.
What kind of orders does it handle?
It's designed to pull and process 1P DSV orders specifically.
Is this for 3P sellers?
No, this is for 1P suppliers, drop ship vendors, and large fulfillment nodes.
Does this Connector work for standard 3P Marketplace Sellers?
No. This server natively accesses ONLY the Drop Ship Vendor /v3/dsv endpoints explicitly. If you are 3P, use walmart-orders-mcp.
What does updating the Lag Time mean for my DSV account?
Lag Time defines the number of days between an order being placed and shipped. This agent allows you to adjust it dynamically to prevent late shipment penalties during high volume.
Can I generate advanced shipping notices (ASNs) with this capability?
Yes, you can properly inform Walmart's fulfillment network by creating standard DSV ASN payloads seamlessly via this interface before trucks leave the warehouse.
Does this MCP server work for standard 3P Marketplace Sellers?
No. This server natively accesses ONLY the Drop Ship Vendor /v3/dsv endpoints explicitly. If you are 3P, use walmart-orders-mcp.
One connection away
Give your agent a direct line to Walmart DSV.
Connect Walmart DSV once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available