@rundida/mcp-server
MCP server for RunDida — the world's most comprehensive running tools platform.
Give your AI assistant access to 92 running calculators, 46 training guides, 44+ marathon events, pace/time/distance calculations, race time predictions, and heart rate training zones.
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rundida": {
"command": "npx",
"args": ["-y", "@rundida/mcp-server"]
}
}
}Claude Code
claude mcp add rundida -- npx -y @rundida/mcp-serverCursor / Windsurf
Add to your MCP configuration:
{
"rundida": {
"command": "npx",
"args": ["-y", "@rundida/mcp-server"]
}
}Available Tools
| Tool | Type | Description |
|---|---|---|
list_tools |
Data | Browse all 92 running calculators with descriptions |
get_tool |
Data | Get details, FAQs, and sources for a specific tool |
list_guides |
Data | Browse all 46 running guides with descriptions |
get_guide |
Data | Get guide details, FAQs, and related tools |
list_marathons |
Data | List 44+ marathon events with dates and locations |
get_marathon |
Data | Get marathon details including weather and course profile |
calculate_pace |
Compute | Calculate pace, time, or distance (provide any 2 of 3) |
predict_race |
Compute | Predict race times using Riegel formula + VO2max estimation |
heart_rate_zones |
Compute | Calculate 5 HR training zones (Karvonen method) |
marathon_countdown |
Compute | Get countdown to a specific marathon event |






