← Registry

Analytics

sportstracklive.com

Provides sports activity analytics and track data retrieval, including GPS file analysis, live activity monitoring, 3D replays, and athlete search.

1 endpoint6 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://mcp.sportstracklive.com/mcp

No auth detected

MCP server metadata

Name
sportstracklive
Version
0.1.0
Capabilities
tools
Server instructions

SportsTrackLive — live GPS sports tracking and sport-specific activity analysis (paragliding, hang gliding, gliding, sailing, cycling, running, skiing…). Use analyze_activity_file to analyze a user's GPS trace file (GPX/TCX/IGC/SBP/FIT): it returns computed metrics plus, per sport, thermals, flight phases with glide polar and MacCready, wind estimate and laps. Browse the public platform data with get_live_activities (who is live right now), search_tracks / get_track_stats (public activities and their statistics), search_athletes (public profiles) and get_track_replay_3d (interactive 3D replay URL). All tools are read-only and anonymous; only public data is ever returned.

Known tools 6

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.

Inferred read-only
get_live_activities

List public SportsTrackLive activities being recorded LIVE right now (paragliding flights, sailing races, rides, runs…), optionally filtered by sport and country.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
search_athletes

Search SportsTrackLive athletes by name (user name, first or last name).

Inferred read-only
search_tracks

Search public SportsTrackLive tracks (finished, stored activities), newest first.

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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