General Tools
trainpace.com
Provides running training calculations including pace zones, VDOT, training plans, fueling strategies, and route analysis.
ENDPOINT 1
https://api.trainpace.com/api/mcp
MCP server metadata
- Name
- trainpace
- Version
- 1.0.0
Known tools 5
calculate_training_pacesDerive training paces (easy, tempo, interval, speed, long run, Yasso 800s) from a recent race result.
Inferred read-onlycalculate_vdotCompute VDOT (Daniels & Gilbert running formula) from a race result, with Daniels training zones (E/M/T/I/R paces) and equivalent race-time predictions for 5K, 10K, half marathon, and marathon.
Inferred read-onlygenerate_training_planBuild a periodized week-by-week training plan (Base → Development → Sharpening → Taper → Race Week) for a goal race, sized to fitness level and available run days.
Inferred read-onlycalculate_fuel_planCompute carbs/hour, total carbs and calories, gel count, and a front-loaded fuel-stop timeline for a 10K, half, or full marathon.
Inferred read-onlyanalyze_routeAnalyze a running route from GPX XML or a raw coordinate list: distance, elevation gain, per-split grade-adjusted pacing insights, climbs, hardest windows, and optional weather impact.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.trainpace]
url = "https://api.trainpace.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trainpace": {
"type": "http",
"url": "https://api.trainpace.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trainpace
Remote MCP URL: https://api.trainpace.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"trainpace": {
"url": "https://api.trainpace.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trainpace": {
"type": "http",
"url": "https://api.trainpace.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trainpace",
"transport": "streamable-http",
"url": "https://api.trainpace.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for trainpace.com was fetched 2026-08-25T16:59:46.082Z.
trainpace.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.