How to Use the Arbox MCP in Cursor
Inject live Arbox data directly into your code. Build studio management scripts in Cursor without mocking a single API call.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Arbox MCP to Cursor
Create your Vinkius account to connect Arbox 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.
Build Scripts with Live Member Info
Stop writing code against fake data. This tool lets Cursor's agent query your live Arbox member database. Use `search_members` to find members based on engagement scores or `get_member` to pull a specific client's full profile and attendance history. When you ask the agent to write a Python script to email at-risk members, it will call `search_members`, get a real list of people, and generate code that iterates through actual member IDs and names. Your first run is against production data, not stubs.
Script Your Studio's Operations
Connect your code directly to your studio's backend. The agent can use `list_schedule`, `list_coaches`, and `list_payments` to pull operational data. You can ask it to generate code that builds custom reports or automates daily tasks. For example, tell the agent: "Write a script that finds all payments from last month and cross-references them with our membership plans." It will use `list_payments` and `list_memberships` to fetch the data and then write the code that joins them. You get a working script in seconds.
Build a Sales Pipeline in Code with this MCP Server
This MCP Server gives your agent access to your sales and product data in Arbox. It can call `list_leads` to get new prospects or `list_products` to see your current retail inventory. This is perfect for building custom sales dashboards or notification systems. You could have the Cursor agent write a Node.js function that checks for new leads every hour using `list_leads` and then sends a Slack notification. The agent writes the code, complete with the live API call.
Set up Arbox 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 Arbox 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 Arbox transactions." If the MCP tools are loaded correctly, Cursor will call the Arbox tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"arbox-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 Arbox. 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 Arbox MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Arbox MCP today
We host it, we monitor it, we maintain it. You just paste one token.