← Registry

Data Collection

flashodds.live

Provides sports data including player props, market metadata, and game listings.

2 endpoints22 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.flashodds.live/mcp

No auth detected

MCP server metadata

Name
flash-props-api
Version
1.4.0
Capabilities
tools.listChanged

Known tools 12

list_sports

List every sport supported by Flash Props API with its live status and how deep the Flash model goes.

Inferred read-only
get_market_metadata

Return 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-only
list_games

Return today's games that have player props available for a sport.

Inferred read-only
get_game_props

Fetch all player props for one game identified by eventId.

Inferred read-only
scan_props

Flatten every active player prop across all of today's games for a sport into a single list.

Inferred read-only
find_game

Translate a matchup (home team + away team) into the eventId needed by get_game_props.

Inferred read-only
find_player_props

Every 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-only
get_player_context

Season context from the sport's registered Flash pack: per-market baselines, recent form, and sport-native splits.

Inferred read-only
get_prop_evidence

Assemble the whole story of a single prop in one call.

Inferred read-only
get_prop_history

Chronological line/odds history for a player prop, with opened/current/movement.

Inferred read-only
scan_movers

Props whose line moved most within a lookback window (default 24h, max 7d), sorted by absolute movement.

Inferred read-only
get_leaders

Ranked boards for a sport with a registered Flash pack.

Inferred read-only

CONNECT 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

No auth detected

MCP server metadata

Name
sorqen
Version
0.1.0
Capabilities
tools.listChanged

Known tools 10

list_leagues

List supported league ids, market types and periods.

Inferred read-only
describe_methods

Describe the versioned fair-value method and refusal philosophy.

Inferred read-only
describe_plans

Describe public plan limits and entitlements.

Inferred read-only
describe_authentication

Explain the discovery/data boundary and how to attach a Sorqen API key.

Inferred read-only
list_fair_values

Return current no-vig sportsbook-consensus probabilities for supported upcoming markets.

Inferred read-only
get_fair_value

Return one current fair value by canonical outcome id.

Inferred read-only
get_fair_value_history

Return fair-value history for one outcome, bounded by the caller plan.

Inferred read-only
grade

Grade 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-only
get_settlement_rules

Return Sorqen settlement-context rules and tie prior used by the local client comparison path.

Inferred read-only
get_plan

Return the caller plan, limits and entitlements.

Inferred read-only

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

Trust status RestrictedContent

flashodds.live is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.