
Tredict
Let your coding agent analyze endurance activities, draft training plans, and sync structured workouts to a sports watch via Tredict’s hosted MCP API.
Overview
Tredict MCP Server is an MCP server for the Build phase that lets agents analyze activities, author training plans, and sync structured workouts to your sports watch through Tredict.
What is this MCP server?
- Hosted streamable-http and SSE remotes at Tredict’s MCP v2 endpoint
- Analyze past activities and build structured training plans from agent conversations
- Push structured workouts to a compatible sports watch through Tredict
- Official docs at tredict.com blog; open-source server package on GitHub
- Version 0.9.0 in the MCP registry manifest
- Registry version 0.9.0
- Two remote transports: streamable-http and SSE on the same MCP v2 URL
- Publisher repository: github.com/tredict-com/mcp-server
What problem does it solve?
Fitness data and watch sync are stuck in siloed apps while your agent cannot safely read activities or push structured workouts without a dedicated integration.
Who is it for?
Solo builders adding endurance-training copilots or personal coach agents that already use or can adopt Tredict.
Skip if: Teams that need generic health APIs without Tredict, or products that only need raw GPX files with no watch sync.
What do I get? / Deliverables
After you register the remote MCP endpoint in your agent, you can query activities, plan blocks, and trigger watch sync from natural-language workflows instead of copying plans by hand.
- Agent-callable tools for activity analysis and training plans
- Structured workout sync commands to your watch via Tredict
- Documented v2 MCP remote endpoint in your agent config
Recommended MCP Servers
Journey fit
Tredict is an external service hook—builders wire it in while assembling agent tooling and product integrations, not during ideation or launch SEO. Activity analysis, plan generation, and watch sync are classic third-party MCP integrations in the build phase’s integrations shelf.
How it compares
Hosted sports-training MCP integration, not a generic Strava scraper skill or a local workout generator script.
Common Questions / FAQ
Who is Tredict MCP Server for?
It is for developers and athletes who use Tredict and want Claude Code, Cursor, Codex, or other MCP clients to analyze training and sync workouts to a watch.
When should I use Tredict MCP Server?
Use it when you are building or operating an agent workflow that must read Tredict activities, propose plans, or push structured sessions without manual export steps.
How do I add Tredict MCP Server to my agent?
Add the remote server URL https://www.tredict.com/api/mcp/v2 in your MCP client (streamable-http or SSE per registry), then follow Tredict’s MCP server docs for auth and tool usage.