How to Use the Nuvemshop MCP in Cursor
Write store features and manage your Nuvemshop MCP Server directly inside the Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nuvemshop MCP to Cursor
Create your Vinkius account to connect Nuvemshop 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.
Test live data with the Nuvemshop MCP Server
The `get_store` tool retrieves your active storefront configuration and feature set directly inside the Cursor composer. This lets your agent inspect real store settings instead of relying on mock API responses. When writing custom checkout scripts, use `list_categories` to pull the exact taxonomy of your store. This ensures your code works with actual production categories from day one.
Debug order fulfillment and tracking in code
The `list_orders` tool displays your latest transactions with their payment and fulfillment statuses directly inside the editor. Your agent reads this live feed to help you debug order processing scripts. You can call `get_order` or `update_order` to test how your custom app handles status transitions like paid or fulfilled. No more manual database seeding during local development.
Automate webhook registration and testing
The `create_webhook` tool registers HTTP endpoints for events like product updates directly from Cursor. This lets your agent set up local development tunnels and verify incoming payloads instantly. Use `list_webhooks` to audit active subscriptions and `delete_webhook` to clean up dead endpoints. This keeps your testing environment clean without leaving your workspace.
Set up Nuvemshop 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 Nuvemshop 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 Nuvemshop transactions." If the MCP tools are loaded correctly, Cursor will call the Nuvemshop tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"nuvemshop-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 Nuvemshop. 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 Nuvemshop MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Nuvemshop MCP today
We host it, we monitor it, we maintain it. You just paste one token.