{
  "markdown": "# Flash Props API + MCP\n\n**Flash Props API is a player-props API and MCP server by [Flash AI Solutions](https://www.flashaisolutions.org) for posted lines, Flash projections, evidence, context, and line movement across sports and esports.**\n\nThis repository is the **public connector and metadata surface** for the hosted Flash Props API and MCP service. There is no proprietary Flash Props backend server to install from this repository. Point your client at the hosted endpoint and authenticate with a Flash Props API key for board data.\n\n<a href=\"https://glama.ai/mcp/servers/iFan6oy/flash-props-mcp\">\n  <img width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/iFan6oy/flash-props-mcp/badge\" alt=\"Flash Props API MCP server\" />\n</a>\n\n## Canonical Flash Props links\n\n- Website: https://api.flashodds.live/\n- Documentation: https://api.flashodds.live/docs\n- OpenAPI: https://api.flashodds.live/openapi.json\n- MCP endpoint: https://api.flashodds.live/mcp\n- Free API key: https://api.flashodds.live/billing/free\n- Publisher: https://www.flashaisolutions.org\n\n## Connect\n\nStreamable HTTP endpoint:\n\n```\nhttps://api.flashodds.live/mcp\n```\n\nSend your API key in the Authorization header:\n\n```\nAuthorization: Bearer <your_api_key>\n```\n\nAnonymous 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/**.\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"flash-props\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://api.flashodds.live/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer YOUR_API_KEY\" }\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it returns | Access |\n| --- | --- | --- |\n| `list_sports` | Every sport with live status + projection/context capability | Anonymous |\n| `get_market_metadata` | Market labels, families, scope, and projectability | Anonymous |\n| `list_games` | Today's games with props for a sport | Free+ |\n| `get_game_props` | All player props for one game | Free+ |\n| `scan_props` | Market-wide prop scan across the slate | Free+; row cap by tier |\n| `find_game` | Resolve team names to an event id | Free+ |\n| `find_player_props` | Every active prop for one player | Free+ |\n| `get_player_context` | Season baselines, recent form, and deep context | Free/Starter basic; Pro deep |\n| `get_prop_evidence` | Book line, Flash line, gap, form, confidence, splits, movement | Free teaser; Starter basic; Pro full |\n| `get_prop_history` | Chronological line/odds history for a prop | Starter limited; Pro full |\n| `scan_movers` | Biggest line movers in a window | Starter limited; Pro full |\n| `get_leaders` | Ranked boards for gap, form, and sample strength | Free top 3; Starter top 10; Pro full |\n\nREST and MCP share the same entitlement shaping, so a key sees the same product tier regardless of transport.\n\n## Provider-driven coverage\n\nDo 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**.\n\nUse `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.\n\nMissing analysis is reported explicitly. Flash Props does not fabricate a projection to fill an unsupported market.\n\n## Tiers\n\n- **Free:** 250 requests/day, 25-row scans, evidence teaser, basic player context, top-3 leaders\n- **Starter:** 10k requests/day, 100-row scans, basic evidence, limited history/movement, top-10 leaders\n- **Pro:** 100k requests/day, 500-row scans, full evidence/context/history/movement/leaders\n- **Enterprise:** custom limits\n\nSee current pricing and the REST reference at **https://api.flashodds.live/**.\n\nData is informational only. Flash Props is not a sportsbook and is not affiliated with any league, team, player, sportsbook, or DFS operator.\n\n## Links\n\n- API + pricing: https://api.flashodds.live/\n- REST reference: https://api.flashodds.live/docs\n- Built by [Flash AI Solutions](https://www.flashaisolutions.org)\n",
  "bytes": 4314,
  "sha": "6b12eda5615da9fd46e18e454827809e9eb70d2c72bcbad309bf818d2dd0fce2",
  "repo_slug": "ifan6oy/flash-props-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ifan6oy_flash_props_api_b767571f/readme"
}