Home › Other › livetennisapi-mcp
livetennisapi-mcp
Live tennis scores, players, rankings, odds and win-probability. ATP, WTA, Challenger, ITF, juniors.
Topics: Sports
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.livetennisapi.com/mcp Reachable (checked 2026-09-24)
Claude Code:
claude mcp add --transport http livetennisapi-mcp https://mcp.livetennisapi.com/mcp --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"livetennisapi-mcp": {
"url": "https://mcp.livetennisapi.com/mcp",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationsecret — 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
Package (npm 1.5.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"livetennisapi-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"LIVETENNISAPI_KEY": "<YOUR_VALUE>"
}
}
}
}
LIVETENNISAPI_KEYsecret — 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.
Related servers
strava-mcp
MCP server for accessing Strava API
trainingpeaks-mcp
Query TrainingPeaks workouts, analyze CTL/ATL/TSB fitness metrics, and compare power/pace PRs through Claude Desktop.
Fantasy Football Manager
ESPN draft and lineup analysis for Codex and MCP clients. Live actions use the ESPN companion.
mlb-api-mcp
MCP server that acts as a proxy to the freely available MLB API, which provides player info, stats, and game information.
mcp-sports-hub
41 sports API providers, 396 tools: scores, stats, odds, esports, chess, motorsport & more.
wc26-mcp
FIFA World Cup 2026 data: matches, teams, venues, city guides, fan zones, and more.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry