Flash Props API
The Flash Props API server provides agent-native sports betting player-props data across a wide range of sports (MLB, NFL, NBA, NHL, NCAA, soccer, tennis, and esports like CS2, Valorant, and Dota 2), accessible via REST API or MCP interface for AI agents.
Key capabilities:
List supported sports (
list_sports): Retrieve all supported sports and check which your API key tier grants access to.List today's games (
list_games): Get today's games with available player props for a given sport, with live games shown first.Get props for a specific game (
get_game_props): Fetch detailed player props for a single game by event ID, with optional filtering by stat (e.g., points, rebounds, strikeouts).Scan market-wide props (
scan_props): Broad scan of all player props across every game today for a sport, optionally filtered by a single stat and limited by row count (up to your tier's cap).Find a game by team names (
find_game): Resolve a matchup to an event ID using home/away team names or abbreviations, supporting partial and case-insensitive matching.
Access & billing: Token-based authentication with tiered access (Free, Starter, Pro, Enterprise) that determines request volume, scan size, and sport breadth, with self-service billing via Stripe.
Provides access to MLB player props, including pre-game and live odds, with tools to list games, retrieve props for a game, and scan props across the slate.
Provides access to NBA player props, including pre-game and live odds, with tools to list games, retrieve props for a game, and scan props across the slate.
Provides access to NHL player props, including pre-game and live odds, with tools to list games, retrieve props for a game, and scan props across the slate.
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/mcpSend 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 |
| Every sport with live status + projection/context capability | Anonymous |
| The stat vocabulary for a sport (labels, families, scope) | Anonymous |
| Today's games with props for a sport | Free+ |
| All player props for one game | Free+ |
| Market-wide prop scan across the slate (row-capped by tier) | Free+ |
| Resolve team names to an event id | Free+ |
| Every active prop for one player | Free+ |
| Season baselines, recent form, splits | Pro |
| One prop's full story: book line, Flash line, gap, form, movement | Pro |
| Chronological line/odds history for a prop | Pro |
| Biggest line movers in a window | Pro |
| 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/.
Links
API + pricing: https://api.flashodds.live/
REST reference: https://api.flashodds.live/docs
Built by Flash AI Solutions
Maintenance
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
- AlicenseBqualityDmaintenanceMCP-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 updated2932MIT
- AlicenseBqualityAmaintenanceAn 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 updated1001MIT
- AlicenseAqualityAmaintenanceA 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 updated1008415MIT
- Alicense-qualityCmaintenanceProps-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 updatedMIT No Attribution
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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