# Dada Now Delivery MCP for AI Agents AI Agent Connect

> Dada Now Delivery MCP lets you connect your AI client to one of China's leading on-demand delivery platforms. You can schedule local deliveries, manage shop registrations, and pull real-time routing fees directly into your agent. It turns your AI into a logistics coordinator for P2P shipments and e-commerce fulfillment.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_plxJHq0IOMaBMwksCe2GyA32pruKOLYqujGjud8N/ai-agent-connect
- **Tags:** dada, dada-now, delivery, instant-delivery, logistics, shipping

## Description

Dada Now Delivery lets your AI client act as a full-scale logistics coordinator for on-demand shipping. Instead of switching between tabs to manage a fleet, you can just tell your agent to handle the heavy lifting. It handles the complex stuff like calculating fees for specific routes or registering new pickup hubs without you needing to touch the dashboard. You'll find it's a huge time-saver for anyone running high-volume local deliveries. Since it's hosted on Vinkius, you can plug it into your existing workflow and let your agent manage the mess of order statuses and rider tips. It takes the manual work out of coordinating couriers and lets you focus on moving goods. You get a direct line to the Dada Now platform, meaning your agent can handle everything from creating new orders to updating station details in a single conversation.

## Tools

### add_shop
Register a new Store/Shop to pick up from. This lets you expand your pickup network.

### add_tip
Add a monetary tip to a specific delivery order. It's a great way to reward fast riders.

### cancel_order
Cancel a delivery dispatch. Use this to stop an order before it leaves the hub.

### get_city_code
Retrieve Dada City Codes. This helps your agent identify the correct local region.

### update_shop
Update existing Station details. Use this to keep your pickup hub information current.

### add_complaint
Submit a complaint about a driver. This helps you handle rider issues quickly.

### add_order
Create a new Dada delivery order. Use this to dispatch goods immediately.

### query_order_fee
Estimate the delivery fee before ordering. Use this to give customers accurate quotes.

### query_order_status
Get live tracking status of an order. This keeps your customers updated on their packages.

### readd_order
Re-add an expired or failed delivery order. This ensures no package gets left behind.

## Prompt Examples

**Prompt:** 
```
How much will it cost to send a package from the downtown hub to the suburbs?
```

**Response:** 
```
I've checked the current rates for that route. Here is the breakdown:

| Route | Estimated Fee |
| :--- | :--- |
| Downtown Hub to Suburbs | ¥ 15.50 |

Would you like me to go ahead and book this delivery for you?
```

**Prompt:** 
```
I need to set up a new pickup point called 'West Side Hub' at 'Shop 44'.
```

**Response:** 
```
Done. I've registered the new pickup point.

**Details:**
* **Name:** West Side Hub
* **Location:** Shop 44
* **Status:** Active on the Dada Now network.
```

**Prompt:** 
```
Give me a status update on order #99283.
```

**Response:** 
```
Here is the latest status for order #99283:

* **Status:** In Transit
* **Current Location:** Near West Side Hub
* **Estimated Arrival:** 14 minutes

I'll let you know if the status changes.
```

## Capabilities

### Create new delivery orders
Tell your agent to book a shipment and it handles the request instantly.

### Get real-time delivery fee estimates
Ask for a quote on a specific route to see the cost before you commit.

### Register new shop pickup locations
Add new hubs to your network through simple text commands.

### Add monetary tips to specific orders
Send tips to riders directly through your AI client to reward good service.

### Track live order status
Get real-time updates on where your packages are at any moment.

### Cancel delivery dispatches
Stop a shipment before it leaves the hub with a simple request.

### Submit driver complaints
Flag issues with a courier immediately to keep your fleet standards high.

## Use Cases

### Instant price quotes for customers
A customer asks for a shipping price. The agent uses query_order_fee to get the exact cost and tells the customer immediately.

### Updating hub locations on the fly
A shop moves to a new building. The manager tells the agent to use update_shop to change the pickup location in the system.

### Managing rider performance
A rider is consistently late. The operations lead uses add_complaint to flag the driver and add_tip to reward the next good delivery.

### Real-time tracking for high-volume sales
During a sale, customers ping for updates. The agent uses query_order_status to provide live tracking for every single order.

## Benefits

- Get accurate delivery quotes instantly using query_order_fee to give customers firm pricing without manual lookups.
- Expand your pickup network by using add_shop to register new hubs through simple voice or text commands.
- Keep customers informed on their packages with live tracking via query_order_status updates.
- Handle rider issues and rewards with add_complaint and add_tip to maintain a high-quality delivery fleet.
- Recover lost shipments by using readd_order to pick up failed deliveries without manual intervention.
- Save time on order management by using cancel_order and add_order to handle the full lifecycle of a shipment.

## How It Works

The bottom line is you get a functional logistics hub inside your AI client without dealing with the underlying cryptography.

1. Get your App Key, App Secret, and Source ID from the Dada Now Developer Program.
2. Input these credentials into Vinkius to link your account.
3. Your agent now handles the MD5 signatures and timestamps automatically.

## Frequently Asked Questions

**Can I use Dada Now Delivery MCP to automate my local shipping?**
Yes. This Connector connects your AI client directly to the Dada Now platform, allowing you to create orders, check fees, and manage shipments through natural conversation.

**How does the Dada Now Delivery MCP handle delivery fees?**
Your AI agent can request a real-time quote for any route. It will pull the current fee from the platform so you always have accurate pricing for your customers.

**Can I manage my physical shop locations with this?**
Yes, you can use the AI to register new pickup hubs or update the details of existing ones, keeping your logistics network current without manual data entry.

**Does the Dada Now Delivery MCP support rider tips?**
It does. You can instruct your agent to add a monetary tip to a specific delivery order to reward your couriers for high-quality service.

**How do I handle failed deliveries using this?**
If a delivery fails or expires, your agent can use the re-add feature to put the package back into the delivery queue automatically.

**Can my AI client handle the signature requirements for Dada Now?**
Yes. The Connector handles all the complex MD5 signatures and timestamps in the background, so you don't have to worry about the technical side of the API.

**Is the MD5 signature abstracted?**
Yes! The parameters like `timestamp`, `app_key`, `v`, and `format` are automatically concatenated. The backend performs the `MD5` check and injects the `signature` transparently to the LLM context, yielding flawless delivery logs.