How to Use the Exact Online Bouw MCP in Cursor
Build custom construction workflows in Cursor using live ledger data from Exact Online Bouw.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Exact Online Bouw MCP to Cursor
Create your Vinkius account to connect Exact Online Bouw to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code with Cursor and live project contexts
The `list_project_wbs` tool imports your exact work breakdown structure directly into your active workspace. Stop writing code against mock construction databases or outdated spreadsheets. Cursor uses this MCP Server to fetch real project nodes and injects them into your code. When building custom portals for site managers, your AI agent uses `list_projects` to write code that perfectly mirrors your active Dutch construction jobs.
Automated timesheet sync right in Cursor
The `list_time_transactions` tool lets you inspect raw ledger responses while you write your sync scripts. Debugging time-tracking integrations is a pain when you can't see the live API payload. With this MCP Server setup, you can view real timesheet data as you code. If you need to test write operations, the agent runs `create_time_transaction` using actual employee records fetched with `list_employees` to confirm your validation logic works.
Live cost validation in your development loop
The `create_cost_transaction` tool tests your margin-protection rules directly in your active development loop. Ensure your custom billing scripts don't trigger Dutch tax audits. This MCP Server provides live cost validation against real financial records before you deploy to production. The agent calls `list_project_hour_budgets` to verify that your testing scripts do not accidentally exceed the real-world limits set by your project managers.
Set up Exact Online Bouw MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Exact Online Bouw MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Exact Online Bouw transactions." If the MCP tools are loaded correctly, Cursor will call the Exact Online Bouw tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"exact-online-bouw-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 Exact Online. 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 Exact Online Bouw MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Exact Online Bouw MCP today
We host it, we monitor it, we maintain it. You just paste one token.