INDIVIDUAL MCP TOOL
get_track_replay_3d
Get the interactive 3D replay URL of a public SportsTrackLive track (Cesium terrain viewer with camera controls and timeline) plus its summary statistics.
LIVE ENDPOINT
https://mcp.sportstracklive.com/mcp
Connect to this endpoint to inspect the live schema for get_track_replay_3d and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.sportstracklive]
url = "https://mcp.sportstracklive.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sportstracklive": {
"type": "http",
"url": "https://mcp.sportstracklive.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sportstracklive
Remote MCP URL: https://mcp.sportstracklive.com/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": {
"sportstracklive": {
"url": "https://mcp.sportstracklive.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sportstracklive": {
"type": "http",
"url": "https://mcp.sportstracklive.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sportstracklive",
"transport": "streamable-http",
"url": "https://mcp.sportstracklive.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
analyze_activity_file— Analyze a GPS activity trace file (GPX, TCX, IGC, SBP or FIT, max 8 MiB) and return sport-specific metrics computed by the SportsTrackLive engine: distance, speeds, altitudes, and — depending on the sport — thermal detection with climb statistics, flight phases (glide/float/search) with glide polar and MacCready, wind estimation, lap detection around course marks, and splits.get_live_activities— List public SportsTrackLive activities being recorded LIVE right now (paragliding flights, sailing races, rides, runs…), optionally filtered by sport and country.get_track_stats— Get the public statistics of a SportsTrackLive track by its numeric id: athlete, sport, location, date, duration, distance, speeds, altitudes and the track's web page URL.search_athletes— Search SportsTrackLive athletes by name (user name, first or last name).search_tracks— Search public SportsTrackLive tracks (finished, stored activities), newest first.