Momence Connector for AI agents.
10 live capabilities
Manage yoga studio bookings and member memberships through natural conversation.
Waiting for input…
Why people use Momence
Momence for Faster Fitness Business Operations
This Connector changes that by letting your agent do the heavy lifting for you. Instead of navigating a complex dashboard, you just ask your AI client for the info you need. You get a clear, conversational summary of your studio's status in seconds.
What Vinkius changes
You get a conversational interface for your entire studio management 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 fill rates
A studio owner asks how full tomorrow's yoga classes are using `list_sessions` to decide on a marketing push.
- Real-world use case 02
Member inquiries
A front desk person asks the agent to find a member's visit history using `search_members` to resolve a credit issue.
- Real-world use case 03
Instructor scheduling
A manager asks for all upcoming classes for a specific teacher using `list_teachers` to verify their weekly schedule.
Complete set · 10capabilities
The complete Momence capability set.
These are the exact actions your AI can choose when you ask it to work with Momence.
01—04
4 capabilities in this set.
Part of 10 available through Momence.
- 01 Capability
List sessions
Filter and list scheduled sessions by date range. Use this to get a high-level view of your upcoming class calendar.
- 02 Capability
List products
View all retail items, digital content, and merchandise. This helps you keep track of what you have for sale.
- 03 Capability
Get session
Get specific details for a single class session. This helps you see the exact capacity and teacher for a specific class.
- 04 Capability
List session types
See all available class types with their default durations and teachers. This is useful for comparing different class offerings.
05—07
3 capabilities in this set.
Part of 10 available through Momence.
- 05 Capability
Search members
Look up member profiles, active memberships, credits, and visit history. Use this to quickly find a specific person's account details.
- 06 Capability
List teachers
Get a list of all instructors with their bios and specialties. Use this to quickly reference teacher qualifications.
- 07 Capability
List locations
View all studio locations, rooms, and timezones. This is great for managing multi-site studio operations.
08—10
3 capabilities in this set.
Part of 10 available through Momence.
- 08 Capability
Get member
Pull up a specific member's full profile details. This gives you a complete look at a single person's studio history.
- 09 Capability
List memberships
View all available membership plans and pricing. Use this to keep your records of unlimited and class pack options up to date.
- 10 Capability
List bookings
See a list of all current session bookings. This helps you monitor who is signed up for upcoming classes.
Set up in minutes
One URL. Then ask Momence to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Momence 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_jmmHLcroxCGdI6TmWgLCaS3wushoYypoJcAGTISz/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 Momence, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Momence for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_jmmHLcroxCGdI6TmWgLCaS3wushoYypoJcAGTISz/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 Momence URL.
- Step 03
Save and start
Save the connection and enable Momence in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"momence": {
"url": "https://edge.vinkius.com/vk_preview_jmmHLcroxCGdI6TmWgLCaS3wushoYypoJcAGTISz/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 Momence
Open Agent mode in chat and ask: "Using Momence, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"momence": {
"url": "https://edge.vinkius.com/vk_preview_jmmHLcroxCGdI6TmWgLCaS3wushoYypoJcAGTISz/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 Momence
Ask Copilot: "Using Momence, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"momence": {
"url": "https://edge.vinkius.com/vk_preview_jmmHLcroxCGdI6TmWgLCaS3wushoYypoJcAGTISz/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 Momence
Open Cascade and ask: "Using Momence, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"momence": {
"url": "https://edge.vinkius.com/vk_preview_jmmHLcroxCGdI6TmWgLCaS3wushoYypoJcAGTISz/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 Momence
Ask Cline: "Using Momence, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add momence --transport http "https://edge.vinkius.com/vk_preview_jmmHLcroxCGdI6TmWgLCaS3wushoYypoJcAGTISz/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 Momence
Ask Claude: "Using Momence, show me...". 10 tools are ready
Where the request belongs
Work Momence can move forward.
Studio owners who are tired of manual data entry and boutique fitness managers who need to answer member questions quickly without leaving their chat app.
Studio Owner
Checks fill rates and revenue trends via chat to make quick marketing decisions.
Front Desk Coordinator
Answers member questions about credits and bookings instantly while helping people in person.
Fitness Instructor
Quickly views class rosters and student preferences before starting a session.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMariana 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.
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.
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 Momence 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 Momence.
The practical details behind the request, access and result.
Can the Momence MCP help me check my yoga studio's class schedule?
Yes, it lets you see upcoming sessions, teachers, and capacity. You can ask your agent to list classes for specific dates or check who is teaching which session.
Can I use the Momence MCP to look up member credits?
You can use it to search the member database for active memberships, credits, and visit history. This makes it easy to handle member inquiries quickly.
Does the Momence MCP work for multi-location fitness studios?
Yes, it can list all your studio locations, rooms, and timezones in one place. This is helpful for operators managing multiple sites.
How does the Momence MCP help with teacher management?
You can use it to list all instructors along with their bios and specialties. This helps you quickly reference teacher qualifications and assignments.
Can I see my studio's retail products with the Momence MCP?
Yes, it allows your agent to browse your retail items and digital content. You can check what merchandise you have available for sale.
Can the Momence MCP help me track my membership plans?
You can use it to list all your current membership plans, including unlimited and class pack options. It gives you a clear view of your available tiers.
What is Momence?
Momence is a next-generation studio management platform used by thousands of yoga, pilates, barre, and boutique fitness studios worldwide. It's known for its modern UX, powerful API, and rapid innovation. many studios are migrating from Mindbody to Momence.
Does it support the Host API and Member API?
This server uses the Host API, which provides access to all business management functions: sessions, members, bookings, memberships, teachers, and products. The Host API is the recommended choice for AI agents managing studio operations.
Can it process payments for memberships?
While it can query membership details and pricing, actual payment processing and checkout must be handled through Momence's secure payment gateway for compliance reasons.
One connection away
Give your agent a direct line to Momence.
Connect Momence once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available