Real-time tennis scores, players, odds and model win-probability for ATP, WTA, Challenger, ITF.
Livetennisapi MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Real-time tennis scores, players, odds and model win-probability for ATP, WTA, Challenger, ITF.
Give Claude, Cursor, Zed or any MCP client live tennis scores, players and fixtures — for ATP, WTA, Challenger and ITF. Odds and model win-probability tools are included, and require the PRO and ULTRA plans.
Once Livetennisapi is connected, these are the calls the assistant has available:
get_live_matches — Matches in progress, with live scoresget_upcoming_matches — Matches starting soonget_match — Full detail for one matchget_match_score — Current score only — fastest readsearch_players — Find players by nameget_player — Profile, ranking, country, handednessget_fixtures — Forward schedulesearch_tournaments — Tournament catalogue — surface, location, categoryget_tournament — One tournament by its stable idget_recent_results — Completed matches and winnerssearch_archive_matches — Results archive (1968–2022) — historical results with ranks and seeds at the timeget_archive_match — One archive result, with serve stats where the era recorded themYou will need one environment variable: LIVETENNISAPI_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Livetennisapi's toolset — get_live_matches, get_upcoming_matches, get_match and 11 more — is a fair guide to whether it matches your workflow. It is maintained by livetennisapi; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Livetennisapi's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_live_matches | Matches in progress, with live scores |
| get_upcoming_matches | Matches starting soon |
| get_match | Full detail for one match |
| get_match_score | Current score only — fastest read |
| search_players | Find players by name |
| get_player | Profile, ranking, country, handedness |
| get_fixtures | Forward schedule |
| search_tournaments | Tournament catalogue — surface, location, category |
| get_tournament | One tournament by its stable id |
| get_recent_results | Completed matches and winners |
| search_archive_matches | Results archive (1968–2022) — historical results with ranks and seeds at the time |
| get_archive_match | One archive result, with serve stats where the era recorded them |
| search_archive_players | Archive bios — hand, DOB, career-high rank |
| get_archive_career | Career W-L, titles and serve aggregates over the archive |
{
"mcpServers": {
"livetennisapi": {
"command": "npx",
"args": ["-y", "livetennisapi-mcp"],
"env": {
"LIVETENNISAPI_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| LIVETENNISAPI_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.