← Registry

General Tools

trainpace.com

Provides running training calculations including pace zones, VDOT, training plans, fueling strategies, and route analysis.

1 endpoint5 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://api.trainpace.com/api/mcp

No auth detected

MCP server metadata

Name
trainpace
Version
1.0.0
Capabilities
tools.listChanged

Known tools 5

calculate_training_paces

Derive training paces (easy, tempo, interval, speed, long run, Yasso 800s) from a recent race result.

Inferred read-only
calculate_vdot

Compute 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-only
generate_training_plan

Build 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-only
calculate_fuel_plan

Compute carbs/hour, total carbs and calories, gel count, and a front-loaded fuel-stop timeline for a 10K, half, or full marathon.

Inferred read-only
analyze_route

Analyze 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-only

CONNECT 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.

Trust status Trusted

trainpace.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.