Arbox Connector for AI agents.
9 live capabilities
Manage your fitness studio's membership sales and class schedules.
Waiting for input…
Why people use Arbox
Arbox for Studio Management: Stop Hunting Through CRM Tabs
With this Connector, you just ask your agent for the status of your hottest leads or how many spots are left in the 6 PM class. You get a clear answer in seconds without ever opening the dashboard. It turns your studio's data into a conversation.
What Vinkius changes
You get instant access to your studio's core data through a chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Prioritizing sales follow-ups
A studio owner asks their agent to identify 'hot' leads from the sales pipeline that haven't been contacted in 48 hours using list_leads.
- Real-world use case 02
Answering walk-in questions
A manager needs to know if there's room in the 6 PM yoga class for a walk-in and uses list_schedule to get the spot count.
- Real-world use case 03
Checking member history
A front desk clerk uses search_members to quickly pull up a member's engagement score and attendance to see if they need a check-in.
Complete set · 9capabilities
The complete Arbox capability set.
These are the exact actions your AI can choose when you ask it to work with Arbox.
01—03
3 capabilities in this set.
Part of 9 available through Arbox.
- 01 Capability
Search members
Search for studio members to see their profiles, memberships, and engagement scores. This helps you quickly find the right person during a conversation.
- 02 Capability
List coaches
See a list of all trainers and their specific specialties. Use this to understand your team's strengths at a glance.
- 03 Capability
List leads
Access your sales pipeline to see lead status and sources. It helps you prioritize which prospects need a follow-up.
04—06
3 capabilities in this set.
Part of 9 available through Arbox.
- 04 Capability
List payments
View a list of all processed payments and transaction amounts. This keeps your studio's revenue tracking organized.
- 05 Capability
List products
See your retail inventory, including merchandise and supplements. Use it to check what's currently in stock.
- 06 Capability
Get member
Retrieve a specific member's profile information quickly. It's the fastest way to get details on a single individual.
07—09
3 capabilities in this set.
Part of 9 available through Arbox.
- 07 Capability
List schedule
Get a full list of upcoming classes and their schedules. You can check which coaches are working and how many spots are left.
- 08 Capability
List memberships
View all available membership plans like trials or punch cards. This is great for explaining options to new leads.
- 09 Capability
Get branch info
Get specific details about a studio branch. This is useful for managing multiple locations.
Set up in minutes
One URL. Then ask Arbox to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Arbox from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lO02ge7VIaZP4Z5GWkR76vze7x1tG1U5GdVBOn5x/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Arbox, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Arbox for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lO02ge7VIaZP4Z5GWkR76vze7x1tG1U5GdVBOn5x/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Arbox URL.
- Step 03
Save and start
Save the connection and enable Arbox in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"arbox": {
"url": "https://edge.vinkius.com/vk_preview_lO02ge7VIaZP4Z5GWkR76vze7x1tG1U5GdVBOn5x/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Arbox
Open Agent mode in chat and ask: "Using Arbox, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"arbox": {
"url": "https://edge.vinkius.com/vk_preview_lO02ge7VIaZP4Z5GWkR76vze7x1tG1U5GdVBOn5x/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Arbox
Ask Copilot: "Using Arbox, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"arbox": {
"url": "https://edge.vinkius.com/vk_preview_lO02ge7VIaZP4Z5GWkR76vze7x1tG1U5GdVBOn5x/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Arbox
Open Cascade and ask: "Using Arbox, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"arbox": {
"url": "https://edge.vinkius.com/vk_preview_lO02ge7VIaZP4Z5GWkR76vze7x1tG1U5GdVBOn5x/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Arbox
Ask Cline: "Using Arbox, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add arbox --transport http "https://edge.vinkius.com/vk_preview_lO02ge7VIaZP4Z5GWkR76vze7x1tG1U5GdVBOn5x/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Arbox
Ask Claude: "Using Arbox, show me...". 9 tools are ready
Where the request belongs
Work Arbox can move forward.
This is for fitness studio owners and managers who are tired of digging through complex CRM dashboards to find simple answers about their members or sales pipeline.
Studio Owner
Checks the sales pipeline to see which leads are ready to sign up for memberships.
Front Desk Manager
Quickly looks up member profiles or checks class availability during a busy shift.
Sales Coordinator
Tracks lead sources and follow-up statuses to keep the pipeline moving.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsArbox
Run your fitness studio or gym with member management, class scheduling, and payment processing in one connected platform.
Glofox
Manage members, classes, trainers, bookings, and purchases for your Glofox-powered gym or fitness studio through natural conversation.
Mariana Tek
Manage classes, instructors, members, reservations, and pricing for your boutique fitness studio powered by Mariana Tek through natural conversation.
TeamUp
Manage events, customers, coaches, memberships, and payments for your TeamUp-powered fitness studio through natural conversation.
Pike13
Manage classes, clients, staff, invoices, visits, and analytics for your Pike13-powered fitness studio through natural conversation.
WellnessLiving
Manage schedules, clients, staff, memberships, locations, and reports for your WellnessLiving-powered studio through natural conversation.
Bring your own AI
Change the model, client or framework. Keep Arbox connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Arbox.
The practical details behind the request, access and result.
How does the Arbox MCP help with my gym's sales?
It connects your sales pipeline directly to your AI agent. You can ask about lead status, sources, and follow-up needs without opening your CRM, helping you close more memberships faster.
Can I use Arbox MCP to see my trainer's schedule?
Yes, you can ask your agent to list the class schedule. It will show you which coaches are assigned to which classes and how many spots are still available for members to book.
Does Arbox MCP show me my studio's payment history?
It does. You can ask your agent to pull a list of payments to see transaction amounts and dates, making it easy to keep track of your studio's revenue.
Can I check member engagement with Arbox MCP?
Yes, you can search for specific members to see their engagement scores and attendance records. This helps you identify your most loyal members and those who might need a follow-up.
How do I use Arbox MCP to see what products I'm selling?
You can ask your agent to list your retail products. It will show you what merchandise, supplements, and accessories you currently have in your studio inventory.
Can Arbox MCP help me manage different types of gym memberships?
Yes, it can list all your membership plans, including unlimited, limited, punch cards, and trials, so you can quickly reference them when talking to new leads.
What makes Arbox different?
Arbox is CRM-first. it excels at lead tracking, sales pipeline management, and member engagement scoring. While other platforms focus on scheduling, Arbox treats every member interaction as a CRM touchpoint, making it ideal for studios focused on growth and retention.
One connection away
Give your agent a direct line to Arbox.
Connect Arbox once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available