livetennisapi-mcp
Related Servers
Alternatives to livetennisapi-mcp
- AlicenseAqualityDmaintenanceGives your MCP host (Claude Desktop, Cursor, Continue, Zed) access to live scores, match details, standings, top scorers, knockout brackets and player stats across football, basketball, cricket and tennis. Backed by the free public SportScore API — no key, no signup, CORS-open.844 npm10MIT
- AlicenseAqualityBmaintenanceA unified MCP server that aggregates 32 sports API providers into a single service, providing 336 tools for scores, stats, odds, esports, and more across 70+ sports.10066 npm33MIT
Related Servers
- AlicenseBqualityCmaintenanceProvides AI agents with live, grounded sports data including model probabilities, track records, and European soccer and tennis arbitrage opportunities, so they answer from real numbers instead of stale guesses.1348 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables fetching sportsbook odds, live scores, and event information across 70+ books and 30+ leagues, with tools to list sports, get scores, and discover events.2 npmMIT
- AlicenseNot gradedqualityBmaintenanceProps-first sports odds API with a hosted MCP server. Live odds and player props (moneyline, spreads, totals) across US sportsbooks, normalized to JSON. Tools: get_odds, get_props, get_events, get_books. API-key auth, free tier.MIT No Attribution
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access comprehensive sports data including football, basketball, American football, and hockey leagues via 11 tools, with no API key required.MIT
- AlicenseNot gradedqualityCmaintenanceProvides access to comprehensive sports data from 5 major leagues (NBA, NFL, MLB, EPL, NHL) including teams, players, games, statistics, standings, injuries, and betting odds through 67+ endpoints. Enables users to query sports information and analytics through natural language.12MIT
- AlicenseAqualityCmaintenanceProvides AI assistants with sports model win probabilities and fair odds across nine sports without requiring an API key.360 npmMIT
TDQS
Scored across 24 tools
Most tools target distinct resource+action pairs, and the match-level variants are carefully scoped by data family (score, events, odds, analysis, statistics). However, get_upcoming_matches and get_fixtures both list future matches, and get_match already exposes market/analysis data that dedicated odds/analysis tools also cover, so a couple of boundaries require careful reading.
All tools use lowercase snake_case with a consistent get_/search_/check_ prefix, and resources are named predictably (get_match, get_match_score, search_tournaments). The only mild deviations are get_h2h and check_api_status, but they still fit the overall pattern.
24 tools is on the heavy side and exceeds the typical well-scoped range, with some near-duplicate listing endpoints (upcoming vs fixtures) and several niche data families (archive, charting, odds/analysis). At the same time, each tool maps to a distinct data family and none feels purely redundant, so the count is heavy but not bloated.
The surface covers live scores, fixtures/results, players, tournaments, rankings, archive history, charting, odds, and analysis, which is unusually broad for a read-only API. Gaps are minor workflow issues: there is no tournament-id-based match/results listing, and historical/charting searches return ids that the career and H2H tools cannot directly consume since they take names.