statbotics
Related Servers
Alternatives to statbotics
- AlicenseAqualityAmaintenanceThe Blue Alliance MCP server using its API for FIRST Robotics Competition data. Retrieve comprehensive FRC team, event, and match information.6181 npm1MIT
Related Servers
- AlicenseNot gradedqualityCmaintenanceProvides access to official MLB statistics via a keyless API, enabling AI agents to query MLB data through natural language or direct tools.4 npmMIT
- AlicenseAqualityCmaintenanceExposes the StatsPlus API as tools for MCP-compatible clients, enabling users to query player/team statistics, contracts, ratings, and game history via natural language.155MIT
- AlicenseAqualityBmaintenanceEnables MCP-compatible LLM clients to access live NBA data, including stats, standings, rosters, scores, and box scores via callable tools.9MIT
- AlicenseNot gradedqualityAmaintenanceProvides verified NFL stats (2016–2025) and Sleeper league context through an MCP server, with tools for querying metrics, comparing entities, verifying claims, and accessing league data.MIT
- AlicenseNot gradedqualityAmaintenanceEnables plain-language cricket analytics for MCP clients, including calibrated win probability, ball-by-ball match archives, career and matchup records, venue and phase stats, and live scores, all without an API key.BSD 3-Clause
- AlicenseBqualityBmaintenancePython MCP server that provides comprehensive access to MLB statistics and baseball data through a FastAPI-based interface. Acts as a bridge between AI applications and MLB data sources, enabling seamless integration of baseball statistics, game information, player data, and more.2459MIT
TDQS
Scored across 14 tools
Each tool targets a distinct entity or aggregation (event, events, match, matches, team, team_event, etc.) with no functional overlap. The 'single vs. list' pattern and team-entity combinations are clearly separated.
All tool names follow the 'get_' prefix with snake_case entity names, consistently using singular for single-item lookups and plural for list lookups. The pattern is uniform across all 14 tools.
14 tools is well-scoped for the FRC analytics domain. Each tool serves a necessary query pattern (single, list, team-specific, seasonal) without redundancy or bloat.
The tool surface covers all fundamental query patterns for the Statbotics API: individual and batch lookups for events, matches, teams, and team-specific data, plus seasonal summaries. No obvious gaps for a read-only stats service.