Glofox Connector for AI agents.
8 live capabilities
Manage gym memberships, class bookings, and trainer schedules in one chat.
Waiting for input…
Why people use Glofox
Fixing Gym Management Chaos with the Glofox
This Connector changes that by bringing your Glofox data into a single conversation. Instead of hunting for information, you just ask your agent to find it. You can pull up a member's history, check the capacity of a specific class, or see how many people are signed up for a new bootcamp without ever leaving your chat window.
What Vinkius changes
You stop digging through tabs and start getting answers.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick Front Desk Lookups
A member walks in and the staff asks the agent to use search_members to see if their account is current and view their last check-in.
- Real-world use case 02
Checking Class Availability
A manager asks the agent to use list_classes and list_bookings to see if there are any spots left in the 6 PM HIIT class.
- Real-world use case 03
Bootcamp Enrollment Tracking
An owner wants to know the status of a 4-week program and asks the agent to use list_courses to show current enrollment.
Complete set · 8capabilities
The complete Glofox capability set.
These are the exact actions your AI can choose when you ask it to work with Glofox.
01—04
4 capabilities in this set.
Part of 8 available through Glofox.
- 01 Capability
Search members
Find a member's profile, check-in history, and current account balance. Use this to quickly identify a client walking through the door.
- 02 Capability
Get member
Grab specific details for a single member. It's the fastest way to see an individual's status.
- 03 Capability
List courses
Browse multi-week programs and bootcamps. Check pricing and current enrollment numbers.
- 04 Capability
List memberships
Look up all available plans and their perks. Use this to explain options to new leads.
05—08
4 capabilities in this set.
Part of 8 available through Glofox.
- 05 Capability
List trainers
Get a full list of coaches and their specialties. See who's certified for which classes.
- 06 Capability
List bookings
See who's signed up for which class. Check waitlists and check-in statuses instantly.
- 07 Capability
List purchases
Track how much a specific member has spent. Filter by name to see retail or PT history.
- 08 Capability
List classes
See every class on a specific date. Filter by date to manage your daily studio schedule.
Set up in minutes
One URL. Then ask Glofox to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Glofox 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_FMhAuBJ7ptrUeKWZmMq1VgNAUnmSKVcdSkYPaItg/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 Glofox, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Glofox for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FMhAuBJ7ptrUeKWZmMq1VgNAUnmSKVcdSkYPaItg/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 Glofox URL.
- Step 03
Save and start
Save the connection and enable Glofox in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"glofox": {
"url": "https://edge.vinkius.com/vk_preview_FMhAuBJ7ptrUeKWZmMq1VgNAUnmSKVcdSkYPaItg/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 Glofox
Open Agent mode in chat and ask: "Using Glofox, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"glofox": {
"url": "https://edge.vinkius.com/vk_preview_FMhAuBJ7ptrUeKWZmMq1VgNAUnmSKVcdSkYPaItg/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 Glofox
Ask Copilot: "Using Glofox, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"glofox": {
"url": "https://edge.vinkius.com/vk_preview_FMhAuBJ7ptrUeKWZmMq1VgNAUnmSKVcdSkYPaItg/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 Glofox
Open Cascade and ask: "Using Glofox, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"glofox": {
"url": "https://edge.vinkius.com/vk_preview_FMhAuBJ7ptrUeKWZmMq1VgNAUnmSKVcdSkYPaItg/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 Glofox
Ask Cline: "Using Glofox, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add glofox --transport http "https://edge.vinkius.com/vk_preview_FMhAuBJ7ptrUeKWZmMq1VgNAUnmSKVcdSkYPaItg/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 Glofox
Ask Claude: "Using Glofox, show me...". 8 tools are ready
Where the request belongs
Work Glofox can move forward.
This is for fitness business owners and studio managers who are tired of manual data entry and tab-switching. It's for the front desk staff who need to answer member questions in seconds without hunting through a CRM.
Gym Owner
Checks revenue trends and member growth metrics during a quick morning coffee.
Fitness Manager
Coordinates trainer schedules and monitors class capacity to manage waitlists.
Front Desk Staff
Handles member check-ins and answers pricing questions for walk-in leads.
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.
TeamUp
Manage events, customers, coaches, memberships, and payments for your TeamUp-powered 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.
Virtuagym
Manage members, events, trainers, memberships, nutrition plans, and workout programs for your Virtuagym club through natural conversation.
ClubReady
Manage members, check-ins, classes, billing, prospects, and staff for your ClubReady (ABC Fitness) gym through natural conversation.
Pike13
Manage classes, clients, staff, invoices, visits, and analytics for your Pike13-powered fitness studio through natural conversation.
Bring your own AI
Change the model, client or framework. Keep Glofox 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 Glofox.
The practical details behind the request, access and result.
How does the Glofox MCP help my gym?
It lets you talk to your gym's data using natural language. You can ask your AI agent to check member balances, view class schedules, or see trainer info without leaving your chat app.
Can I use it to see if a member has paid?
Yes. You can ask the agent to pull up a specific member's profile to check their current account balance and payment history instantly.
Can it show me my trainer's schedule?
Yes. You can ask the agent to list your coaches and see their specialties or check who is assigned to specific classes.
Is it good for small fitness studios?
It's perfect for small studios. It helps you manage everything from class bookings to membership plans in one place, making it easier to handle the business side of your studio.
How do I see my bootcamp enrollment?
You can ask your agent to list your multi-week courses. It will show you the current enrollment numbers, pricing, and session details for your programs.
How do I get Glofox API access?
Contact Glofox support or your account manager to request API access. You'll receive an API Key and Branch ID for your location.
Does this integration also cover ABC Fitness Solutions / ClubReady endpoints?
While Glofox is part of ABC Fitness Solutions, this specific Connector connects directly to the Glofox Developer API endpoints. Other ABC platforms may require their respective integration servers.
Can I process refunds or payments through natural language?
You can track and query payment statuses, memberships, and transaction histories, but full payment processing usually depends on the specific payment gateway integration configured within your Glofox account.
One connection away
Give your agent a direct line to Glofox.
Connect Glofox once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available