How to Use the HiDeliver MCP in Windsurf
Let Windsurf's Cascade agent autonomously schedule, route, and track your HiDeliver broadcasts without waiting for your permission.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HiDeliver MCP to Windsurf
Create your Vinkius account to connect HiDeliver to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Scheduling with the Windsurf Agent
`create_delivery` lets Windsurf log and schedule a fresh pickup delivery the moment you drop a requirement in the editor. Cascade reads your project specs, formats the payload, and dispatches the request entirely on its own. You don't have to write the API wrapper or manually trigger the send. If parameters change mid-flight, Cascade hits `update_delivery` to adjust active route parameters instantly. You can watch the agent pull the current state with `get_delivery`, compute the necessary adjustments from your local files, and push the update before you even touch the keyboard.
Fleet Tracking via MCP
`list_deliveries` gives your MCP server the ability to retrieve active or listed delivery requests straight into your IDE workspace. Cascade uses this to build a real-time snapshot of your entire dispatch queue. When a specific trace needs to be killed, the agent fires `cancel_delivery` to halt the mapped delivery trace immediately. You just ask Windsurf to clear out stalled routes. Cascade iterates over the list, identifies the blocked nodes, and cancels them one by one. The agent handles the tedious state-checking logic so you can focus on building the actual application.
Ledger and Account Auditing
`get_account_balance` evaluates remaining tokens or cash thresholds directly within Windsurf. Cascade monitors your spend while running automated tests, ensuring your agent doesn't drain your budget during a massive integration run. You set a limit, and the IDE enforces it. For deeper audits, the agent pulls `list_transactions` to check global ledger events and `get_transaction` to isolate a single API key transaction. Cascade can map these ledger events to your local logs, cross-referencing your code's behavior with actual billing data in seconds.
Set up HiDeliver MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the HiDeliver MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my HiDeliver payment history." If connected, Cascade will call the HiDeliver tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"hideliver-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by HiDeliver. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Windsurf
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.