How to Use the Hiveage MCP in Windsurf
Let Cascade manage your freelance billing. Connect the Hiveage MCP server to Windsurf and automate invoicing without breaking flow.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Hiveage MCP to Windsurf
Create your Vinkius account to connect Hiveage 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.
Autonomous invoice generation
Cascade uses the Hiveage tools to handle your billing cycle in the background. You tell Windsurf to bill a client for your recent commits, and it strings the actions together. It pulls the contact via `list_customers` and grabs the right line items using `list_billing_items`. You never have to leave the editor. The agent drafts the bill, verifies the amounts, and fires off the final document with `send_invoice_email`. Just review the output in your terminal window and get back to coding.
Draft estimates from project specs
When you write a statement of work in Windsurf, the MCP server turns those requirements into a financial quote. It hits `list_tax_profiles` to apply the correct local rates and structures the proposal. If a client asks for a breakdown, you just prompt your IDE. The system runs `list_estimates` to find the draft and `get_estimate_details` to pull the exact line items into your markdown file for review.
Reconcile payments in your IDE
Stop tabbing over to a browser to check if a Hiveage invoice cleared. Cascade queries `list_invoices` to find pending balances and checks `list_invoice_payments` to see what hit the bank. If a client paid via wire, you can tell Windsurf to log it. The agent executes `record_payment` with the exact JSON payload, updating your ledger while you keep working on your codebase.
Set up Hiveage 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 Hiveage 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 Hiveage payment history." If connected, Cascade will call the Hiveage tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"hiveage-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 Hiveage. 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 Hiveage MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Hiveage MCP today
We host it, we monitor it, we maintain it. You just paste one token.