Mariana Tek Connector for AI agents.
10 live capabilities
Manage boutique fitness studio bookings and member data through natural conversation.
Waiting for input…
Why people use Mariana Tek
Mariana Tek : Stop manual studio data lookups
This Connector puts all that data in one place. You just ask your agent for the info you need, and it pulls it from Mariana Tek instantly. You get your answers in seconds without ever leaving your chat window.
What Vinkius changes
You get to manage your entire fitness studio's operations through a single 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
Checking Saturday fill rates
An owner asks how full the boxing class is this weekend and gets the count and waitlist status instantly using list_classes.
- Real-world use case 02
Handling a member's credit question
A manager uses search_customers to see how many sessions a member has left and tells them over the phone in seconds.
- Real-world use case 03
Planning a marketing push
A team uses list_pricing to see which promotional offers are currently active to create a social media ad.
Complete set · 10capabilities
The complete Mariana Tek capability set.
These are the exact actions your AI can choose when you ask it to work with Mariana Tek.
01—04
4 capabilities in this set.
Part of 10 available through Mariana Tek.
- 01 Capability
List classes
See all scheduled studio class sessions. Use this to quickly check what's on the calendar today.
- 02 Capability
List reservations
Pull up all current class bookings. This helps you see who is showing up and who is on the waitlist.
- 03 Capability
List class types
View the different types of workouts offered. This includes details on duration and intensity levels.
- 04 Capability
List instructors
See your roster of star instructors. You can check their bios and specialties in one go.
05—07
3 capabilities in this set.
Part of 10 available through Mariana Tek.
- 05 Capability
List locations
See all your studio locations. This is perfect for managing multiple rooms or regional studios.
- 06 Capability
Search customers
Find specific members in your database. It returns their credits, visit counts, and membership status.
- 07 Capability
Get customer
Pull up a full member profile. Use this to see a single customer's history and engagement.
08—10
3 capabilities in this set.
Part of 10 available through Mariana Tek.
- 08 Capability
List memberships
Browse your various membership plans. It shows the pricing and terms for every plan you offer.
- 09 Capability
Get class detail
Get the full scoop on a specific session. It shows you capacity, class type, and instructor info.
- 10 Capability
List pricing
View all your current pricing options. This includes promotional and corporate rates for your studio.
Set up in minutes
One URL. Then ask Mariana Tek to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mariana Tek 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_SbQWXeUq2heeawwd3oiixmrAjqLS9BiCUeNZIxGf/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 Mariana Tek, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mariana Tek for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_SbQWXeUq2heeawwd3oiixmrAjqLS9BiCUeNZIxGf/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 Mariana Tek URL.
- Step 03
Save and start
Save the connection and enable Mariana Tek in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mariana-tek": {
"url": "https://edge.vinkius.com/vk_preview_SbQWXeUq2heeawwd3oiixmrAjqLS9BiCUeNZIxGf/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 Mariana Tek
Open Agent mode in chat and ask: "Using Mariana Tek, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mariana-tek": {
"url": "https://edge.vinkius.com/vk_preview_SbQWXeUq2heeawwd3oiixmrAjqLS9BiCUeNZIxGf/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 Mariana Tek
Ask Copilot: "Using Mariana Tek, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mariana-tek": {
"url": "https://edge.vinkius.com/vk_preview_SbQWXeUq2heeawwd3oiixmrAjqLS9BiCUeNZIxGf/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 Mariana Tek
Open Cascade and ask: "Using Mariana Tek, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mariana-tek": {
"url": "https://edge.vinkius.com/vk_preview_SbQWXeUq2heeawwd3oiixmrAjqLS9BiCUeNZIxGf/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 Mariana Tek
Ask Cline: "Using Mariana Tek, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mariana-tek --transport http "https://edge.vinkius.com/vk_preview_SbQWXeUq2heeawwd3oiixmrAjqLS9BiCUeNZIxGf/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 Mariana Tek
Ask Claude: "Using Mariana Tek, show me...". 10 tools are ready
Where the request belongs
Work Mariana Tek can move forward.
This is for studio owners and operations managers who are tired of clicking through multiple dashboards to find basic member or class information.
Studio Owner
Checks class fill rates and revenue from class packs during a busy morning to plan marketing pushes.
Operations Manager
Verifies instructor schedules and room configurations across multiple studio locations.
Marketing Coordinator
Looks up member engagement data and current promotional pricing to build retention campaigns.
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.
WellnessLiving
Manage schedules, clients, staff, memberships, locations, and reports for your WellnessLiving-powered studio through natural conversation.
Momence
Manage sessions, members, teachers, memberships, and bookings for your Momence-powered fitness or yoga studio through natural conversation.
Pike13
Manage classes, clients, staff, invoices, visits, and analytics for your Pike13-powered fitness studio through natural conversation.
TeamUp
Manage events, customers, coaches, memberships, and payments for your TeamUp-powered fitness studio through natural conversation.
ClubPlanner
Manage fitness club memberships, class bookings, and member check-ins with capabilities designed for health and wellness businesses.
Bring your own AI
Change the model, client or framework. Keep Mariana Tek 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 Mariana Tek.
The practical details behind the request, access and result.
Can Mariana Tek MCP help manage my boutique fitness studio?
Yes, it connects your Mariana Tek account to an AI agent so you can manage classes, members, and instructors through natural conversation.
Does Mariana Tek MCP work for SoulCycle or Barry's?
It is specifically designed for premium boutique brands like SoulCycle, Barry's, and Rumble to handle their studio operations.
Can I use Mariana Tek MCP to see my member credits?
Yes, your agent can use the capability to search for specific members and show their current credits, visit counts, and membership status.
How does Mariana Tek MCP help with multi-location studios?
It allows you to list all your studio locations and room configurations to manage multiple sites from one place.
Can I check class types and intensity with Mariana Tek MCP?
Yes, it can list all your class types, including their duration, intensity levels, and descriptions.
Will Mariana Tek MCP show my promotional pricing?
It can pull all your pricing tiers, including corporate rates and current promotional offers.
Which brands use Mariana Tek?
Mariana Tek powers the world's leading boutique fitness studios including SoulCycle, Barry's Bootcamp, Rumble Boxing, Y7 Studio, and hundreds of premium independent studios worldwide.
Does Mariana Tek support multi-location reporting?
Yes, Mariana Tek is designed specifically for multi-location boutique studios, allowing you to aggregate revenue, class fill rates, and member metrics across your entire franchise network.
Can the AI book a spot for a member?
The Connector can query class schedules, check capacity, and analyze attendance, but actual booking requires the member to use the studio's app or website to secure their spot and process payment.
One connection away
Give your agent a direct line to Mariana Tek.
Connect Mariana Tek once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available