Data Collection
flashodds.live
Provides sports data including player props, market metadata, and game listings.
ENDPOINT 1
https://api.flashodds.live/mcp
MCP server metadata
- Name
- flash-props-api
- Version
- 1.4.0
Known tools 12
list_sportsList every sport supported by Flash Props API with its live status and how deep the Flash model goes.
Inferred read-onlyget_market_metadataReturn the machine-readable stat vocabulary for a sport: for each live market, its label, family, scope (map1/maps13/full_game), unit, display order, and whether a Flash projection is supported (with a reason when not).
Inferred read-onlyscan_propsFlatten every active player prop across all of today's games for a sport into a single list.
Inferred read-onlyfind_gameTranslate a matchup (home team + away team) into the eventId needed by get_game_props.
Inferred read-onlyfind_player_propsEvery active prop for one player across today's board for a sport; same rows as scan_props, filtered by name (exact normalized match preferred, case-insensitive contains match as a fallback; see matchType in the response) instead of stat.
Inferred read-onlyget_player_contextSeason context from the sport's registered Flash pack: per-market baselines, recent form, and sport-native splits.
Inferred read-onlyget_prop_historyChronological line/odds history for a player prop, with opened/current/movement.
Inferred read-onlyscan_moversProps whose line moved most within a lookback window (default 24h, max 7d), sorted by absolute movement.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.flash-props-api]
url = "https://api.flashodds.live/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flash-props-api": {
"type": "http",
"url": "https://api.flashodds.live/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flash-props-api
Remote MCP URL: https://api.flashodds.live/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"flash-props-api": {
"url": "https://api.flashodds.live/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flash-props-api": {
"type": "http",
"url": "https://api.flashodds.live/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flash-props-api",
"transport": "streamable-http",
"url": "https://api.flashodds.live/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://sorqen.flashodds.live/mcp
MCP server metadata
- Name
- sorqen
- Version
- 0.1.0
Known tools 10
describe_authenticationExplain the discovery/data boundary and how to attach a Sorqen API key.
Inferred read-onlylist_fair_valuesReturn current no-vig sportsbook-consensus probabilities for supported upcoming markets.
Inferred read-onlyget_fair_value_historyReturn fair-value history for one outcome, bounded by the caller plan.
Inferred read-onlygradeGrade a pregame price or probability against Sorqen's fair value at that timestamp, Sorqen Close when available, and the settled result when available.
Inferred read-onlyget_settlement_rulesReturn Sorqen settlement-context rules and tie prior used by the local client comparison path.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sorqen]
url = "https://sorqen.flashodds.live/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sorqen": {
"type": "http",
"url": "https://sorqen.flashodds.live/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sorqen
Remote MCP URL: https://sorqen.flashodds.live/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sorqen": {
"url": "https://sorqen.flashodds.live/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sorqen": {
"type": "http",
"url": "https://sorqen.flashodds.live/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sorqen",
"transport": "streamable-http",
"url": "https://sorqen.flashodds.live/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for flashodds.live was fetched 2026-08-01T11:24:27.526Z and is being refreshed.
flashodds.live is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.