Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Flash Props API

БесплатноНе проверен

Live sports betting player props MCP server covering NBA, MLB, NFL, NHL, NCAA, and soccer. Unified from real sportsbooks into one REST API and a real MCP server

GitHubEmbed

Описание

Live sports betting player props MCP server covering NBA, MLB, NFL, NHL, NCAA, and soccer. Unified from real sportsbooks into one REST API and a real MCP server (Streamable HTTP). Free tier, no card required.

README

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

Tool What it returns Tier
list_sports Every sport with live status + projection/context capability Anonymous
get_market_metadata The stat vocabulary for a sport (labels, families, scope) Anonymous
list_games Today's games with props for a sport Free+
get_game_props All player props for one game Free+
scan_props Market-wide prop scan across the slate (row-capped by tier) Free+
find_game Resolve team names to an event id Free+
find_player_props Every active prop for one player Free+
get_player_context Season baselines, recent form, splits Pro
get_prop_evidence One prop's full story: book line, Flash line, gap, form, movement Pro
get_prop_history Chronological line/odds history for a prop Pro
scan_movers Biggest line movers in a window Pro
get_leaders 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

from github.com/iFan6oy/flash-props-mcp

Установка Flash Props API

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/iFan6oy/flash-props-mcp

FAQ

Flash Props API MCP бесплатный?

Да, Flash Props API MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Flash Props API?

Нет, Flash Props API работает без API-ключей и переменных окружения.

Flash Props API — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Flash Props API в Claude Desktop, Claude Code или Cursor?

Открой Flash Props API на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Flash Props API with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development