How to Use the Wherefour MCP in Claude Code
Run Wherefour ERP tasks headless for Claude Code. Perfect for CI/CD pipelines and shell scripting.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Wherefour MCP to Claude Code
Create your Vinkius account to connect Wherefour 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 with the MCP Server
You can write a simple script that checks inventory levels across multiple sites. The agent runs `list_inventory_items` to get all products, then uses `search_inventory` to filter them by location code. This works great in a GitHub Action. Your pipeline executes the tool call, pipes the resulting JSON data into a shell variable, and continues with subsequent steps.
Process Order Data using Wherefour's MCP Server
Need to validate order status for nightly runs? The script calls `list_orders` first. Then, it can loop through the results, calling `get_order` on each ID to pull full details needed for compliance checks. Since this is headless, the output is clean JSON piped directly into log files or another processing tool, making debugging simple.
Maintain Vendor and Customer Records with Wherefour's MCP Server
Set up a cron job to check supplier agreements. The script calls `list_vendors` to get all partners, then uses `get_inventory_item` to verify that each vendor provides the required components. This sequence confirms supply chain readiness without any graphical interface—just pure terminal output for your CI/CD logs.
Set up Wherefour 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 seewherefour-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Wherefour transactions." It will automatically discover and invoke the available Wherefour tools.
claude mcp add --transport http wherefour-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 Wherefour MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Wherefour MCP today
We host it, we monitor it, we maintain it. You just paste one token.