sports-pulse-mcp
Related Servers
Alternatives to sports-pulse-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that connects Claude Desktop to The Odds API, giving Claude real-time access to sports odds, scores, and schedules across 80+ sports and leagues worldwide.-
- FlicenseAqualityDmaintenanceAn MCP server that connects Claude Desktop to Hudl, enabling live access to team stats, player stats, and game results through natural language queries.7-
- AlicenseAqualityDmaintenanceAn MCP server that provides access to ESPN Fantasy Basketball APIs, enabling Claude and other MCP clients to fetch league teams, rosters, free agents, matchups, NBA schedules, and live draft assistant tools.141MIT
- AlicenseAqualityBmaintenanceMCP server that gives Claude live access to Major League Soccer data — teams, matches, standings, rosters, and schedule-strength analytics — via the ESPN public API.11MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for natural language analysis of baseball league data, enabling team statistics, standings, lineup suggestions, and scouting reports via Claude Desktop.-
- AlicenseBqualityDmaintenanceAn MCP server providing access to college football statistics sourced from the College Football Data API within Claude Desktop.927MIT
TDQS
Scored across 10 tools
Each tool targets a distinct data type: live scores, today's fixtures, upcoming fixtures for a team, recent results, standings, head-to-head, NBA equivalents, and a weekly briefing. Minor potential confusion exists between get_today_fixtures and get_upcoming_fixtures (both about future fixtures), but time scope and 'specific team' focus differentiate them sufficiently. The weekly briefing is clearly an aggregate tool.
All tool names follow a consistent get_<subject> pattern in snake_case, with clear English nouns/verbs (live_scores, today_fixtures, upcoming_fixtures, recent_results, etc.). The NBA tools use get_nba_ prefix uniformly, maintaining a predictable convention.
Ten tools is a well-scoped set for a multi-sport score/fixture service. Each tool covers a distinct need, and the mix of specific and aggregate tools (weekly briefing) feels balanced without bloat or sparsity.
The surface covers core read-only queries for football and NBA: live scores, fixtures, results, standings, head-to-head, and player stats, plus an aggregate weekly briefing. Missing operations like league filters for some sports, player search by name, or historical season stats are minor gaps that agents can work around; the domain is fundamentally a read-only data provider, so no create/update/delete is expected.