How to Use the Goody MCP in Cursor
Generate functional gifting code and trigger test orders directly from your Cursor agent using live API data.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Goody MCP to Cursor
Create your Vinkius account to connect Goody 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 product schemas in Cursor
This MCP Server feeds live catalog structures directly into Cursor's agent window. Writing integration code becomes trivial when your editor runs `list_products` to pull actual JSON payloads instead of relying on outdated markdown documentation. Your agent inspects specific items with `get_product` to generate precise TypeScript interfaces. This ensures your local database models match the exact field names and data types returned by the live API.
Test batch orders in the Cursor terminal
You initiate batch operations with `create_order_batch` inside your coding workspace. The agent constructs the API payloads using real recipient data from `list_recipients`, letting you test edge cases like empty address lines or invalid phone numbers. Monitoring the results of these tests requires no external tools. The agent calls `get_order_batch` to print the execution status directly into your terminal, confirming that your batch logic works before you commit the code.
Audit active campaigns during development
This tool exposes campaign metrics to your local workspace. Your editor executes `list_campaigns` and `get_campaign` to retrieve active marketing setups, allowing you to debug how your application handles different campaign IDs. It also calls `list_inventory` to check stock levels. This helps you write reliable fallback logic for when a popular corporate gift runs out of stock mid-campaign.
Set up Goody 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 Goody 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 Goody transactions." If the MCP tools are loaded correctly, Cursor will call the Goody tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"goody-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 Goody. 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 Goody MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Goody MCP today
We host it, we monitor it, we maintain it. You just paste one token.