Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.ifan6oy/flash-props-api

io.github.ifan6oy/flash-props-api

Player-prop lines, market metadata, and line movement over REST/MCP. 14 sports, CoD projections.

Uptime
100.0%
1 direct probes · 30d
Response
1700ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

list_sports

List every sport supported by Flash Props API with its live status and how deep the Flash model goes. Read-only. No side effects. Rate-limited per your tier. Returns { sports: Array<{ id, name, catego…

get_market_metadata

Return the machine-readable stat vocabulary for a sport: for each live market, its label, family, scope (map1/maps13/full_game), unit, display order, and whether a Flash projection is supported (with …

list_games

Return today's games that have player props available for a sport. Read-only. No side effects. Requires an API key; rate-limited per your tier. Returns: { sport, count, games: Array<{ id, sport, homeT…

get_game_props

Fetch all player props for one game identified by eventId. Read-only. No side effects. Requires an API key; rate-limited per your tier. Returns: { eventId, sport, homeTeam, awayTeam, startTime, props:…

scan_props

Flatten every active player prop across all of today's games for a sport into a single list. Read-only. No side effects. Requires an API key; rate-limited and row-capped per your tier (free: 25 rows, …

find_game

Translate a matchup (home team + away team) into the eventId needed by get_game_props. Read-only. No side effects. Requires an API key; rate-limited per your tier. Use this when you know the teams pla…

find_player_props

Every active prop for one player across today's board for a sport; same rows as scan_props, filtered by name (exact normalized match preferred, case-insensitive contains match as a fallback; see match…

get_player_context

Season context from the sport's registered Flash pack: per-market baselines, recent form, and sport-native splits. Free and Starter receive the same basic context shape as REST; Pro adds the dense rec…

get_prop_evidence

Assemble the whole story of a single prop in one call. Read-only. No side effects. Requires an API key and is tier-shaped exactly like REST: Free gets the book/Flash/gap teaser, Starter adds recent fo…

get_prop_history

Chronological line/odds history for a player prop, with opened/current/movement. Free is locked with a structured tier_required response naming Starter as the first unlock. Starter receives the most r…

scan_movers

Props whose line moved most within a lookback window (default 24h, max 7d), sorted by absolute movement. Free is locked with Starter as the first unlock. Starter gets a limited board; Pro gets the ful…

get_leaders

Ranked boards for a sport with a registered Flash pack. Read-only. No side effects. Tier-shaped exactly like REST: Free sees the top 3 teaser, Starter the top 10, and Pro the full board. metric=gap ra…

How to use

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

{
  "mcpServers": {
    "io.github.ifan6oy/flash-props-api": {
      "url": "https://api.flashodds.live/mcp",
      "transport": "streamable-http"
    }
  }
}