Odel
flash props mcp

flash props mcp

@ifan6oyMITUpdated 4 days ago

Flash Props API: player-prop analysis, projections, evidence, and line movement over REST/MCP.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Flash Props API + MCP

Flash Props API is a player-props API and MCP server by Flash AI Solutions for posted lines, Flash projections, evidence, context, and line movement across sports and esports.

This repository is the public connector and metadata surface for the hosted Flash Props API and MCP service. There is no proprietary Flash Props backend server to install from this repository. Point your client at the hosted endpoint and authenticate with a Flash Props API key for board data.

Flash Props API MCP server

Canonical Flash Props links

Connect

Streamable HTTP endpoint:

https://api.flashodds.live/mcp

Send your API key in the Authorization header:

Authorization: Bearer <your_api_key>

Anonymous access works for capability discovery (list_sports, get_market_metadata) so a client can inspect current coverage on first run. Retrieving board data requires at least a free key. Get one at https://api.flashodds.live/.

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "flash-props": {
      "type": "streamable-http",
      "url": "https://api.flashodds.live/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Tools

ToolWhat it returnsAccess
list_sportsEvery sport with live status + projection/context capabilityAnonymous
get_market_metadataMarket labels, families, scope, and projectabilityAnonymous
list_gamesToday's games with props for a sportFree+
get_game_propsAll player props for one gameFree+
scan_propsMarket-wide prop scan across the slateFree+; row cap by tier
find_gameResolve team names to an event idFree+
find_player_propsEvery active prop for one playerFree+
get_player_contextSeason baselines, recent form, and deep contextFree/Starter basic; Pro deep
get_prop_evidenceBook line, Flash line, gap, form, confidence, splits, movementFree teaser; Starter basic; Pro full
get_prop_historyChronological line/odds history for a propStarter limited; Pro full
scan_moversBiggest line movers in a windowStarter limited; Pro full
get_leadersRanked boards for gap, form, and sample strengthFree top 3; Starter top 10; Pro full

REST and MCP share the same entitlement shaping, so a key sees the same product tier regardless of transport.

Provider-driven coverage

Do not hard-code a list of sports with Flash projections. Coverage is resolved from the server's registered model providers and can vary by sport + market.

Use list_sports to inspect projectionCapability, effectiveProjection, and contextCapability, then use get_market_metadata to determine whether a specific market is modeled. A partially modeled sport can legitimately expose Flash projections for one stat while keeping another stat posted-lines-only.

Missing analysis is reported explicitly. Flash Props does not fabricate a projection to fill an unsupported market.

Tiers

  • Free: 250 requests/day, 25-row scans, evidence teaser, basic player context, top-3 leaders
  • Starter: 10k requests/day, 100-row scans, basic evidence, limited history/movement, top-10 leaders
  • Pro: 100k requests/day, 500-row scans, full evidence/context/history/movement/leaders
  • Enterprise: custom limits

See current pricing and the REST reference at https://api.flashodds.live/.

Data is informational only. Flash Props is not a sportsbook and is not affiliated with any league, team, player, sportsbook, or DFS operator.

Links