# livetennisapi-mcp MCP server

Real-time tennis scores, players, odds and model win-probability for ATP, WTA, Challenger, ITF.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-livetennisapi-livetennisapi-mcp
- Repository: https://github.com/livetennisapi/livetennisapi-mcp
- Website: https://livetennisapi.com

## Install
- Command: `npx -y livetennisapi-mcp`
- Endpoint: https://mcp.livetennisapi.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- Package: Npm livetennisapi-mcp v1.3.0
- Environment variable: LIVETENNISAPI_KEY (secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.livetennisapi.com/mcp
- Header: Authorization

## Tools
- get_live_matches (Live matches) - List tennis matches currently in progress, with live scores. Covers ATP, WTA, Challenger and ITF. Use this for "what tennis is on right now". Endpoint: https://mcp.livetennisapi.com/mcp
- get_upcoming_matches (Upcoming matches) - List tennis matches scheduled to start soon, with players and tournament. Endpoint: https://mcp.livetennisapi.com/mcp
- get_match (Match detail) - Full detail for one match by id: players, score, surface, round and status. Includes market prices on PRO and model analysis on ULTRA. Endpoint: https://mcp.livetennisapi.com/mcp
- get_match_score (Match score) - Current score for one match — the fastest, lowest-latency read. Use this when you only need the score and already know the match id. Endpoint: https://mcp.livetennisapi.com/mcp
- search_players (Search players) - Search tennis players by name. Returns id, country, ranking and tour. Use the returned id with get_player. Endpoint: https://mcp.livetennisapi.com/mcp
- get_player (Player profile) - One player's profile: ranking, country, handedness, date of birth and cached stats. Endpoint: https://mcp.livetennisapi.com/mcp
- get_fixtures (Fixture schedule) - Upcoming scheduled tennis fixtures, earliest first — the forward schedule. Endpoint: https://mcp.livetennisapi.com/mcp
- get_recent_results (Recent results) - Recently completed tennis matches with final scores and winners. Endpoint: https://mcp.livetennisapi.com/mcp
- get_match_events (Match timeline) - Timeline of events for a match — breaks, games won, sets won, momentum runs. Requires the PRO plan. Endpoint: https://mcp.livetennisapi.com/mcp
- get_match_odds (Match market prices) - Match-winner market prices for a match — implied probability per player, with bid, ask and mid. Requires the PRO plan. Endpoint: https://mcp.livetennisapi.com/mcp
- get_match_analysis (Model analysis) - Model analysis for a match: predicted win probability, the model's thesis and the key factors behind it. Requires the ULTRA plan. Endpoint: https://mcp.livetennisapi.com/mcp
- check_api_status (API status and plan) - 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. Endpoint: https://mcp.livetennisapi.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.livetennisapi
- Version: 1.3.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 3, 2026
- Source: https://registry.modelcontextprotocol.io
