Tredict MCP Server Enables Claude to Create and Push Training Plans to Sports Watches

A developer has built a Tredict MCP Server for Claude.ai and Claude Code, using Claude extensively during development to implement the server and its tools. Tredict is a training planning and analytics platform for endurance athletes and coaches that connects with Garmin, Coros, Suunto, Wahoo, and other devices.
Core Functionality
With the Tredict MCP Server added to Claude, users can create complex endurance training plans with structured workouts by prompting Claude with specific questions. These workouts are uploaded directly to connected sports watches via Tredict, ready for execution. This creates a workflow cycle: AI generates plans, user executes them, AI assesses performance, then generates new plans.
Features and Capabilities
- The MCP server includes an MCP App specifically designed for Claude.ai that provides visual and interactive feedback on newly created training plans, embedded directly within the Claude chat interface.
- Users can ask Claude for current running FTP (Functional Threshold Power) and other performance metrics used in running and cycling.
- Claude can provide information about users' best training sessions and discuss training data.
- The developer reports that Claude created "very meaningful and complex plans" during testing, demonstrating strong capability for creating structured workouts.
Setup and Access
The workflow involves connecting your preferred sports watch to Tredict on one side, then letting Claude push structured workouts to it through the MCP server. Tredict offers a free trial for 3 months. Connection instructions for Claude.ai to the Tredict MCP Server are available at: https://www.tredict.com/faq/connect-claude-web-with-tredict/
📖 Read the full source: r/ClaudeAI
👀 See Also

Collection of 177 OpenClaw SOUL.md Templates Organized into 24 Categories
A developer has compiled 177 ready-to-use SOUL.md templates for OpenClaw agents across 24 categories including Marketing, Development, Business, DevOps, Finance, Creative, Data, Security, Healthcare, Legal, HR, and Education. All templates are MIT licensed and available on GitHub.

Automating Datadog Alert Triage with Claude Code and MCP
A developer built a system using Claude Code skills and Datadog's MCP server to automatically check monitoring alerts, classify issues, and open fix PRs via cron job. The setup takes about 30 minutes and runs parallel AI agents in isolated worktrees.

AbsolutelySkilled Registry Adds 156 Production-Ready Skills for Claude Code
A developer has created AbsolutelySkilled, a registry of 156 structured skill modules for Claude Code that persist across sessions. Each skill includes trigger conditions, reference files, test cases, and anti-patterns in SKILL.md files.

Nit: A Git Replacement in Zig Optimized for AI Agent Token Efficiency
Nit is a native Git replacement written in Zig that reduces token usage by 35-87% on common commands like status, diff, log, and show. It achieves this through compact output defaults and direct libgit2 integration, eliminating subprocess overhead.