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

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" }
    }
  }
}

Tools

ToolWhat it returnsTier
list_sportsEvery sport with live status + projection/context capabilityAnonymous
get_market_metadataThe stat vocabulary for a sport (labels, families, scope)Anonymous
list_gamesToday's games with props for a sportFree+
get_game_propsAll player props for one gameFree+
scan_propsMarket-wide prop scan across the slate (row-capped by tier)Free+
find_gameResolve team names to an event idFree+
find_player_propsEvery active prop for one playerFree+
get_player_contextSeason baselines, recent form, splitsPro
get_prop_evidenceOne prop's full story: book line, Flash line, gap, form, movementPro
get_prop_historyChronological line/odds history for a propPro
scan_moversBiggest line movers in a windowPro
get_leadersRanked boards: top gaps, form, sample strengthPro

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/.

Links

Reviews

No reviews yet

Be the first to review this server!