Skip to main content
Glama
iFan6oy

Flash Props API

by iFan6oy

Flash Props MCP

Live sports player-prop data for AI agents, over the Model Context Protocol. Player-prop lines (over/under), market metadata, Flash projections, evidence, and line movement across 14 sports including esports (CS2, Valorant, Dota 2, Call of Duty).

This repo is the connector for the hosted Flash Props MCP server. The server runs at https://api.flashodds.live/mcp and is operated by Flash AI Solutions. There is no server to install: point your MCP client at the remote endpoint and go.

Connect

Streamable HTTP endpoint:

https://api.flashodds.live/mcp

Send your API key as a bearer token:

Authorization: Bearer <your_api_key>

Anonymous access works for capability discovery (list_sports, get_market_metadata) so a client can see what's available on first run. Retrieving actual board data requires a key. Get a free one (250 requests/day, every active sport) 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" }
    }
  }
}

Related MCP server: Sports Hub MCP Server

Tools

Tool

What it returns

Tier

list_sports

Every sport with live status + projection/context capability

Anonymous

get_market_metadata

The stat vocabulary for a sport (labels, families, scope)

Anonymous

list_games

Today's games with props for a sport

Free+

get_game_props

All player props for one game

Free+

scan_props

Market-wide prop scan across the slate (row-capped by tier)

Free+

find_game

Resolve team names to an event id

Free+

find_player_props

Every active prop for one player

Free+

get_player_context

Season baselines, recent form, splits

Pro

get_prop_evidence

One prop's full story: book line, Flash line, gap, form, movement

Pro

get_prop_history

Chronological line/odds history for a prop

Pro

scan_movers

Biggest line movers in a window

Pro

get_leaders

Ranked boards: top gaps, form, sample strength

Pro

Data is informational only. Not affiliated with any league, team, or sportsbook. 21+.

Tiers

Free (250/day, 25-row scans), Starter, Pro (full evidence, movement, leaders, 500-row scans), and Enterprise. See pricing and full REST docs at https://api.flashodds.live/.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    MCP-compatible server that gives AI agents access to alternative sports data across 30+ leagues — odds, events, probabilities, settlement, and futures for prediction markets, DFS platforms, and sportsbooks.
    29
    15
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A unified MCP server that aggregates 32 sports API providers into a single service, providing 336 tools for scores, stats, odds, esports, and more across 70+ sports.
    100
    73
    20
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Props-first sports odds API with a hosted MCP server. Live odds and player props (moneyline, spreads, totals) across US sportsbooks, normalized to JSON. Tools: get_odds, get_props, get_events, get_books. API-key auth, free tier.
    MIT No Attribution
  • A
    license
    Not graded
    quality
    C
    maintenance
    Public read-only MCP server exposing today's free sports-betting projections, track record, methodology, engine versions, and per-game model reads from the Olympus Bets Analytics platform.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iFan6oy/flash-props-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server