How to Use the YoneTeam MCP in Cursor
Write code that uses live business data. YoneTeam MCP Server for Cursor's agent mode.
Works with every AI agent you already use
…and any MCP-compatible client
Connect YoneTeam MCP to Cursor
Create your Vinkius account to connect YoneTeam 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.
Inject Live Procurement Data into Code
Need a function to validate if a purchase is necessary? Your AI client can call `list_demands` and compare the results against current inventory data from `list_materials_catalog`. The agent then injects this live context directly into the code you're writing, ensuring accuracy. Stop using mock or static data. When your code runs, it relies on real API responses—like checking if a material is already listed in an open demand via `list_demands`.
Build Logic Around Supplier Details
Working with vendor logic? You can write functions that use the data from `list_suppliers`. The agent calls this tool, and you get a structured JSON output containing approved vendors to use in your code's conditional statements. Similarly, if you're building an order tracking script, you pull details using `get_order_details` or listing all open orders with `list_purchase_orders`, embedding the real status into the logic.
Code for Offer and Delivery Logic
When developing logistics code, you need to know about scheduled deliveries. Call `list_deliveries` to get arrival dates and locations, then use that data in your write-up function. Want the user to see pricing? Use `get_offer_details` or list all available quotes with `list_offers`. The agent handles the API call and feeds you a ready-to-use variable containing the live price points.
Set up YoneTeam 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 YoneTeam 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 YoneTeam transactions." If the MCP tools are loaded correctly, Cursor will call the YoneTeam tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"yoneteam-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 YoneTeam. 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 YoneTeam MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the YoneTeam MCP today
We host it, we monitor it, we maintain it. You just paste one token.