# Fitnito > Fitnito is gym and fitness-studio management software. Owners schedule one-off and > weekly recurring classes, manage members and coaches, sell punch-card and unlimited > passes, and take payments. Every gym gets its own client booking site at > .fitnito.com where members reserve and cancel spots themselves. A built-in AI > assistant sets up new gyms through a chat conversation and then helps run them > day-to-day (schedules, members, passes). Fitnito is also agent-operable: it exposes an > MCP (Model Context Protocol) server, so an AI agent can build a gym's schedule, manage > members, and set up the gym programmatically. Pricing: free plan (1 location, 1 program, 1 pass type, up to 5 staff, 2 recurring sessions) and a paid plan at $34.95/month or $349.95/year with unlimited usage and a 30-day free trial. Payments are processed via Stripe and deposited to the gym's own bank account ("Fitnito Payments"). ## Key pages - [Home](https://fitnito.com/): product overview - [Pricing](https://fitnito.com/pricing): plans and what's included - [Payments](https://fitnito.com/payments): collecting member fees via Stripe - [Developers](https://fitnito.com/developers): connect AI agents to Fitnito over MCP - [Sign up](https://fitnito.com/signup): create a gym in minutes with the AI setup assistant - [Support](https://fitnito.com/support): contact the team ## For developers & AI agents Fitnito speaks MCP (Model Context Protocol), the open standard AI assistants use to call external tools. A gym owner enables agent access under Settings > AI Agent Access and generates an API token, then connects any MCP client. - Endpoint: https://app.fitnito.com/mcp - Transport: streamable HTTP - Auth: `Authorization: Bearer ` - What agents can do: read the schedule, members and passes; create programs and locations; schedule one-off and recurring classes; add staff and clients; book members in; create visit packs and membership plans. - Setup guides: Claude Code (https://code.claude.com/docs/en/mcp), OpenAI/ChatGPT (https://developers.openai.com/api/docs/mcp), xAI/Grok (https://docs.x.ai/developers/tools/remote-mcp). - Full docs: [https://fitnito.com/developers](https://fitnito.com/developers) ## Who it's for - [Gyms](https://fitnito.com/posts/fitnito-your-gyms-best-friend) - [Yoga studios](https://fitnito.com/posts/built-for-yoga-studios) - [Martial arts schools](https://fitnito.com/posts/martial-arts-classes) - [CrossFit & functional fitness](https://fitnito.com/posts/crossfit-and-functional-fitness) - [Bootcamps & outdoor fitness](https://fitnito.com/posts/bootcamps-and-outdoor-fitness) ## Compare - [Fitnito vs Mindbody](https://fitnito.com/vs/mindbody) - [Fitnito vs Glofox](https://fitnito.com/vs/glofox) - [Fitnito vs Wodify](https://fitnito.com/vs/wodify)