TeamUp Connector for AI agents.
10 live capabilities
Manage fitness studio bookings and member data through conversation.
Waiting for input…
Why people use TeamUp
TeamUp for Fitness Studio Management
This Connector lets you just ask your AI agent for that info. Instead of a scavenger hunt, you get a direct answer about your registrations or revenue. You get to stay on the floor with your members while the AI handles the data lookups.
What Vinkius changes
You get a conversational interface for your entire fitness business backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking class capacity
A gym owner wants to know if the 6 AM CrossFit class is full.
- Real-world use case 02
Verifying coach credentials
A manager needs to see if a coach is qualified for a new class.
- Real-world use case 03
Handling member balance inquiries
A trainer wants to know a client's balance before a session.
Complete set · 10capabilities
The complete TeamUp capability set.
These are the exact actions your AI can choose when you ask it to work with TeamUp.
01—04
4 capabilities in this set.
Part of 10 available through TeamUp.
- 01 Capability
List payments
View your revenue history, including payment amounts and which member paid. This helps you track your studio's income and cash flow.
- 02 Capability
Get event
Get all the specific details for a single scheduled class or event. Use this to see the specifics of a single booking or session.
- 03 Capability
List event types
See all class formats like CrossFit or Yoga with their default durations and coaches. Use this to quickly understand your studio's class variety.
- 04 Capability
List registrations
View booking times, waitlist positions, and check-in statuses for any event. This lets you see exactly how many people are coming to a class.
05—07
3 capabilities in this set.
Part of 10 available through TeamUp.
- 05 Capability
Search customers
Find a member's profile, active membership, visit history, and current balance. This is the fastest way to handle member inquiries about their accounts.
- 06 Capability
Get customer
Pull up a specific member's full profile details instantly. Use this when you need to see a single person's history or contact info.
- 07 Capability
List memberships
See every membership plan your studio offers, including pricing and billing. This helps you keep your pricing tiers organized and visible.
08—10
3 capabilities in this set.
Part of 10 available through TeamUp.
- 08 Capability
List coaches
Get a list of all trainers along with their certifications and class duties. Use this to verify who is qualified to lead specific sessions.
- 09 Capability
List venues
See your training locations, including addresses and total room capacities. This is useful for planning multi-location events or checking space.
- 10 Capability
List events
Filter and see all scheduled classes based on a specific date range. Use this to get a clear picture of your studio's daily schedule.
Set up in minutes
One URL. Then ask TeamUp to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use TeamUp 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_GRXJZ4szKUtTgRvCMnzb25W24lkSFSJUEntjj4MR/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 TeamUp, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable TeamUp for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GRXJZ4szKUtTgRvCMnzb25W24lkSFSJUEntjj4MR/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 TeamUp URL.
- Step 03
Save and start
Save the connection and enable TeamUp in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"teamup": {
"url": "https://edge.vinkius.com/vk_preview_GRXJZ4szKUtTgRvCMnzb25W24lkSFSJUEntjj4MR/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 TeamUp
Open Agent mode in chat and ask: "Using TeamUp, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"teamup": {
"url": "https://edge.vinkius.com/vk_preview_GRXJZ4szKUtTgRvCMnzb25W24lkSFSJUEntjj4MR/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 TeamUp
Ask Copilot: "Using TeamUp, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"teamup": {
"url": "https://edge.vinkius.com/vk_preview_GRXJZ4szKUtTgRvCMnzb25W24lkSFSJUEntjj4MR/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 TeamUp
Open Cascade and ask: "Using TeamUp, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"teamup": {
"url": "https://edge.vinkius.com/vk_preview_GRXJZ4szKUtTgRvCMnzb25W24lkSFSJUEntjj4MR/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 TeamUp
Ask Cline: "Using TeamUp, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add teamup --transport http "https://edge.vinkius.com/vk_preview_GRXJZ4szKUtTgRvCMnzb25W24lkSFSJUEntjj4MR/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 TeamUp
Ask Claude: "Using TeamUp, show me...". 10 tools are ready
Where the request belongs
Work TeamUp can move forward.
This is for fitness studio owners and gym managers who are tired of toggling between a booking app and a spreadsheet to keep their business running.
Studio Owner
Handles member inquiries and checks revenue reports on the fly while managing the day to day.
Gym Manager
Manages coach assignments and checks venue availability during peak hours to keep things running smoothly.
Personal Trainer
Tracks client payments and schedules sessions without having to leave the chat.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsClubReady
Manage members, check-ins, classes, billing, prospects, and staff for your ClubReady (ABC Fitness) gym through natural conversation.
ClubPlanner
Manage fitness club memberships, class bookings, and member check-ins with capabilities designed for health and wellness businesses.
Mariana Tek
Manage classes, instructors, members, reservations, and pricing for your boutique fitness studio powered by Mariana Tek through natural conversation.
Arbox
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.
Virtuagym
Manage members, events, trainers, memberships, nutrition plans, and workout programs for your Virtuagym club through natural conversation.
Bring your own AI
Change the model, client or framework. Keep TeamUp 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 TeamUp.
The practical details behind the request, access and result.
Can I use TeamUp MCP to see my studio's revenue?
Yes, you can ask your agent to list payments to see a breakdown of your revenue, including amounts and payment methods.
Can I check member balances with TeamUp MCP?
Yes, you can search for a specific member to see their active membership status, visit count, and current account balance.
Does TeamUp MCP work for CrossFit boxes?
Yes, it's perfect for CrossFit boxes to manage WOD scheduling, member tracking, and billing in one place.
Can I see coach certifications with TeamUp MCP?
Yes, you can list your coaches to see their certifications and current class assignments quickly.
Can I use TeamUp MCP to manage my gym's venues?
Yes, you can use it to see your training locations, including their addresses and total room capacities.
Can I see who is booked for a specific class?
Yes, you can list registrations for any event to see who has booked, their waitlist position, and check-in status.
How do I get a TeamUp API key?
Visit goteamup.com/developers to request developer API access. You'll receive an API key that must be passed in the X-Api-Key header with each request.
One connection away
Give your agent a direct line to TeamUp.
Connect TeamUp once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available