How to Use the HiFlow MCP in Claude Code
Manage your HiFlow jobs and timesheets straight from the terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HiFlow MCP to Claude Code
Create your Vinkius account to connect HiFlow 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.
Query the HiFlow MCP Server in CI/CD
The `list_jobs` and `get_job` tools allow your terminal agent to pull active project statuses during automated builds. You can write shell scripts that check job completion before deploying specific environments. Claude Code grabs the exact job ID and pipes it into your next command. If a deployment fails, it can run `get_activity` to see if someone changed the project scope in the last ten minutes.
Audit invoices from the command line
The `list_invoices` and `get_invoice` tools expose your billing data to headless cron jobs. You can instruct your AI client to scan for unpaid invoices every Friday at 5 PM. It cross-references those invoices with `list_estimates` to find discrepancies. The agent processes the JSON output and pipes a summary directly to your Slack webhook or a local text file.
Script bulk customer operations
The `create_customer` and `list_customers` tools let you write bash scripts that sync clients from your internal database. Claude Code handles the API mapping and executes the creations sequentially. It also pulls `list_timesheets` and `get_me` to verify that the API user has the right permissions to log hours. You get raw, actionable data without ever touching a graphical interface.
Set up HiFlow 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 seehiflow-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest HiFlow transactions." It will automatically discover and invoke the available HiFlow tools.
claude mcp add --transport http hiflow-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 HiFlow MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HiFlow MCP today
We host it, we monitor it, we maintain it. You just paste one token.