Back to Browse

Flash Props MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Player-prop lines, market metadata, and line movement over REST/MCP. 14 sports, CoD projections.

About

Player-prop lines, market metadata, and line movement over REST/MCP. 14 sports, CoD projections.

Remote endpoints: streamable-http: https://api.flashodds.live/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-ifan6oy-flash-props-api": {
      "url": "https://api.flashodds.live/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Flash Props MCP

Agent-native player-prop analysis over the Model Context Protocol. Flash Props combines posted lines with self-describing market metadata, Flash projections where a registered model exists, recent-form evidence, confidence, context, and line movement across 14 sports including esports.

This repo is the connector for the hosted Flash Props MCP server operated by Flash AI Solutions. There is no server to install. Point your MCP client at the remote endpoint and authenticate with a Flash Props API key.

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

Reviews

No reviews yet

Be the first to review this server!