Server data from the Official MCP Registry
Running tools for AI agents: 92 calculators, 46 guides, marathon data, pace and HR zones.
Running tools for AI agents: 92 calculators, 46 guides, marathon data, pace and HR zones.
This is a well-structured MCP server for RunDida running tools with clean code architecture and appropriate security practices. The server fetches data from a public API with no authentication requirements, implements caching to reduce unnecessary requests, and uses proper input validation via Zod schemas. No credentials are hardcoded, and all network calls target a single trusted domain. Minor code quality observations do not significantly impact the overall security posture. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-xweaponx7-rundida-mcp": {
"args": [
"-y",
"@rundida/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rundida": {
"command": "npx",
"args": ["-y", "@rundida/mcp-server"]
}
}
}
claude mcp add rundida -- npx -y @rundida/mcp-server
Add to your MCP configuration:
{
"rundida": {
"command": "npx",
"args": ["-y", "@rundida/mcp-server"]
}
}
| 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 |
Data tools fetch from the RunDida API with 30-minute caching. Compute tools run locally with zero latency — no API calls needed.
Ask your AI assistant:
RunDida (跑滴答) is a free running tools platform for runners of all levels:
All tools are free, no account required. Try them at rundida.com.
The computation tools use established running science formulas:
| Formula | Used In | Description |
|---|---|---|
| Riegel formula | predict_race | Race time prediction across distances |
| Jack Daniels method | predict_race | VO2max estimation from race performance |
| Karvonen method | heart_rate_zones | Heart rate training zones from age and resting HR |
| Resource | URL |
|---|---|
| RunDida Website | rundida.com |
| API Documentation | rundida.com/api |
| OpenAPI Spec | rundida.com/api/openapi.json |
| NPM Package | @rundida/mcp-server |
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.