← trainpace.com

INDIVIDUAL MCP TOOL

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.

trainpace.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for generate_training_plan and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

trainpace.com

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.

Related tools

  • calculate_training_paces — Derive training paces (easy, tempo, interval, speed, long run, Yasso 800s) from a recent race result.
  • 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.
  • 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.
  • 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.