How to Use the NetEase BUFF MCP in Cursor
Build custom trading bots in Cursor using live NetEase BUFF data.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NetEase BUFF MCP to Cursor
Create your Vinkius account to connect NetEase BUFF 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 trading logic with Cursor Agent
The NetEase BUFF MCP Server injects real API responses into your code editor. Cursor Agent calls `get_market_items` to grab live skin data while you write your polling loop. You build against actual JSON payloads, not mocked documentation. When you need to parse trends, the agent fetches `get_price_history`. Cursor reads the historical price arrays and writes the exact sorting functions you need to detect price drops.
Test buy orders in your editor
You implement execution logic by letting Cursor call `create_buy_order` and `cancel_order`. The agent sees the required parameters and writes the matching TypeScript interfaces. Testing your logic requires real order book depth. Cursor pulls `get_sell_orders` and `get_buy_orders` to populate your test cases. You verify your spread calculation functions against actual market conditions.
Connect user accounts
Your application needs to know what the user owns. Cursor wires up `get_user_inventory` to load the current backpack state. If the data looks stale, the agent scripts a fallback to `sync_inventory`. Wallet validation is just as critical. Cursor uses `get_user_profile` to grab the user's available balance. It then writes the error handling logic to prevent trades that exceed those funds, backing it up with `get_transaction_history` logs.
Set up NetEase BUFF 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 NetEase BUFF 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 NetEase BUFF transactions." If the MCP tools are loaded correctly, Cursor will call the NetEase BUFF tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"netease-buff-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 NetEase BUFF. 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 NetEase BUFF MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NetEase BUFF MCP today
We host it, we monitor it, we maintain it. You just paste one token.