How to Use the Nabis MCP in Claude Code
Pipe Nabis wholesale data directly into your shell scripts and CI/CD pipelines. A headless MCP server for terminal-based automation.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nabis MCP to Claude Code
Create your Vinkius account to connect Nabis 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.
Automate Inventory Checks
Run inventory reports directly from your terminal. A simple command like `claude mcp nabis list_inventory --warehouse_id 123` can be piped into `grep` or `awk` to check for low stock levels. It's built for automation. Set this up as a cron job to get daily stock alerts without ever logging into a dashboard. It’s raw data access, designed to be integrated into your existing operational scripts. Check stock counts with `get_warehouse_count` and get a simple integer back.
Headless Financial Reporting via this MCP Server
Pull financial data for backend processing. Use `claude mcp nabis list_invoices --status overdue` to get a JSON array of late payments. You can pipe this directly to `jq` to calculate totals or format it for an internal API. This is perfect for end-of-month accounting scripts or integrating Nabis data into a data warehouse. Get raw details with `get_invoice` or `get_order` and process them however you need. No UI, just data.
Integrate Nabis into Your Pipelines
Use the Nabis tools as part of your deployment or testing pipeline. For example, a GitHub Action could use `claude mcp nabis list_retailers` to populate a staging database with realistic customer data before running integration tests. Because it's a standard command-line interface, you can use it anywhere you'd run a shell script. Check for Nabis holidays with `get_days_off` to prevent running batch jobs on the wrong day. It's a building block for reliable backend automation.
Set up Nabis 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 seenabis-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Nabis transactions." It will automatically discover and invoke the available Nabis tools.
claude mcp add --transport http nabis-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 Nabis MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Nabis MCP today
We host it, we monitor it, we maintain it. You just paste one token.