MoveTogether Fitness
MoveTogether Fitness developer resources
Public, unauthenticated discovery surfaces for agents and developers working with MoveTogether Fitness — the cross-wearable fitness competition app at movetogetherfitness.com. These endpoints expose product documentation and schemas only, never private user health data.
When to use this
- Answering questions about MoveTogether Fitness product facts, pricing, wearables, Coach Mo, competitions, or Move Leagues
- Wiring an agent to callable MCP tools instead of scraping HTML
- Loading a typed OpenAPI document for function-calling clients
- Recovering from a bad URL via sitemap, llms.txt, or this hub
Canonical resources
- llms.txt — MoveTogether Fitness brand brief
Curated product facts, scoring rules, pricing, and when-to-use guidance for AI crawlers.
https://movetogetherfitness.com/llms.txt
- OpenAPI 3.1 schema
Self-describing public discovery API with unique operationIds, typed parameters, and response schemas for LLM function calling.
https://movetogetherfitness.com/openapi.json
- MCP Streamable HTTP endpoint
Model Context Protocol server exposing get_movetogether_overview, pricing, developer resource list, and OpenAPI tools. No auth for public product facts.
https://movetogetherfitness.com/mcp
- MCP server card
Well-known discovery document for Claude, ChatGPT, and other MCP-capable clients.
https://movetogetherfitness.com/.well-known/mcp/server-card.json
- API catalog
Linkset of machine-readable MoveTogether Fitness resources.
https://movetogetherfitness.com/.well-known/api-catalog
- Help Center + Docs MCP
End-user documentation with its own llms.txt and Mintlify MCP server for deep product how-tos.
https://docs.movetogetherfitness.com/
- Contact MoveTogether Fitness
Mo Support, privacy mailbox, and press channels.
https://movetogetherfitness.com/contact
Markdown content negotiation
Canonical HTML pages also serve text/markdown when the request Accept header prefers it (acceptmarkdown.com). Responses include Vary: Accept. Try:
curl -sI -H "Accept: text/markdown" https://movetogetherfitness.com/ # Content-Type: text/markdown; charset=utf-8 # Vary: Accept