Running Formulas MCP Server
Related Servers
Alternatives to Running Formulas MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenance86 running calculators, 29 marathon events, pace/time/distance calculations, race time predictions, and heart rate training zones for AI agents.10336 npm1MIT
- AlicenseBqualityCmaintenanceTurns any AI assistant into a physiological AI running coach by abstracting fitness APIs and exposing 70+ structured analytical MCP tools based on endurance models.21MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI clients to create and manage multi-week running training plans, track workouts and activities, and pull calendar or CSV exports through the app's API. Supports plan generation with configurable goals, mileage, schedule, and intensity, plus updating workout status and recording completed runs.MIT
- FlicenseAqualityDmaintenanceRace nutrition planning for endurance athletes. Calculates carb, sodium and fluid targets for marathons, ultras, cycling and triathlons. Returns personalised Lecka product recommendations by race type, conditions and athlete weight.31-
- AlicenseNot gradedqualityCmaintenanceMCP server for analyzing running data from Intervals.icu, offering tools for athlete profiles, activity details, fitness trends, and running summaries.19 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive access to Strava API for marathon training and race analysis, enabling language models to query athlete data, analyze training patterns, track performance metrics, monitor heart rate zones, and detect injury risks.1MIT
TDQS
Scored across 9 tools
The tools are mostly distinct, with clear separation between pace conversion, Daniels formulas, McMillan formulas, and Riegel prediction. However, there is some overlap between 'daniels_predict_race_time' and 'riegel_predict_race_time', which both predict race times from a known performance, potentially causing confusion. The other tools have well-defined, non-overlapping purposes.
All tool names follow a consistent snake_case pattern with a clear verb_noun structure (e.g., convert_pace, calculate_training_paces, predict_race_time). The naming is uniform across all tools, making them easily readable and predictable, with no deviations in style or convention.
With 9 tools, the server is well-scoped for its purpose of running formulas, covering pace conversion, training pace calculations, race time predictions, and heart rate zones from multiple methodologies. Each tool serves a distinct function, and the count is neither too sparse nor overwhelming, fitting typical expectations for such a domain.
The tool set provides comprehensive coverage for running-related calculations, including conversions, training paces, race predictions, and heart rate zones from Daniels, McMillan, and Riegel methodologies. A minor gap is the lack of tools for other common running formulas (e.g., Karvonen method for heart rate), but the core workflows are well-covered, allowing agents to perform most essential tasks without significant dead ends.