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: sportsdata-mcp

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
C
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.
    Last updated
    29
    32
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    An MCP server that exposes sports-data APIs from multiple providers (AFL, Sportsbet, Entain, NRL) as interchangeable tools, enabling cross-provider odds and stats comparison.
    Last updated
    100
    1
    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.
    Last updated
    100
    84
    15
    MIT
  • A
    license
    -
    quality
    C
    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.
    Last updated
    MIT No Attribution

View all related MCP servers

Related MCP Connectors

  • The Odds API MCP — sportsbook odds across 70+ books, 30+ leagues

  • The hockey data API. Stats, odds, and everything between. REST API and MCP server.

  • Real-time sports betting data: odds, player props, edges and arbitrage from 35+ books and DFS apps.

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