How to Use the Craftboxx MCP in Cursor
Inject live craft business data directly into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Craftboxx MCP to Cursor
Create your Vinkius account to connect Craftboxx 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.
Cursor MCP Server Tool Building
`get_business_stats` and `list_customers` feed real operational metrics into your editor. You tell Cursor to build a dashboard component, and Agent mode pulls actual client data to test it. Your AI client writes code against live API responses. Working with mock data wastes time. Using this MCP Server, Cursor fetches real profiles instead of generating fake names. You write frontend code that handles actual edge cases from your database.
Code Against Real Orders
`list_orders` and `get_order_details` let Cursor inspect your active job pipeline. You ask the editor to write a script that calculates average job duration, and it queries real orders to verify the math. The AI builds logic based on your true schema. Creating test records happens via `create_order`. Your agent generates a new craft order while you are writing the webhook that catches it. You stay in the editor while testing the full lifecycle.
Schedule and Resource Integration
`list_appointments` and `list_tasks` give Cursor visibility into your dispatch logic. You build scheduling algorithms while the AI checks current field work. It writes conflict-resolution code using actual calendar data. Hardware tracking relies on `list_materials` and `list_vehicles_resources`. Your agent pulls inventory counts to populate dropdown menus in your custom admin panel. The code works immediately because it was built on real warehouse numbers.
Set up Craftboxx 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 Craftboxx 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 Craftboxx transactions." If the MCP tools are loaded correctly, Cursor will call the Craftboxx tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"craftboxx-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 Craftboxx. 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 Craftboxx MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Craftboxx MCP today
We host it, we monitor it, we maintain it. You just paste one token.