How to Use the Goflow MCP in Claude Code
Execute Goflow inventory updates, order queries, and shipping checks directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Goflow MCP to Claude Code
Create your Vinkius account to connect Goflow 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.
Command-line inventory syncs using Claude Code
The `update_inventory` tool gives your terminal-based agent the power to modify stock counts across all your sales channels. You can pipe inventory CSVs directly into Claude Code to run batch updates. This headless setup lets you update stock counts with a single terminal command. The agent reads the input, calls `get_inventory` to verify, and updates the stock without opening a web browser.
Pipe Goflow order data through this CLI MCP Server
Use `list_orders` to fetch raw JSON order feeds directly into your command-line workflow. This MCP Server lets you pipe order details to tools like grep or jq, or let Claude Code parse them for you. You can quickly find specific transactions by combining terminal commands. Claude Code can pull customer details using `get_customer` and display them directly in your shell.
Automate shipment reports from the shell
Run `list_shipments` to audit tracking numbers and delivery statuses directly from your terminal. Claude Code can analyze shipment logs and flag orders that are stuck in transit. You can set up cron jobs or shell scripts that trigger Claude Code to run these audits daily. The agent uses `list_reports` to grab performance data and prints clean summaries right to stdout.
Set up Goflow 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 seegoflow-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Goflow transactions." It will automatically discover and invoke the available Goflow tools.
claude mcp add --transport http goflow-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 Goflow MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Goflow MCP today
We host it, we monitor it, we maintain it. You just paste one token.