← flashodds.live

INDIVIDUAL MCP TOOL

list_sports

List every sport supported by Flash Props API with its live status and how deep the Flash model goes.

flashodds.livenone authenticationAvailability not checked

LIVE ENDPOINT

https://api.flashodds.live/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_sports and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

flashodds.live

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flash-props-api]
url = "https://api.flashodds.live/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flash-props-api": {
      "type": "http",
      "url": "https://api.flashodds.live/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flash-props-api
Remote MCP URL: https://api.flashodds.live/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flash-props-api": {
      "url": "https://api.flashodds.live/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flash-props-api": {
      "type": "http",
      "url": "https://api.flashodds.live/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flash-props-api",
  "transport": "streamable-http",
  "url": "https://api.flashodds.live/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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 a reason when not).
  • list_games — Return today's games that have player props available for a sport.
  • get_game_props — Fetch all player props for one game identified by eventId.
  • scan_props — Flatten every active player prop across all of today's games for a sport into a single list.
  • find_game — Translate a matchup (home team + away team) into the eventId needed by get_game_props.
  • 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 matchType in the response) instead of stat.
  • get_player_context — Season context from the sport's registered Flash pack: per-market baselines, recent form, and sport-native splits.
  • get_prop_evidence — Assemble the whole story of a single prop in one call.