mcpserver.lol
registry/sports-intelligence
Connection check verified live · 20h ago

sports-intelligence

Schedules, scores, odds, splits & explainable AI bet confidence — 8+ sports, free instant key.

Tools 25
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

25 tools

Read from the running server on 20h ago.

batch_get_events read-only bookmakerevent_ids*include_oddsinclude_intelligence
Get multiple events by id in one call — for agents that already have a list of ids and want full detail for each without one call per event. Max 25 ids. Returns full detail for eve…
estimate_cost read-only calls*
Estimate the credit cost of one or more planned tool calls before making them — no credits are spent. Costs are data-dependent (e.g. odds/intelligence/splits not yet ingested for a…
get_event read-only event_id*bookmakerinclude_oddsinclude_intelligence
Get a single event with participants and venue. Optionally inline current odds and/or bet intelligence (same 1 credit as the event call). Raises a not-found error if event_id doesn…
get_injuries read-only event_id*exclude_status
Beta. Get late-breaking player injury and availability status for an event (out / doubtful / questionable / probable / day_to_day / ir / suspended / available), with previous_statu…
get_intelligence read-only event_id*bookmaker
Get predictive bet intelligence for an event: vig-stripped probability, fair_price, Price overlay, main-line ev (Beta), and forecasts[] — forecasted wagers from the model (same obj…
get_live_score read-only event_id*
Get a lightweight live score snapshot for an event: status, period, clock, per-participant score and period-by-period scores, and last-updated time. Cheaper and faster than get_eve…
get_odds read-only event_id*bookmakerinclude_alts
Get current betting odds for an event: per-bookmaker lines and last-updated time. Includes in-play quotes while the event is underway; books that have not quoted since kickoff are…
get_odds_history read-only limitevent_id*bookmaker
Get line-movement history for an event: a list of past odds snapshots (movements), each with its own timestamp, up to limit entries. bookmaker defaults to pinnacle. Use get_odds in…
get_period_odds read-only event_id*
Get first-half / first-five / first-set lines and live progress for an NFL, NCAAF, NBA, NCAAB, MLB, soccer, or tennis event. Joins persisted first_half_spreads / first_half_totals…
get_player read-only player_id*
Get a single player identity profile: name, sport, country, position/handedness, physical stats, current team, rankings (tennis {singles, points}; null on every other sport), and i…
get_player_events read-only tofromlimitstatusafter_idplayer_id*
List a player's events (schedule/results), paginated by id (after_id). Defaults to ±30 days around today when no date filter is given. Resolve player_id via search_players first.
get_player_props read-only event_id*
Get player-prop lines and live progress for an NFL, NCAAF, NBA, NCAAB, NHL, or MLB event. Joins persisted player-prop mains to this-event player box counts and grades over/under/pu…
get_prediction_markets read-only event_id*
Get prediction-market game-line probabilities for an NFL, NCAAF, NBA, NHL, MLB, soccer, or tennis event. Persist-then-read from Fanatics Markets, Kalshi, and Polymarket. Prices are…
get_splits read-only event_id*
Get public betting splits (bets% and handle%) for an event: a consensus split plus a per-bookmaker breakdown (bookmakers[].bookmaker uses the same odds slugs as get_odds, e.g. draf…
get_stats read-only event_id*
Get raw, deterministic team/match statistics for a soccer, MLB, tennis, NFL, NCAAF, NBA, NCAAB, or NHL event — no odds (use get_odds) and no scoring (use get_intelligence). Payload…
get_team read-only team_id*
Get a single team profile with its home venue. Raises a not-found error if team_id doesn't exist. Resolve ids via list_teams.
get_team_props read-only event_id*
Get team-total lines and live progress for an NFL, NCAAF, MLB, or soccer event. Joins persisted Pinnacle team-total mains (each team's full-game points/runs/goals Over/Under) to th…
list_ev read-only booklimitsport*leaguemarketmin_ev
Beta. List pregame main-line +EV opportunities for a predictive-framework sport (soccer, mlb, tennis, nfl, ncaaf), sorted by ev_pct descending. market=h2h (default, moneyline), spr…
list_events read-only todatefromsortlimitsport +7
List events (schedules and live scores), paginated by id (after_id). Filter by sport, league, status, date range, season, or team_id (resolve teams via list_teams / get_team). Retu…
list_forecasts read-only datelimitsport*market
Daily board of forecasted wagers from Lumify's model — a prediction, not a beat-the-market claim (no OOS/independence gate; see list_ev for the gated main-line +EV claim). Player p…
list_seasons read-only sportcurrent_only
List seasons per sport/league. By default returns only currently active seasons; pass current_only=false to include historical seasons. Optionally filter by sport. Returns each sea…
list_sports read-only active_only
List supported sports with their leagues and current season. Returns each sport's id, slug, name, team-sport flag, and its leagues (each with its current_season). Use list_seasons…
list_teams read-only qlimitsportactiveleaguecountry +3
List teams, paginated by id (after_id). Filter by sport, league, conference, division, country, active status, or name (q, partial match). Returns each team's id, slug, name, city,…
query_events read-only limitquery*
Search events with a natural-language query instead of structured filters — e.g. 'live nfl games today' or 'college basketball this week'. Rule-based (not an LLM): recognizes sport…
search_players read-only qlimitsportactiverankedcountry +1
Search players by name, sport, country, ranking, or active status, paginated by id (after_id). Returns the same identity object on every sport (null means unknown, not wrong sport)…