TrainingEndurance MCP Server

Training plans, workouts, nutrition, and coaching for athletes.

Server online — 138 tools available

Server URL

https://mcp.staging.trainingendurance.com/

This is a Model Context Protocol (MCP) server with OAuth 2.1 authentication (PKCE + Dynamic Client Registration).

Access

The MCP server is available only to:

Other users will be able to authenticate, but the MCP endpoint will return 403 Forbidden. Upgrade your plan in the TrainingEndurance app to enable access.

ChatGPT coming soon

TrainingEndurance will be available as a ChatGPT App. Use Developer Mode to connect now:

  1. Go to Settings → Apps → Advanced settings
  2. Enable Developer mode
  3. Go to Settings → Connectors → Create
  4. Enter the server URL: https://mcp.staging.trainingendurance.com/
  5. Complete the OAuth login when prompted

Claude Desktop

  1. Open Claude Desktop
  2. Click + in the chat area, then Connectors → Manage Connectors
  3. Scroll down and click Add custom connector
  4. Enter the server URL: https://mcp.staging.trainingendurance.com/
  5. Click Add and complete the OAuth login

Claude Code (CLI)

Run in your terminal:

claude mcp add trainingendurance \
  --transport http \
  "https://mcp.staging.trainingendurance.com/"

Perplexity

  1. Go to Settings → Connectors
  2. Click + Custom connector in the top-right corner
  3. Select Remote
  4. Name: TrainingEndurance
  5. MCP Server URL: https://mcp.staging.trainingendurance.com/
  6. Transport: Streamable HTTP
  7. Authentication: OAuth
  8. Check the acknowledgement box and click Add

Qwen (Desktop App)

  1. Open the Qwen desktop app
  2. Click MCP in the chat window
  3. Go to MCP Settings → Add MCP
  4. Select Streamable HTTP
  5. Enter the server URL: https://mcp.staging.trainingendurance.com/
  6. Complete the OAuth login when prompted

Other MCP Clients

Any MCP-compatible client can connect using:

  1. Transport: Streamable HTTP
  2. URL: https://mcp.staging.trainingendurance.com/
  3. Auth: OAuth 2.1 (auto-discovered via .well-known)