How to Use the Youzan / 有赞 MCP in Cursor
Inject Youzan / 有赞 live e-commerce data directly into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Youzan / 有赞 MCP to Cursor
Create your Vinkius account to connect Youzan / 有赞 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.
Generate Code Using Live Order Data
You can't mock real data when building production code. Use the MCP Server to call `get_order` and inject the live JSON response directly into your active file in Cursor. The AI generates working blocks of code that use actual order details—dates, items, quantities—from the Youzan / 有赞 platform, making your testing much more accurate.
Populate Code with Customer Details
Need to build a function that processes user data? Call `get_customer` through the agent mode. The response isn't just text; it’s structured JSON you can immediately assign to variables in Cursor. This process lets your AI client write code that uses real customer IDs and profile details from the Youzan / 有赞 system, eliminating stub data entirely.
Build Logic with Inventory Status
Write a product availability check? The `get_inventory` tool lets you fetch current SKU stock levels. When the AI generates code, it uses these live numbers to validate logic. You can build complex loops that check if multiple items are available before committing the transaction, all powered by real Youzan / 有赞 inventory counts within Cursor.
Set up Youzan / 有赞 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 Youzan / 有赞 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 Youzan / 有赞 transactions." If the MCP tools are loaded correctly, Cursor will call the Youzan / 有赞 tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"youzan-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 Youzan / 有赞. 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 Youzan / 有赞 MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Youzan / 有赞 MCP today
We host it, we monitor it, we maintain it. You just paste one token.