How to Use the Nuvemshop MCP in Claude Code
Run your Nuvemshop store from the terminal with Claude Code to automate bulk inventory scripts and sync orders through your CLI.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nuvemshop MCP to Claude Code
Create your Vinkius account to connect Nuvemshop to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Terminal-Based Store Audits and Updates
Auditing your catalog from the terminal uses the `list_products` and `update_product` tools to bypass the web dashboard entirely. Ditch the slow web dashboard when checking your catalog status. Run a quick command to ask about low stock, and your agent uses `list_products` to scan inventory levels and outputs a clean terminal table of everything that needs restocking. Making updates is incredibly fast. You can tell the command-line agent to mark an item as out of stock, and it executes `update_product` instantly, saving you from navigating through multiple browser tabs.
Automate CLI Pipelines with the Nuvemshop MCP Server
Building headless automation pipelines relies on the `list_orders` and `create_coupon` tools to run store tasks automatically. Integrating your storefront with external warehouse systems or cron jobs becomes simple. Claude Code can run headless scripts that call `list_orders` to fetch overnight sales and pipe the JSON output directly into your shipping software. You can also automate marketing tasks. Set up shell scripts that trigger `create_coupon` on the first of every month, ensuring your promotional codes are always generated and updated without manual intervention.
Instant Customer and Webhook Management
Managing store contacts and events is driven by the `list_customers` and `create_webhook` tools directly in your shell. Managing store integrations from the command line is highly efficient. The agent can query your customer database using `list_customers` to find specific buyers, or inspect detailed profiles with `get_customer` to resolve support issues fast. It also lets you control your event-driven architecture. You can list active endpoints using `list_webhooks`, set up new real-time listeners via `create_webhook`, or tear down stale ones with `delete_webhook` directly from your terminal session.
Set up Nuvemshop MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seenuvemshop-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Nuvemshop transactions." It will automatically discover and invoke the available Nuvemshop tools.
claude mcp add --transport http nuvemshop-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.