How to Use the Dada Now Delivery MCP in Cursor
Build logistics apps faster by letting Cursor call the Dada Now Delivery API directly. Generate code with real shipping rates.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dada Now Delivery MCP to Cursor
Create your Vinkius account to connect Dada Now Delivery 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.
Write logistics code with real MCP Server data
Building a checkout flow requires accurate shipping costs. Instead of mocking up fake prices, Cursor Agent mode calls `query_order_fee` to fetch live delivery rates from Dada while you write the frontend components. Your UI renders with actual production data. Generating the order creation logic works the same way. You tell the editor to scaffold a booking function, and it uses `add_order` to test the payload against the live network. If a test fails, you can immediately run `readd_order` to debug the retry mechanism.
Scaffold store management interfaces
Creating admin dashboards for pickup locations takes a fraction of the time with this MCP Server. Cursor pulls the exact schema needed for `add_shop` and writes the React forms to match. It knows exactly which fields the API expects because it queries the endpoint directly. Modifying those locations is equally straightforward. The agent tests `update_shop` to verify your backend update routes actually work. You skip reading the API documentation because your editor already knows how to format the request.
Automate tracking and support features
Real-time visibility requires precise API polling. Cursor helps you build tracking components by calling `query_order_status` to see exactly what the JSON response looks like. Writing the parsing logic becomes trivial when you have the real payload in your editor. Handling edge cases like driver issues or cancellations happens right in the IDE. You can test your cancellation webhook logic by firing `cancel_order`, or build out a tipping feature by hitting `add_tip`. Mapping regions is fast since the agent pulls identifiers via `get_city_code` to populate your database seed files.
Set up Dada Now Delivery 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 Delivery 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 Delivery transactions." If the MCP tools are loaded correctly, Cursor will call the Dada Now Delivery tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"dada-now-delivery-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 Delivery 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 Delivery MCP today
We host it, we monitor it, we maintain it. You just paste one token.