Dada Now / 达达 Connector for AI agents.
8 live capabilities
Manage China's local delivery logistics and shop stations with your agent.
Waiting for input…
Why people use Dada Now / 达达
Dada Now for Local Delivery Logistics Management
This Connector lets your agent do that work for you. You just ask for a price or a status update, and the agent pulls that data from the Dada platform instantly. You get your logistics handled in a single chat window.
What Vinkius changes
You get a direct line to China's delivery infrastructure via your AI client.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Getting a quick shipping quote
An e-commerce owner asks the agent to find the cost for a 50 CNY item to Shanghai.
- Real-world use case 02
Checking if a shop is active
A manager needs to see if a shop in Jing'an is online.
- Real-world use case 03
Stopping a delivery mid-route
A coordinator needs to stop a delivery.
Complete set · 8capabilities
The complete Dada Now / 达达 capability set.
These are the exact actions your AI can choose when you ask it to work with Dada Now / 达达.
01—04
4 capabilities in this set.
Part of 8 available through Dada Now / 达达.
- 01 Capability
Update shop info
Change the details for an existing shop station. This keeps your contact info and location data current.
- 02 Capability
Get shop detail
Pull the metadata for a specific shop station. Use this to verify if a location is currently online.
- 03 Capability
List supported cities
Get a list of all cities and their unique codes. This is essential for accurate routing and expansion planning.
- 04 Capability
Query delivery fee
Get a real-time price estimate for a delivery. It considers the route distance and the value of your cargo.
05—08
4 capabilities in this set.
Part of 8 available through Dada Now / 达达.
- 05 Capability
Add shop
Register a new shop station in the Dada system. This lets you quickly expand your reach to new areas.
- 06 Capability
Cancel order
Stop an existing delivery order. You can specify the reason for the cancellation to keep your records clean.
- 07 Capability
Create order
Send a new delivery request to the courier network. This handles the core task of getting products to customers.
- 08 Capability
Get order detail
Check the current status of a specific delivery. You'll see exactly where the package is in the process.
Set up in minutes
One URL. Then ask Dada Now / 达达 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Dada Now / 达达 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_m2HgjEvPzGsDCHLWRJe9rUUIRwEO9AX1R3xEFGCG/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 Dada Now / 达达, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Dada Now / 达达 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_m2HgjEvPzGsDCHLWRJe9rUUIRwEO9AX1R3xEFGCG/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 Dada Now / 达达 URL.
- Step 03
Save and start
Save the connection and enable Dada Now / 达达 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"dada-now": {
"url": "https://edge.vinkius.com/vk_preview_m2HgjEvPzGsDCHLWRJe9rUUIRwEO9AX1R3xEFGCG/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 Dada Now / 达达
Open Agent mode in chat and ask: "Using Dada Now / 达达, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"dada-now": {
"url": "https://edge.vinkius.com/vk_preview_m2HgjEvPzGsDCHLWRJe9rUUIRwEO9AX1R3xEFGCG/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 Dada Now / 达达
Ask Copilot: "Using Dada Now / 达达, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"dada-now": {
"url": "https://edge.vinkius.com/vk_preview_m2HgjEvPzGsDCHLWRJe9rUUIRwEO9AX1R3xEFGCG/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 Dada Now / 达达
Open Cascade and ask: "Using Dada Now / 达达, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"dada-now": {
"url": "https://edge.vinkius.com/vk_preview_m2HgjEvPzGsDCHLWRJe9rUUIRwEO9AX1R3xEFGCG/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 Dada Now / 达达
Ask Cline: "Using Dada Now / 达达, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add dada-now --transport http "https://edge.vinkius.com/vk_preview_m2HgjEvPzGsDCHLWRJe9rUUIRwEO9AX1R3xEFGCG/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 Dada Now / 达达
Ask Claude: "Using Dada Now / 达达, show me...". 8 tools are ready
Where the request belongs
Work Dada Now / 达达 can move forward.
Logistics managers and e-commerce owners in China who are tired of clicking through three different dashboards to find a single courier's location, or the retail owner trying to scale their local fulfillment without hiring more admin staff.
E-commerce Fulfillment Manager
Coordinates daily shipments and monitors courier health to ensure on-time delivery.
Retail Operations Lead
Manages multiple physical shop locations and updates their status in real-time.
Logistics Developer
Integrates professional delivery APIs into custom AI workflows for automated routing.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDada Now Delivery
Bring Dada Now's Instant Local Delivery API to your LLM. Schedule swift deliveries, manage your stores, and calculate routing fees.
Shipday
Dispatch and track local deliveries with driver management, route optimization, and real-time tracking for last-mile operations.
DROPBOY
Equip your AI agent to manage logistics orders, track fleet vehicles, and monitor delivery drivers via the DROPBOY API.
Dashdoc
Equip your AI agent to manage transport orders, fleet, and delivery addresses via the Dashdoc API.
Rappi API
Automate LatAm's largest super-app via Rappi. track active deliveries, request support, and manage logistics from your agent.
Cornershop
Automate LatAm grocery deliveries via Cornershop (by Uber). search products, manage carts, track orders, and monitor shoppers from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Dada Now / 达达 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 Dada Now / 达达.
The practical details behind the request, access and result.
How does Dada Now MCP help with China deliveries?
It connects your AI agent directly to China's local delivery network. You can ask your agent to calculate fees, create orders, and manage shop locations without leaving your chat interface.
Can I use Dada Now MCP to check courier status?
Yes. Your agent can pull real-time updates on where your transporter is and provide their contact information for any active order.
How do I get delivery fee estimates with Dada Now MCP?
Just ask your agent for a quote. It will query the platform to give you an accurate price based on your cargo value and the delivery route.
Can this Connector manage multiple shop locations?
Yes, it can. You can use your agent to register new stations, update metadata, and check the status of multiple shops across different cities.
Is Dada Now MCP good for e-commerce fulfillment?
It's ideal for local e-commerce. It automates the manual steps of creating orders and tracking shipments, which helps keep your fulfillment process moving faster.
How do I register new shops using Dada Now MCP?
You can simply tell your agent to register a new shop station. It will handle the registration process within the Dada platform for you.
How do I find my Dada App Key, Secret, and Source ID?
Log in to the Dada Developer Portal, register your application to get the App Key and App Secret. Your Source ID (Merchant ID) is visible in your merchant account profile after registration.
What is the 'origin_shop_id'?
The origin_shop_id is a custom unique identifier you define for your shop when adding it to Dada. It should match the ID you use in your own system to coordinate operations between platforms.
Can I query delivery prices before placing an order?
Yes! Use the query_delivery_fee capability to calculate the cost. If you're happy with the price, you can immediately use the returned deliveryNo with the create_order_after_query capability to confirm the delivery.
One connection away
Give your agent a direct line to Dada Now / 达达.
Connect Dada Now / 达达 once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available