Skip to content
Endurance AnalyticsEndurance Analytics
  • Calendar
  • Trail Finder
  • Challenges
  • Blog
Trail RunningBiathlonSkiingSkimoOlympicsCalendarTrail FinderGPX AnalyzerRace Pace CalculatorChallengesComparePricingConnect AIBlog

Know the course before you run it

© 2026 Endurance-Analytics. All rights reserved.

Privacy PolicyTerms of ServiceRefundsContact

Connect your AI agent

Use Endurance Analytics from Claude Code, Codex or any MCP-capable assistant, with access to the race catalog, course breakdowns and pacing plans.

What the agent can do

  • ▸Answer questions about your trainings, endurance curves, zones and stored races
  • ▸Search the public race catalog and read results and course terrain
  • ▸Upload a GPX course as one of your races and analyse its terrain
  • ▸It cannot delete or edit your data — those stay on the website

Claude Code

Add the server, then run /mcp. Your browser opens, you sign in and approve what the assistant may access.

claude mcp add --transport http endurance https://api.endurance-analytics.com/mcp

Nothing is stored on disk: the assistant gets a short-lived token and refreshes it by itself. Revoke it any time in your profile settings.

Codex CLI

Add this block to ~/.codex/config.toml — remote servers are configured in the file, not by a command.

[mcp_servers.endurance]
url = "https://api.endurance-analytics.com/mcp"

Then sign in: the command opens your browser and stores the token for Codex.

codex mcp login endurance

Any other MCP client

Any client that supports remote HTTP servers connects to this address. Authorization happens in the browser.

https://api.endurance-analytics.com/mcp