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

Canonical resources

  1. 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

  2. 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

  3. 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

  4. MCP server card

    Well-known discovery document for Claude, ChatGPT, and other MCP-capable clients.

    https://movetogetherfitness.com/.well-known/mcp/server-card.json

  5. API catalog

    Linkset of machine-readable MoveTogether Fitness resources.

    https://movetogetherfitness.com/.well-known/api-catalog

  6. 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/

  7. 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

← Back to MoveTogether Fitness