{"name":"io.github.livetennisapi/livetennisapi-mcp","slug":"livetennisapi-mcp","title":null,"description":"Live tennis scores, players, rankings, odds and win-probability. ATP, WTA, Challenger, ITF, juniors.","url":"https://mcp.market/server/livetennisapi-mcp","rating":null,"grade":"A","score":90,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":56,"stars":150,"forks":53,"downloads_week":237,"last_push_at":"2026-09-14T12:37:26.000Z","license":"MIT"},"uptime":null,"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/livetennisapi/livetennisapi-mcp","website":"https://livetennisapi.com","version":"1.5.0","remotes":[{"type":"streamable-http","url":"https://mcp.livetennisapi.com/mcp","headers":[{"description":"Bearer twjp_… — your Live Tennis API key. Tools are listable without it; calling one needs it. Free key, no card: https://livetennisapi.com/subscribe/free","isSecret":true,"name":"Authorization"}]}],"packages":[{"registryType":"npm","identifier":"livetennisapi-mcp","version":"1.5.0","transport":{"type":"stdio"},"environmentVariables":[{"description":"Your Live Tennis API key (twjp_...). Get one free, no card, at https://livetennisapi.com/subscribe/free — the server runs without it but only the status check will work.","isSecret":true,"name":"LIVETENNISAPI_KEY"}]}],"tools":[{"name":"check_api_status","description":"Check whether the Live Tennis API is reachable and which plan the configured key is on. Useful for diagnosing why other tools are refusing data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_archive_career","description":"One player's whole career over the results archive (1968–2022): W-L record overall and by surface/level/year, titles, and summed serve statistics with honest coverage — the corpus records serve stats from 1991 only, so matches_with_stats states how many matches the serve block covers. The name must resolve to one person; an ambiguous fragment returns the candidate list to choose from. Requires the BASIC plan or any History plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":3,"description":"Player name fragment, min 3 chars — must resolve to exactly one person."}},"required":["name"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_archive_match","description":"One result from the results archive (1968–2022), with per-match serve statistics where the era recorded them — stats are null for most rows before 1991, honestly, never synthesised. Requires the BASIC plan or any History plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"archive_match_id":{"type":"integer","description":"Archive match id, as returned by search_archive_matches."}},"required":["archive_match_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_charting_match","description":"Every Match Charting Project stat family for ONE charted match, both players, with the per-set split (set 1, set 2, …, Total) exactly as charted. Charting ids are their own id space (1960–2026), mostly matches with no counterpart in the live tables. Requires the ULTRA plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"charting_match_id":{"type":"integer","description":"Charting match id — its own id space, not a match_id."}},"required":["charting_match_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_charting_player","description":"Career shot-level profile from the Match Charting Project: serve placement (deuce/ad × wide/body/T), return depth and outcomes, net play, clutch break/game/set-point serving, winners and errors by wing, rally-length tendencies — summed over the player's charted matches. COVERAGE IS CURATED (11,646 charted matches back to the 1960s, concentrated on the majors), not full-slate. An ambiguous name returns the candidates to choose from. Requires the ULTRA plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":3,"description":"Player name fragment, min 3 chars — must resolve to one charted person."},"gender":{"type":"string","enum":["men","women"],"description":"Disambiguates a name charted on both tours."}},"required":["name"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_fixtures","description":"Upcoming scheduled tennis fixtures, earliest first — the forward schedule.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tour":{"type":"string","enum":["atp","wta","challenger","itf","juniors"],"description":"Tour filter; each name covers its doubles variants. Exhibition/team events carry no tour and are excluded whenever the filter is used."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":20,"description":"Maximum fixtures to return (1-200)."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_h2h","description":"The all-time record between two players, across BOTH halves of the product: the results archive (1968–2022) plus our own completed matches (2023 onward). Names are the keys — an ambiguous fragment returns the candidate list to choose from rather than guessing. Totals count only meetings with a known winner; walkovers and retirements are part of the record and each meeting carries its outcome. Requires the BASIC plan or any History plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"player1":{"type":"string","minLength":3,"description":"First player name (fragment, min 3 chars), e.g. \"federer\"."},"player2":{"type":"string","minLength":3,"description":"Second player name (fragment, min 3 chars), e.g. \"nadal\"."}},"required":["player1","player2"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_live_matches","description":"List tennis matches currently in progress, with live scores. Covers ATP, WTA, Challenger, ITF and juniors. Use this for \"what tennis is on right now\".","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tour":{"type":"string","enum":["atp","wta","challenger","itf","juniors"],"description":"Tour filter; each name covers its doubles variants. Exhibition/team events carry no tour and are excluded whenever the filter is used."},"player":{"type":"array","items":{"type":"integer"},"maxItems":50,"description":"Player ids (from search_players), max 50 — keeps matches where ANY listed player is either participant."},"country":{"type":"string","minLength":3,"maxLength":3,"description":"Either participant's country — the lowercase 3-letter IOC-style code the Player object returns (e.g. ned, sui, gre), NOT ISO-3166. Players with no recorded country never match."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":20,"description":"Maximum matches to return (1-200)."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_match","description":"Full detail for one match by id: players, score, surface, round and status. Includes market prices on PRO and model analysis on ULTRA.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"match_id":{"type":"integer","description":"Match id, as returned by get_live_matches, get_upcoming_matches or get_recent_results."}},"required":["match_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_match_analysis","description":"Model analysis for a match: predicted win probability, the model's thesis and the key factors behind it. Requires the ULTRA plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"match_id":{"type":"integer","description":"Match id, as returned by get_live_matches, get_upcoming_matches or get_recent_results."}},"required":["match_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_match_events","description":"Timeline of events for a match — breaks, games won, sets won, momentum runs. Requires the PRO plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"match_id":{"type":"integer","description":"Match id, as returned by get_live_matches, get_upcoming_matches or get_recent_results."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":30,"description":"Maximum events to return (1-200)."}},"required":["match_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_match_odds","description":"Match-winner market prices for a match — implied probability per player, with bid, ask and mid. Requires the PRO plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"match_id":{"type":"integer","description":"Match id, as returned by get_live_matches, get_upcoming_matches or get_recent_results."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":10,"description":"Maximum price points to return (1-200)."}},"required":["match_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_match_score","description":"Current score for one match — the fastest, lowest-latency read. Use this when you only need the score and already know the match id.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"match_id":{"type":"integer","description":"Match id, as returned by get_live_matches, get_upcoming_matches or get_recent_results."}},"required":["match_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_match_statistics","description":"In-play (or final) statistics for one match, in TWO families kept deliberately separate: DERIVED is rebuilt from the point-by-point record (holds/breaks, break points, service/return points); MEASURED is counted upstream and includes what no point record can yield — aces, double faults, the serve split, winners/unforced errors. Measured coverage varies by tour; absent fields are omitted, never zero-filled. Requires the ULTRA plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"match_id":{"type":"integer","description":"Match id, as returned by get_live_matches, get_upcoming_matches or get_recent_results."}},"required":["match_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_player","description":"One player's profile: ranking, country, handedness, date of birth and cached stats.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"player_id":{"type":"integer","description":"Player id, as returned by search_players."}},"required":["player_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_player_rankings","description":"Point-in-time ranking records for SPECIFIC players: per system, the newest record in force ON OR BEFORE as_of — never one dated after it. Every other ranking field in this API is the CURRENT value joined at read time; this is the historical answer. Systems are never collapsed: ATP/WTA and the ITF circuits carry rank+points, UTR a rating. ITF and UTR history begins 2026-07-29. Requires the ULTRA plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"player_ids":{"type":"array","items":{"type":"integer"},"minItems":1,"maxItems":50,"description":"Roster player ids, as returned by search_players. Max 50."},"as_of":{"type":"string","description":"YYYY-MM-DD — the record in force on this date. Omit for the latest known."},"system":{"type":"string","enum":["atp","wta","itf_jt","itf_mt","itf_wt","utr"],"description":"Restrict to one system. Omit for every system held for the player."}},"required":["player_ids"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_rankings","description":"The FULL published ranking table in rank order for one system — the newest week at or before as_of. Rows carry player_name as published and a null player_id for players outside our roster, so the table has no silent holes. ATP/WTA history runs deep; the ITF circuits begin 2026-07-29. For point-in-time records of SPECIFIC players use get_player_rankings. Requires the PRO plan.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"system":{"type":"string","enum":["atp","wta","itf_jt","itf_mt","itf_wt"],"description":"Ranking system to list. utr has no listing — it is a rating, not a ranking."},"as_of":{"type":"string","description":"YYYY-MM-DD — serves the newest published week at or before this date. Omit for latest."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":20,"description":"Maximum ranking rows to return (1-200)."}},"required":["system"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_recent_results","description":"Recently completed tennis matches with final scores and winners. Filterable by tour, player, nationality and play date. Requires the BASIC plan or any History plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tour":{"type":"string","enum":["atp","wta","challenger","itf","juniors"],"description":"Tour filter; each name covers its doubles variants. Exhibition/team events carry no tour and are excluded whenever the filter is used."},"player":{"type":"array","items":{"type":"integer"},"maxItems":50,"description":"Player ids (from search_players), max 50 — keeps matches where ANY listed player is either participant."},"country":{"type":"string","minLength":3,"maxLength":3,"description":"Either participant's country — the lowercase 3-letter IOC-style code the Player object returns (e.g. ned, sui, gre), NOT ISO-3166. Players with no recorded country never match."},"from":{"type":"string","description":"Earliest play date: YYYY-MM-DD (a whole UTC day) or ISO-8601 datetime."},"to":{"type":"string","description":"Latest play date: YYYY-MM-DD or ISO-8601; must not precede from."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":20,"description":"Maximum matches to return (1-200)."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_tournament","description":"One tournament by its stable id — the tournament_id carried on match objects. Name, tour, surface, indoor, plus host city/country and category where curated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tournament_id":{"type":"string","description":"Stable tournament id, as returned by search_tournaments or carried on a match as tournament_id."}},"required":["tournament_id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_upcoming_matches","description":"List tennis matches scheduled to start soon, with players and tournament.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tour":{"type":"string","enum":["atp","wta","challenger","itf","juniors"],"description":"Tour filter; each name covers its doubles variants. Exhibition/team events carry no tour and are excluded whenever the filter is used."},"player":{"type":"array","items":{"type":"integer"},"maxItems":50,"description":"Player ids (from search_players), max 50 — keeps matches where ANY listed player is either participant."},"country":{"type":"string","minLength":3,"maxLength":3,"description":"Either participant's country — the lowercase 3-letter IOC-style code the Player object returns (e.g. ned, sui, gre), NOT ISO-3166. Players with no recorded country never match."},"from":{"type":"string","description":"Earliest play date: YYYY-MM-DD (a whole UTC day) or ISO-8601 datetime."},"to":{"type":"string","description":"Latest play date: YYYY-MM-DD or ISO-8601; must not precede from."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":20,"description":"Maximum matches to return (1-200)."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_archive_matches","description":"Search the results archive — completed-match RESULTS from 1968 through 2022: ATP and WTA, main draws, qualifying and the ITF/futures tiers. Winner/loser-shaped records with final score, seeds and ranks AT THE TIME of the match. Use this for historical questions (\"Borg's Wimbledon finals\"); the archive ends 2022-12-31 where our own results (get_recent_results) begin. Requires the BASIC plan or any History plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"player_name":{"type":"string","minLength":3,"description":"Case-insensitive fragment of EITHER player's name, min 3 chars, e.g. \"borg\"."},"tour":{"type":"string","enum":["atp","wta"],"description":"atp or wta."},"from":{"type":"string","description":"Earliest tournament START date, YYYY-MM-DD."},"to":{"type":"string","description":"Latest tournament START date, YYYY-MM-DD."},"round":{"type":"string","enum":["F","SF","QF","R16","R32","R64","R128","RR","BR","Q1","Q2","Q3","Q4","ER"],"description":"Round code, e.g. F for finals."},"level":{"type":"string","description":"Source tier code: G=grand slam, M=masters, A=tour, F=finals, D=davis cup, C=challenger, O=olympics, or a futures category code (e.g. 15)."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":20,"description":"Maximum results to return (1-200)."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_archive_players","description":"The people of the results archive (1968–2022): hand, date of birth, country, height, and career-high rank with the week it was first reached. Their ids are corpus person ids (the winner/loser player_id on archive results), not roster ids — for current players use search_players. Requires the BASIC plan or any History plan.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":3,"description":"Full or partial player name, min 3 chars, e.g. \"navratilova\"."},"tour":{"type":"string","enum":["atp","wta"],"description":"atp or wta."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":10,"description":"Maximum players to return (1-200)."}},"required":["query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_players","description":"Search tennis players by name. Returns id, country, ranking and tour. Use the returned id with get_player.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"description":"Full or partial player name, e.g. \"alcaraz\"."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":10,"description":"Maximum players to return (1-200)."}},"required":["query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_tournaments","description":"Search the tournament catalogue — the stable id space that match objects carry as tournament_id. Returns surface, indoor, host city/country and category where curated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Full or partial tournament name, e.g. \"wimbledon\". Omit to list all."},"tour":{"type":"string","enum":["atp","wta","challenger","itf","juniors"],"description":"Restrict to one tour."},"limit":{"type":"integer","minimum":1,"maximum":200,"default":20,"description":"Maximum tournaments to return (1-200)."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":90,"grade":"A","scanned_at":"2026-09-19T15:58:14.590Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T15:58:14.626Z","components":{"code":{"score":25,"max":25,"notes":["4 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 340ms"]},"poisoning":{"score":15,"max":15,"notes":["24 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 5 days ago"]},"identity":{"score":7,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.livetennisapi.com/mcp","reachable":true,"authRequired":false,"latencyMs":340,"serverInfo":{"name":"livetennisapi","version":"1.4.0"}}],"packages":[{"registryType":"npm","identifier":"livetennisapi-mcp","version":"1.5.0","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":5,"publishedAt":"2026-09-14T12:37:57.324Z","repositoryUrl":"git+https://github.com/livetennisapi/livetennisapi-mcp.git","weeklyDownloads":237}],"repo":{"found":true,"owner":"livetennisapi","repo":"livetennisapi-mcp","archived":false,"pushedAt":"2026-09-14T12:37:26Z","stars":150,"forks":53,"openIssues":3,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/306618864?v=4","ownerCreatedAt":"2026-07-18T22:06:25Z","license":"MIT"},"icon":{"url":"https://avatars.githubusercontent.com/u/306618864?v=4&s=128","source":"github"},"presence":{"stars":150,"forks":53,"downloadsWeek":237,"license":"MIT","lastPushAt":"2026-09-14T12:37:26.000Z","score":56}}}},"grade_history":[],"reviews":[]}