livetennisapi mcp for Grok
io.github.livetennisapi/livetennisapi-mcp
Live tennis scores, players, rankings, odds and win-probability. ATP, WTA, Challenger, ITF, juniors.
client:Grok
transport:streamable-http
runtime:npm
tools:24
Install livetennisapi mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"livetennisapi-mcp": {
"type": "http",
"url": "https://mcp.livetennisapi.com/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs
What Grok can do once it is connected
- get_live_matches
- get_upcoming_matches
- get_match
- get_match_score
- search_players
- get_player
- get_fixtures
- search_tournaments
- get_tournament
- get_recent_results
- search_archive_matches
- get_archive_match
- search_archive_players
- get_archive_career
- get_h2h
- get_match_events
- get_match_odds
- get_rankings
- get_match_analysis
- get_player_rankings
- get_match_statistics
- get_charting_player
- get_charting_match
- check_api_status