Skip to content
Back to search
100
MCP live v1.0.1 streamable-http

Lumify Sports Intelligence

ai.lumify/sports-intelligence

Real-time sports schedules, live scores, odds, betting splits, and AI bet intelligence.

Uptime
11.1%
9 probes
Response
644ms
last probe
Tools
16
callable
Primary URL
https://lumify.ai/mcp

Tools · 16

list_sports

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 to see non-current/h…

list_events

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). Returns event id, name, …

get_event

Get a single event with participants and venue. Optionally inline current odds and/or bet intelligence (+1 credit each, only charged when that data is actually available). Raises a not-found error if …

batch_get_events

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 every id that exists pl…

query_events

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 (nfl/nba/mlb/nhl/te…

get_live_score

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_event when you only nee…

get_odds

Get current betting odds for an event: per-bookmaker lines and last-updated time. bookmaker defaults to pinnacle; use 'all' for every book (costs 1 credit per book returned). Returns available:false w…

get_odds_history

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 instead if you only ne…

get_splits

Get public betting splits (bets% and handle%) for an event: a consensus split plus a per-book breakdown, with a captured_at timestamp. Returns available:false with no charge if splits haven't been cap…

get_intelligence

Get AI bet intelligence for an event: confidence scores, signal breakdowns, rationale, and narratives for each recommended bet, plus an overall analyst_take and match_overview. bookmaker defaults to p…

list_teams

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, conference/division…

search_players

Search players by name, sport, country, ranking, or active status, paginated by id (after_id). Returns each player's id, name, position, current team, and tennis ranking if applicable. Use get_player …

get_team

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_player

Get a single player profile: name, sport, country, position/handedness, physical stats, current team, and tennis ranking if applicable. Raises a not-found error if player_id doesn't exist. Resolve ids…

get_player_events

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.

list_seasons

List seasons per sport/league, optionally filtered by sport or to the current season only. Returns each season's id, year, phase, start/end dates, and whether it is_current. Use list_sports for just e…

Similar MCP servers embedding-nearest

Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
13 tools · streamable-http
ai.marketintell/marketintell live
AI analyst desk for stocks, options & crypto with sourced trade setups and a public accuracy record.
17 tools · streamable-http
ai.switchapp/switch live
Generate, manage and explore your Switch AI image and video library, scoped to your account.
34 tools · streamable-http
Event Resolver API
Resolve prediction market events. Price checks, claim verification, outcome confidence.
3 tools · sse
Signal8 live
SEC filings, dilution, insider & institutional ownership, and political-trade data for AI agents.
87 tools · streamable-http
ai.autonomad/travel live
AI travel agent — book flights, hotels, activities, and events worldwide via autonomad.ai.
8 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "lumify_sports_intelligence": {
      "url": "https://lumify.ai/mcp",
      "transport": "streamable-http"
    }
  }
}