Fantasy NBA Israel League MCP
Related Servers
Alternatives to Fantasy NBA Israel League MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive NBA player statistics from basketball-reference.com, delivering detailed stats including career summaries, season comparisons, advanced metrics, and shooting analytics.3MIT
- AlicenseAqualityBmaintenanceProvides read-only access to the Sleeper Fantasy Sports API for league info, rosters, matchups, drafts, transactions, and player data.1872 npm1MIT
- AlicenseNot gradedqualityBmaintenanceEnables reading and scoring Fleaflicker fantasy football leagues, including rosters, standings, matchups, boxscores, draft boards, and stat line scoring using league-specific rules, with no authentication required.MIT
- AlicenseBqualityDmaintenanceProvides comprehensive NBA statistics via Model Context Protocol, enabling queries for player stats, game scores, team info, and advanced analytics through natural language.2110MIT
- FlicenseNot gradedqualityDmaintenanceEnables full automation of Sport5 Fantasy League management including team analysis, player searches, automatic transfers, captain selection, and optimization recommendations. Supports Hebrew interface and provides comprehensive fantasy football team management through natural language commands.-
- FlicenseBqualityNot gradedmaintenanceProvides access to FantasyPros API for retrieving sports data including news, player information, consensus rankings, and projections across NFL, MLB, NBA, and NHL.57-
TDQS
Scored across 5 tools
The tools are mostly distinct with clear purposes: getAveragesLeagueRankings (rotisserie ranking points), getAverageStats (actual performance averages), getLeagueShotsStats (cumulative shooting totals), getTeamDetails (comprehensive team data), and getTeams (team list). However, getAveragesLeagueRankings and getTeamDetails both provide ranking points, which could cause confusion about which to use for ranking data, though their scopes differ (league-wide vs. single team).
The naming is mixed but readable: getAveragesLeagueRankings, getAverageStats, getLeagueShotsStats, getTeamDetails, and getTeams. Most start with 'get' followed by a noun phrase, but there's inconsistency in pluralization (Averages vs. Average) and structure (e.g., 'LeagueRankings' vs. 'LeagueShotsStats'). It's not chaotic but lacks a strict pattern like verb_noun throughout.
With 5 tools, this is well-scoped for a fantasy NBA league server. Each tool serves a distinct purpose: retrieving league rankings, stats, shooting data, team details, and team list. The count is appropriate, avoiding bloat while covering core functionalities like data access and analysis.
The tool set covers key aspects of a fantasy league: league-wide rankings, stats, shooting data, team details, and team listing. Minor gaps exist, such as no tools for updating league settings, managing teams, or accessing player-specific data beyond team rosters, but agents can work around these for basic querying and analysis tasks.