How to Use the HiDeliver MCP in Claude Code
Manage HiDeliver dispatch queues and audit ledger events straight from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HiDeliver MCP to Claude Code
Create your Vinkius account to connect HiDeliver 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.
Headless Provisioning in Claude Code
`create_delivery` logs and schedules a fresh pickup delivery directly from your command line. Claude Code runs this headless, allowing you to trigger physical logistics or broadcast emails as part of a post-deploy script. You don't need a browser to push a dispatch out the door. When a scheduled job requires modification, the CLI agent executes `update_delivery` to adjust active route parameters. You can pipe the output into jq or let Claude Code parse the response to confirm the new routing logic applied correctly.
Queue Management via MCP
`list_deliveries` retrieves active or listed delivery requests so your terminal agent can audit the queue state. If a deployment fails, Claude Code can automatically run `cancel_delivery` to kill the mapped delivery trace before a bad payload reaches the physical network. This makes the MCP server perfect for automated teardowns. You write a bash script that calls Claude Code, it evaluates the environment, and uses `get_delivery` to check parameters surrounding an explicit delivery. It acts as a programmatic gatekeeper for your logistics operations.
Terminal-Based Ledger Audits
`get_account_balance` evaluates remaining tokens or cash thresholds right in your SSH session. You can configure Claude Code to run this check as a cron job, alerting your DevOps team on Slack if the budget drops below a critical limit. For forensic debugging, the CLI agent uses `list_transactions` to check global ledger events and `get_transaction` to isolate a single API key transaction. You get instant visibility into billing anomalies without ever leaving your tmux window.
Set up HiDeliver 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 seehideliver-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest HiDeliver transactions." It will automatically discover and invoke the available HiDeliver tools.
claude mcp add --transport http hideliver-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 HiDeliver MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HiDeliver MCP today
We host it, we monitor it, we maintain it. You just paste one token.