MCP.so
Sign In

SportsTrackLiveVerifiedFeatured

@STL Solutions

About SportsTrackLive

SportsTrackLive is a remote MCP server available at https://mcp.sportstracklive.com. SportsTrackLive is a Live Tracking solution and let you record, share and relive your Tracks! SportsTrackLive provide a real-time tra

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "sportstracklive": {
      "type": "http",
      "url": "https://mcp.sportstracklive.com/mcp"
    }
  }
}

Tools

8

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. Stateless: nothing is stored, no account needed. Provide the file ONE of three ways — never reconstruct file content inside the conversation: (1) LOCAL file + shell available: run `curl -s -X POST https://mcp.sportstracklive.com/upload --data-binary @/path/to/file` in ONE command, then pass the returned `upload_id`; (2) file already online: pass its public https link as `file_url`, the server downloads it; (3) `file_base64` only for small files (< ~100 KB).

Create an interactive 3D replay of the USER'S OWN trace file (GPX, TCX, IGC, SBP or FIT, max 8 MiB) on SportsTrackLive and return its link. The flight becomes a PRIVATE track owned by a temporary guest account — it appears in no listing or search — and the link stays valid 7 days, after which everything is purged. From the replay page the user can create an account to keep the flight permanently. Provide the file exactly like analyze_activity_file (upload_id / file_url / file_base64); pass pilot_name so the player credits the right person. Takes up to ~90 s (the full analysis pipeline runs).

List public SportsTrackLive activities being recorded LIVE right now (paragliding flights, sailing races, rides, runs…), optionally filtered by sport and country. Each entry carries the athlete, sport, location, start time, latest recorded position/speed and a watch_url to follow the activity live in a browser.

Get the interactive 3D replay URL of an EXISTING PUBLIC SportsTrackLive track (Cesium terrain viewer with camera controls and timeline) plus its summary statistics. The URL must be opened in a web browser — share it with the user. NOT for a file the user just provided: for that, use create_ephemeral_replay, which builds a private replay of THEIR trace. Never substitute another athlete's track for the user's own file.

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. Only public tracks are returned; private tracks answer not_found.

Import the user's trace file (GPX, TCX, IGC, SBP or FIT, max 8 MiB) into THEIR SportsTrackLive account permanently — full analysis, 3D replay, appears in their profile with their default privacy setting. REQUIRES the user to be connected via OAuth (this MCP server supports it; the client starts the flow). For a user without an account, use create_ephemeral_replay instead. Provide the file exactly like analyze_activity_file (upload_id / file_url / file_base64).

Search SportsTrackLive athletes by name (user name, first or last name). Returns id, user name, full name, country, number of public tracks and the public profile URL.

Search public SportsTrackLive tracks (finished, stored activities), newest first. Filter by free text (locality / take-off name or athlete user name), sport name, and an ISO date range. Returns per track the athlete, sport, location, date and web page URL; feed a track_id to get_track_stats for full statistics.

Overview

What is SportsTrackLive?

SportsTrackLive is a live GPS tracking and activity-analysis platform for outdoor sports — paragliding, hang gliding, gliding, sailing, cycling, running, skiing and 50+ more. This MCP server exposes its analysis engine and live data directly to AI agents.

No account needed — the read-only tier works instantly. OAuth unlocks importing activities into your own account.

Tools

ToolWhat it does
analyze_activity_fileSend a GPX/TCX/IGC/SBP/FIT file, get per-sport metrics: thermal detection with climb stats, flight phases (glide/float/search), glide polar & MacCready speed-to-fly, wind estimation, laps, splits. Stateless.
create_ephemeral_replayTurn your trace into an interactive 3D replay link, valid 7 days, claimable into an account.
get_live_activitiesWho is flying/sailing/riding live right now (position, altitude, speed).
get_track_stats, search_tracks, search_athletesPublic tracks & athlete profiles.
import_activity(OAuth) Import the file permanently into YOUR account.

Try it

Analyze this IGC file from yesterday's paragliding flight: how many thermals, what average climb rate, what wind?

Build a 3D replay of this GPX trace and give me the link.

Who is flying live right now in the Alps?

Sending files efficiently

Don't paste base64 into the conversation: POST the file to https://mcp.sportstracklive.com/upload (one curl) and pass the returned upload_id, or give a public file_url.

Links

Comments

More Data & Analytics MCP servers