Analyse activities, build training plans and sync structured workouts to your sports watch.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Tredict.
activity-listList executed activities for a date range
activityActivity details, metrics and time series
activity-updateUpdate title and notes of an activity (non-destructive)
equipment-listList all user equipment (bikes, shoes, swimming, misc)
plan-creationCreate a reusable training plan in "My Plans"
add-plan-trainingAdd a single structured workout to an existing plan
Official Model Context Protocol (MCP) server for Tredict, the planning and analytics platform for endurance sports athletes and coaches. Connect your preferred AI assistant to your complete training history across running, cycling, swimming and more. Analyse activities, determine capacity values, create fully structured training plans inside Tredict, synced directly to your watch.
Tredict also ships interactive MCP App UI widgets that visually render activity details and training plans directly in the LLM chat of hosts such as Claude.ai or ChatGPT.
| Name | Tredict MCP Server |
| MCP Server URL | https://www.tredict.com/api/mcp/v2 |
| Transport | Streamable HTTP and SSE |
| Protocol | MCP 2025-06-18 |
| Authentication | OAuth 2.1 with PKCE / Personal API Token |
Full technical documentation: Tredict MCP Server Documentation.
Officially supported: Anthropic Claude (Web, Desktop, Code), OpenAI ChatGPT, OpenAI Codex, Mistral Le Chat, Mistral Vibe.
Compatible: any MCP client that supports OAuth 2.1 or bearer-token authentication, including local LLM setups.
Setup guides per platform:
Settings β Connectors β Add custom connector:
Tredicthttps://www.tredict.com/api/mcp/v2OAuth is handled automatically on first use.
For clients without OAuth support, create an access token in Tredict at "Settings β Personal API / MCP" and pass it as a bearer token:
The server supports two methods:
activityRead, activityWrite, bodyvaluesRead.See the OAuth2 documentation for full details.
All tool names, descriptions and schemas can be listed by the MCP client. Scope annotations in parentheses.
| Tool | Description | Scope |
|---|---|---|
activity-list | List executed activities for a date range | activityRead |
activity | Activity details, metrics and time series | activityRead |
activity-update | Update title and notes of an activity (non-destructive) | activityWrite |
equipment-list | List all user equipment (bikes, shoes, swimming, misc) | activityRead |
| Tool | Description | Scope |
|---|---|---|
plan-creation | Create a reusable training plan in "My Plans" | activityWrite |
add-plan-training | Add a single structured workout to an existing plan | activityWrite |
planned-workout-list | List planned / scheduled workouts | activityRead |
planned-workout | Details and structure of a single planned workout | activityRead |
planned-workout-change-date | Reschedule a planned workout to a new date | activityWrite |
training-effort-list | Training effort over time across all sportTypes | activityRead |
| Tool | Description | Scope |
|---|---|---|
bodyvalues | Weight, body fat, resting HR, body height and more | bodyvaluesRead |
capacity | Capacity values (HRmax, HRlth, FTP, FTPace) per sportType | bodyvaluesRead |
hrv-list | Heart rate variability data with baseline | bodyvaluesRead |
sleep-list | Sleep data with baseline | bodyvaluesRead |
zones | Zone revisions per sportType and zoneType | bodyvaluesRead |
zones-distribution | Aggregated zones distribution per sportType and month | bodyvaluesRead |
| Tool | Description | Scope |
|---|---|---|
show-activity-ui | Render activity details, metrics, laps and map in the chat | activityRead |
show-plan-ui | Render a reusable training plan with calendar view in the chat | activityRead |
Predefined, parameterised tasks the host can offer as templates:
better-names : find recent activities with poor titles and suggest meaningful ones.coolest-training (year) : find the most interesting session of a given year.compare-years (firstYear, otherYear) : in-depth year-over-year comparison.create-plan (monthsBack?, durationInWeeks?, workoutsPerWeeks?, sportTypes?, targetZonesTypes?) : build a full training plan from recent history.determine-ftp (sportType?) : derive current FTP from training history.indepth-analysis : 2-year in-depth training status assessment.recreate-structured-workout (activityId) : rebuild an executable structured workout from an executed activity.| URI | Description |
|---|---|
mcp://tredict/assets/logo.svg | Tredict rectangular logo (light / dark themes) |
mcp://tredict/assets/logo-slogan.svg | Tredict logo with "Analytics for Endurance Athletes" slogan |
ui://widget/activity-ui-100.html | Activity details UI widget (MCP App) |
ui://widget/plan-ui-100.html | Training plan UI widget (MCP App) |
activity-update stores previous titles and notes in the mcpUpdatedFields array, so any change can be rolled back at any time.Some responses, in particular from plan-creation, ask the LLM to surface health and liability notices. By registering with Tredict, the user accepts responsibility for health-related applications of the data as defined in the Terms of Use. LLMs make mistakes and are not a substitute for a qualified coach or your own judgement.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tredict)<a href="https://allmcps.com/mcp/tredict"><img src="https://allmcps.com/api/badge/tredict?style=directory" alt="Tredict on AllMCPs" /></a>