io.github.ifan6oy/flash-props-api
io.github.ifan6oy/flash-props-apiPlayer-prop lines, market metadata, and line movement over REST/MCP. 14 sports, CoD projections.
Tools · 12
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…
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 …
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…
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:…
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, …
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…
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…
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…
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…
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…
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…
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…
Similar MCP servers embedding-nearest
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"
}
}
}