How to Use the Dada Now / 达达 MCP in Cursor
Build delivery features faster by letting Cursor call the Dada Now / 达达 MCP Server to test live dispatch code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dada Now / 达达 MCP to Cursor
Create your Vinkius account to connect Dada Now / 达达 to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Prototype delivery logic in Cursor
Writing integration code for Chinese logistics usually means fighting mock data. This MCP Server changes that completely. You tell the editor to check shipping costs, and it runs `query_delivery_fee` against the real API. The IDE pulls back actual pricing structures based on real distances. It then writes the exact JSON parsing logic you need to handle those specific responses. You never guess what the payload looks like.
Script shop onboarding via MCP Server
Building a merchant signup flow takes hours if you have to guess the required fields. Your agent simply fires `add_shop` to see what the endpoint actually demands. Once the test store exists, you can ask the AI to write a function that modifies it. It executes `update_shop_info` to verify the payload format, then drops the tested TypeScript function right into your codebase.
Automate dispatch and tracking
Testing order creation usually breaks your local environment. Here, Cursor triggers `create_order` to spawn a real test delivery, then immediately calls `get_order_detail` to grab the tracking ID. You watch the status change in your terminal output while the editor writes the polling function. When you finish testing, the agent runs `cancel_order` to clean up the mess.
Set up Dada Now / 达达 MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Dada Now / 达达 MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Dada Now / 达达 transactions." If the MCP tools are loaded correctly, Cursor will call the Dada Now / 达达 tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"dada-now-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Dada Now / 达达. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Dada Now / 达达 MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Dada Now / 达达 MCP today
We host it, we monitor it, we maintain it. You just paste one token.