Chuck
Hosted MCP server for live sports data — scores, analytics, schedules, standings, multi-book odds, team form, head-to-head, model predictions, and…
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
- List Sports: List the sports available on this product.
- List Leagues: List the leagues within a sport (e.g. soccer has 700+), filterable by name/country. Use this to discover a ``league_id`` before calling ``list_games`` with it. Single-league sports (nfl/
- List Games: List games for a sport. Optional filters: ``date`` (YYYY-MM-DD), ``league_id`` (for multi-league sports — discover via ``list_leagues``), and ``season`` (e.g. '2025'). All game times are U
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Hosted MCP server for live sports data — scores, analytics, schedules, standings, multi-book odds, team form, head-to-head, model predictions, and pre-generated matchup analysis across 1,000+ leagues in 150+ countries. Free tier, no card.
Список инструментов сервера (14)
Технические названия из tools/list. Нужны только разработчикам.
| list_sports | List the sports available on this product. |
| list_leagues | List the leagues within a sport (e.g. soccer has 700+), filterable by name/country. Use this to discover a ``league_id`` before calling ``list_games`` with it. Single-league sports (nfl/nba/cfb/cbb) return one entry. |
| list_games | List games for a sport. Optional filters: ``date`` (YYYY-MM-DD), ``league_id`` (for multi-league sports — discover via ``list_leagues``), and ``season`` (e.g. '2025'). All game times are UTC (ISO-8601, ending in 'Z') — present them as UTC, never US Eastern. |
| get_game | Get composite detail for one game. Game times are UTC (ISO-8601 'Z') — present as UTC. |
| get_game_analysis | Get PRE-GENERATED analysis for one game (never generated on demand). |
| list_teams | Search/list teams for a sport. ``q`` matches team name; ``league`` matches league name. |
| get_team_form | Get a team's recent form (streak / last-N / home-away split). |
| get_team_season | Get a team's season summary + betting record. |
| get_odds | Get odds for a game or date (betting-adjacent; tier/geo gated). Current/upcoming games use the pregame consensus snapshot. For finished/past games set ``historical=true`` to get per-bookmaker archived lines, or ``consensus=true`` for a single median-across-books row per game. History depth is capped by the caller's plan. All times UTC (ISO-8601, ending in 'Z'). |
| get_results_with_odds | Completed games paired with their consensus closing line (backtesting / closing-line value). Each row is a finished game (score, winner, margin) plus ``closing_odds`` — the median line across books at close, when archived. History depth is capped by the caller's plan; ``page`` is 50 rows. All times UTC (ISO-8601, ending in 'Z'). |
| get_capabilities | Discover which features are available, per sport or as the full matrix. Coverage is uneven and grows over time (e.g. standings exist for nfl but not cfb/cbb). Call this before a feature query to avoid asking for data a sport doesn't have yet. Pass ``sport`` for one sport's feature list, or omit it for every sport. |
| get_standings | Get standings for a sport. |
| search | Find leagues + teams by name across every sport — the fastest way to navigate the catalog. Returns ``{leagues, teams}``. Data access remains plan-gated; this is discovery only. |
| ask_chuck | Ask Chuck a natural-language sports question and get a written answer (Ultra plan; live AI). Unlike every other tool (pure data), this runs a server-side LLM that drives the SAME curated, plan-gated data tools to answer. Heavy + spend-capped: gated to Ultra, with its own monthly hard cap and rate limit. Returns ``{answer, tool_calls, model}``. |